.p-bottom.single-button [data-micro="offer"] .p-desc {
    position: relative !important;
}

.sova-kupon {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #e3f6f5;
    padding: 9px;
    border-radius: 12px 12px 0 0;
    z-index: 10;
    bottom: -16px;
}

.sova-kupon-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-weight: bold;
}


.sova-kupon-code {
    cursor: pointer;
    text-decoration: underline;
    color: #007a7a;
}


