#calendar-visit {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    padding: 0 20px 40px;
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
}

#calendar-visit .calcmp {
    display: grid;
    gap: 22px;
    grid-template-columns: 1fr;
    color: #111;
}

/* ==========================================
   CAIXAS DE INCENTIVO (DESCONTO E CASHBACK)
   ========================================== */

.calcmp__incentives {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 12px;
    width: 100%;
}

/* Base comum para todas as boxes */
.calcmp__rule--success,
.calcmp__rule--cashback,
.calcmp__rule--incentive {
    display: flex;
    flex-direction: row; /* Força tudo a ficar na mesma linha */
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 12px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.calcmp__rule--success strong,
.calcmp__rule--cashback strong,
.calcmp__rule--incentive strong {
    font-weight: 700;
    margin-left: 4px;
    font-size: 13px;
}

.calcmp__rule--success {
    background-color: #eef9e8;
    color: #2e7d32;
    border: 1px solid #c8e6c9;
}

.calcmp__rule--cashback {
    background-color: #e3f2fd;
    color: #1565c0;
    border: 1px solid #bbdefb;
}

.calcmp__rule--incentive {
    background-color: #f9f9f9;
    color: #616161;
    border: 1px dashed #bdbdbd;
}

#calendar-visit .calcmp__card {
    background: #f4f4f4;
    border-radius: 18px;
    padding: 22px 18px 18px;
    width: 100%;
    max-width: 100%;
}

#calendar-visit .calcmp__title {
    font: normal normal 800 20px/24px Montserrat;
    text-align: center;
    margin: 20px 0 6px;
}

#calendar-visit .calcmp__picked {
    text-align: center;
    color: #333;
    opacity: .9;
    margin-bottom: 14px;
    font: normal normal 500 16px/18px Montserrat;
}

#calendar-visit .calcmp__header {
    font-family: Montserrat;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    border-radius: 999px;
    padding: 10px 16px;
    box-shadow: 0 8px 18px rgba(0,0,0,.18);
}

#calendar-visit .calcmp__nav {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: none;
    background: #efefef;
    color: #333;
    cursor: pointer;
    font-size: 20px;
    display: grid;
    place-items: center;
}

#calendar-visit .calcmp__nav:disabled {
    opacity: .45;
    cursor: not-allowed;
}

#calendar-visit .calcmp__month {
    min-width: 150px;
    text-align: center;
    font: normal normal 800 16px/16px Montserrat;
}

#calendar-visit .calcmp__grid {
    margin-top: 14px;
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(0,0,0,.08);
    padding: 18px 16px;
    max-width: 560px;
    width: 100%;
}

#calendar-visit .calcmp__dowRow {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 12px;
    margin-bottom: 10px;
}

#calendar-visit .calcmp__dow {
    text-align: center;
    color: #6a6a6a;
    font: normal normal 800 16px/20px Montserrat;
}

#calendar-visit .calcmp__days {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    width: 100%;
    gap: 6px;
}

#calendar-visit .calcmp__day {
    height: 56px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    padding: 8px 6px;
    min-width: 0;
}

#calendar-visit .calcmp__day--empty {
    background: transparent;
    border: none;
}

#calendar-visit .calcmp__day--disabled {
    background: transparent;
}

#calendar-visit .calcmp__day--disabled .calcmp__num {
    color: #9a9a9a;
    font: normal normal 600 20px/1px Montserrat;
}

#calendar-visit .calcmp__day--available {
    background: #03C101;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 6px 14px rgba(0,0,0,.15); 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

#calendar-visit .calcmp__num {
    font: normal normal 600 18px/20px Montserrat;
}

#calendar-visit .calcmp__price {
    opacity: .95;
    font: normal normal 500 12px/12px Montserrat;
    text-align: center;
}

#calendar-visit .calcmp__day--available:hover {
    filter: brightness(.98);
}

#calendar-visit .calcmp__day--selected {
    background: #0089ff !important;
    box-shadow: 0 8px 18px rgba(22,119,255,.28);
}

#calendar-visit .calcmp__day[role="button"]:focus {
    outline: 3px solid rgba(22,119,255,.35);
    outline-offset: 2px;
}

#calendar-visit .calcmp__panelTitle {
    text-align: center;
    margin: 20px 0 8px;
    font: normal normal 800 20px/24px Montserrat;
}

#calendar-visit .calcmp__summary {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 14px 14px;
    border-radius: 14px;
    background: #f7f7f7;
    border: 1px solid rgba(0,0,0,.06);
    margin-bottom: 14px;
}

#calendar-visit .calcmp__summarySmall {
    font-size: 12px;
    opacity: .75;
    margin-bottom: 4px;
}

#calendar-visit .calcmp__summaryPrice {
    font-weight: 900;
    font-size: 22px;
}

#calendar-visit .calcmp__panel--locked {
    opacity: .55;
}

#calendar-visit .calcmp__buy {
    font-family: Montserrat;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: 100%;
    height: 56px;
    border: none;
    border-radius: 999px;
    background: #78C800;
    color: #fff;
    font-weight: 800;
    letter-spacing: .3px;
    cursor: pointer;
    box-shadow: 0px 3px 1px 0px #00060A29;
}

#calendar-visit .calcmp__buy:disabled {
    background: #cfd8c9;
    box-shadow: none;
    cursor: not-allowed;
}

#calendar-visit .calcmp__panelTopLabel {
    text-align:center;
    color:#000;
    opacity:.85;
    margin-bottom:12px;
    font: normal normal 700 16px/20px Montserrat;
    border-bottom: 1px solid rgba(0,0,0,.15);
    padding-bottom: 10px;
}

.calcmp__ticket_container {
    background:#fff;
    border:1px solid rgba(0,0,0,.08);
    border-radius:14px;
    box-shadow: 0 10px 18px rgba(0,0,0,.10);
    padding:12px 14px;
}

/* Ticket card */
#calendar-visit .calcmp__ticket{
    display:flex;
    align-items:stretch;
    justify-content:space-between;
    gap:14px;
}

#calendar-visit .calcmp__ticketLeft{
    display:flex;
    align-items:center;
    min-width: 120px;
}

#calendar-visit .calcmp__ticketName{
    font-family: Montserrat;
    font-weight: 800;
    font-size: 14px;
    width: 100%;
    text-align: center;
}

#calendar-visit .calcmp__ticketSep{
    width:1px;
    background: rgba(0,0,0,.15);
    border-radius:1px;
}

#calendar-visit .calcmp__ticketRight{
    text-align: center;
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:2px;
    min-width: 90px;
}

#calendar-visit .calcmp__ticketInstallments {
    font-family: Montserrat;
    font-weight: 700;
    font-size:12px;
    color:#333;
    opacity:.9;
}

#calendar-visit .calcmp__ticketInstallmentPrice {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    border-bottom: 1px solid #000;
    padding-bottom: 4px;
}

#calendar-visit .calcmp__ticketFullPrice {
    font-family: Montserrat;
    font-weight: 700;
    font-size:16px;
    margin-top:2px;
}

#calendar-visit .calcmp__qty{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:16px;
    margin: 20px 0;
}

#calendar-visit .calcmp__qty_container {
    display:flex;
    align-items:center;
    justify-content:center;
    gap: 30px;
    background:#fff;
    border:1px solid rgba(0,0,0,.08);
    border-radius: 50px;
    box-shadow: 0 10px 18px rgba(0,0,0,.10);
    padding: 8px;
}

#calendar-visit .calcmp__qtyBtn {
    font-family: Montserrat;
    width:38px;
    height:38px;
    border-radius:999px;
    border:none;
    background:#6c6f73;
    color:#fff;
    font-size:22px;
    font-weight: 600;
    display:grid;
    place-items:center;
    cursor:pointer;
}

#calendar-visit .calcmp__qtyValue{
    font-family: Montserrat;
    min-width:40px;
    text-align:center;
    font-weight: 700;
    font-size: 20px;
}

#calendar-visit .calcmp__priceLine {
    font-family: Montserrat;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    flex-wrap:wrap;
    margin-bottom: 1rem;
}

#calendar-visit .calcmp__priceFrom {
    font-size:14px;
    color:#444;
    opacity:.75;
    text-decoration: line-through;
}

#calendar-visit .calcmp__priceNow{
    font-size: 20px;
}

#calendar-visit .calcmp__terms {
    display:flex;
    flex-direction: column;
    align-items: center;
    color:#333;
    margin-top: 2rem;
    font: normal normal 500 14px/14px Montserrat;
    gap: 6px;
}

#calendar-visit .calcmp__terms label {
    margin: 0;
    text-align: center;
    font: normal normal 500 14px/14px Montserrat !important;
    width: 100%;
    text-transform: none;
}

#calendar-visit .calcmp__terms input {
    margin-top:2px;
}

#calendar-visit .calcmp__terms a {
    color: #0064B4;
    text-decoration: underline;
}

#calendar-visit .calcmp__terms a:hover{
    text-decoration: underline;
}

#calendar-visit .calcmp__couponNote {
    margin: 2rem 0;
    color:#444;
    opacity:.75;
    text-align:center;
    font: normal normal 500 12px/14px Montserrat;
}

.calcmp__termsRow {
    display:flex;
    align-items: center;
    gap:10px;
}

.calcmp__termsRow input[type="checkbox"]{
    display:inline-block !important;
    opacity:1 !important;
    position:static !important;
    width:16px;
    height:16px;
    margin-top:2px;
}

.calcmp__panel--locked {
    pointer-events: none;
    opacity: 0.45;
    filter: grayscale(1);
}

.calcmp__panel--locked::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
}

#calendar-visit .calcmp__card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#calendar-visit .calcmp__step {
    font-family: Montserrat;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -55%);
    width: 64px;
    height: 64px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    font-weight: 700;
    font-size: 22px;
    background: #bdbdbd;
    color: #fff;
    border: 8px solid #fff;
    z-index: 1;
}

#calendar-visit .calcmp__step--on{
    background: #7ac943;
}

#calendar-visit .calcmp__panelBox {
    position: relative;
}

#calendar-visit .calcmp__panel--locked::after{
    pointer-events: none;
}

#calendar-visit .calcmp__cashTag[data-cash-tag]{
    background: #78C800;              
    color: #fff;
    border-radius: 6px;
    padding: 8px 12px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 2px;
    line-height: 1.1;
    box-shadow: 0 6px 14px rgba(0,0,0,.12);
    flex: 0 0 auto;                   /* não estica no flex */
}

#calendar-visit .calcmp__cashTagTitle{
    display: block;
    font: normal normal 700 12px/12px Montserrat;
    letter-spacing: .2px;
}

/* Linha 2 */
#calendar-visit .calcmp__cashTagLine{
    display: block;
    font: normal normal 700 12px/13px Montserrat;
}

#calendar-visit .calcmp__cashTagLine strong{
    font-weight: 700;
}

.cal-legenda{
    display: flex;
    align-items: center;
    gap: 10px;
}

.cal-dot{
    width: 12px;
    height: 12px;
    border-radius: 999px;
    flex: 0 0 12px;
}

.cal-dot.is-open{ background: #03C101; }
.cal-dot.is-selected{ background: #07A9F7; }
.cal-dot.is-pride{ background: #901499; }
.cal-dot.is-muzikali{ background: #723F21; }

.cal-legenda__text{
    font-size: 16px;
    line-height: 1.2;
    color: #0f172a;
}

.cal-legenda__icon{
    height: 18px;
    width: auto;
    max-width: 26px;
    object-fit: contain;
}

.cal-legendas {
    display: flex;
    gap: 14px;
    margin-top: 3rem;
    width: 550px;
}

.cal-legendas-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.calcmp__card--step2 {
    position: relative;
}

.calcmp__badge {
    position: absolute;
    top: -80px;     
    right: -8px;    
    width: 90px;    
    height: auto;
    pointer-events: none; 
    user-select: none;
}

.legend{
    width: 360px;          
    max-width: 100%;
    display: grid;
    gap: 12px;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.legend__item{
    font-family: Montserrat;
    position: relative;
    border-radius: 4px;
    padding: 6px 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    gap: 10px;
    text-decoration: none;  
    transition: transform .12s ease, filter .12s ease, box-shadow .12s ease;
}

.legend__iconImg {
    width: 28px;  
    height: 28px;
}

.legend__text {
    font-family: Montserrat;
    font-weight: 700;
}

.legend__text:hover{
    text-decoration: underline;
    color: white;
}

.legend__item--green{ background: #03C101; }
.legend__item--purple{ background: #901499; }
.legend__item--brown{ background: #723F21; }

.legend__item,
.legend__item:link,
.legend__item:visited,
.legend__item:hover,
.legend__item:active {
    color: #fff;
    text-decoration: none; /* default: no underline */
}

/* underline text on hover */
.legend__item:hover {
    text-decoration: underline;
}

.promo-content {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.promo-box{
    display: flex;
    align-items: flex-start;
    gap: 14px;
    text-decoration: none !important;
    max-width: 520px;             
    padding: 18px 18px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #dbe6f5;
    box-shadow: 0 10px 22px rgba(16, 62, 140, 0.08);
    color: #0b2b5b;
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.promo-box:hover{
    transform: translateY(-1px);
    border-color: #b9d3ff;
    box-shadow: 0 14px 28px rgba(16, 62, 140, 0.12);
}

.promo-box:active{
    transform: translateY(0);
}

.promo-box:focus-visible{
    outline: 3px solid rgba(32, 104, 255, .25);
    outline-offset: 3px;
}

.promo-icon{
    width: 34px;
    height: 34px;
    flex: 0 0 34px;

    border-radius: 999px;
    background: #eef5ff;
    border: 1px solid #d7e6ff;

    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.promo-icon svg{
    width: 18px;
    height: 18px;
    fill: none;
    stroke: #1e6bd6;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.promo-content{
    flex: 1;
    min-width: 0;
}

.promo-title{
    display: block;
    margin: 0 0 10px 0;
    font-size: 23px;
    line-height: 1.5;
    font-weight: 700;
    color: #0b4fb3;
}

/* List */
.promo-list{
    list-style: none;
    padding: 0;
    margin: 0;

    display: grid;
    gap: 8px;

    font-size: 16px;
    line-height: 1.35;
    font-weight: 500;
    color: #212529;
}

/* green checkmark bullets */
.promo-list li{
    position: relative;
    padding-left: 22px;
}

.promo-list li::before{
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #1bb55c;
    font-weight: 900;
    line-height: 1.35;
}

.calcmp__priceNow {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.calcmp__tag--discount,
.calcmp__tag--cashback {
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.calcmp__tag--discount, .calcmp__tag--cashback {
    background-color: #78C800;
    color: #FAFBFC;
}

.calcmp__nextRuleBox {
    margin-top: 16px;
    margin-bottom: 1rem;
    width: 100%;
}

.calcmp__alert--incentive {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    background-color: rgb(255, 255, 255);
    color: #00060A;
    border-radius: 20px;
    font-size: 14px;
    text-align: center;
    margin-top: .5rem;
}

.calcmp__alert--cashback {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    background-color: #78C800;
    color: #FAFBFC;
    border-radius: 6px;
    font-size: 14px;
    text-align: center;
    width: 100%;
    max-width: 230px;
    margin: 0 auto;
}

.calcmp__alert--incentive span,
.calcmp__alert--cashback span {
    display: block;
    line-height: 1.4;
}

.calcmp__alert--incentive svg,
.calcmp__alert--cashback svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    margin-top: -3px;
}

.calcmp__alert--incentive strong {
    font: normal normal 700 14px / 16px Montserrat;
    color: #78C800;
}

.calcmp__alert--cashback strong {
    font: normal normal 700 12px / 14px Montserrat;
    color: #FAFBFC;
}

.calcmp__qtyLimitAlert {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
    padding: 10px;
    background-color: #ffffff;
    color: #484848;
    border-left: 4px solid #ff9417;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 1rem;

    svg {
        flex-shrink: 0;
        width: 32px;
        height: 32px;
    }
}

@keyframes slideDownAlert {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}

.calcmp__qtyLimitAlert[style*="display: flex"] {
    animation: slideDownAlert 0.3s ease-out;
}

@media (max-width: 420px){
    .promo-box{ padding: 14px; gap: 12px; }
    .promo-title{ font-size: 18px; }
}

@media (max-width: 480px){
    .calcmp__badge{
        width: 95px;
        top: -10px;
        right: -6px;
    }
}

@media (max-width: 780px){
    #calendar-visit .calcmp__cashTag[data-cash-tag]{
        padding: 7px 10px;
        border-radius: 7px;
    }
    #calendar-visit .calcmp__cashTagTitle{
        font-size: 10px;
        line-height: 11px;
    }
    #calendar-visit .calcmp__cashTagLine{
        font-size: 11px;
        line-height: 12px;
    }
    .cal-legenda__text{ font-size: 15px; }
    .cal-legendas {
        gap: 12px;
        padding-bottom: 10px;
        width: 100%;
    }
}

@media (max-width: 1119px) {
    .calcmp__day {
        height: 66px !important;
    }
}

@media (max-width: 991px) {
    #calendar-visit .calcmp {
        gap: 50px;
    }

    .calcmp__day {
        height: 56px !important;
    }

    .calcmp__badge {
        top: -80px;
        width: 80px;
    }
}

@media (max-width: 780px){
    #calendar-visit {
        padding: 40px 12px;
    }

    #calendar-visit .calcmp__card {
        padding: 16px 10px 14px;
    }

    #calendar-visit .calcmp__dowRow{ gap: 6px; }

    #calendar-visit .calcmp__dow { font-size: 14px; }

    #calendar-visit .calcmp__num { font: normal normal 600 16px/16px Montserrat; margin-bottom: 2px; }
    #calendar-visit .calcmp__day--disabled .calcmp__num { font: normal normal 600 16px/16px Montserrat; }

    #calendar-visit .calcmp__price {
        font: normal normal 500 10px/10px Montserrat;
        white-space: normal;
        text-align: center;
    }

    #calendar-visit .calcmp__title {
        font: normal normal 700 18px/18px Montserrat;
        margin-top: 20px;
    }

    #calendar-visit .calcmp__picked {
        font: normal normal 500 14px/18px Montserrat;
    }

    #calendar-visit .calcmp__panelTitle {
        font: normal normal 700 16px/16px Montserrat;
        margin-top: 30px;
    }

    #calendar-visit .calcmp__grid {
        padding: 14px 10px;
    }

    #calendar-visit .calcmp__day{
        padding: 6px;

    }

    .calcmp__step {
        width: 54px !important;
        height: 54px !important;
        font-size: 18px !important;
    }

    .calcmp__panelTopLabel {
        font: normal normal 700 14px/14px Montserrat !important;
    }

    .calcmp__days {
        gap: 4px !important;
    }

    .calcmp__ticketInstallmentPrice {
        font-size: 28px !important;
    }
}

@media (min-width: 992px) {
    #calendar-visit .calcmp {
        grid-template-columns: minmax(650px, 1fr) 400px;
    }
}

@media (max-width: 991px){
    .legend {
        width: 100%;
    }

    .promo-box {
        width: 100% !important;
        max-width: 100%;
    }
}


/* Multi-product panel (special dates / panelProducts) */
.calcmpPromo {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.calcmpPromo__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 15px;
}

.calcmpPromo__row {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.calcmpPromo__rowLabel {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.25;
}

.calcmpPromo__rowBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;

    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 10px 12px;
}

.calcmpPromo__price {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 15px;
    color: #111827;
    white-space: nowrap;
}

.calcmpPromo__sep {
    width: 1px;
    align-self: stretch;
    background: #e5e7eb;
    flex: 0 0 1px;
}

.calcmpPromo__qty {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
}

.calcmpPromo__qtyBtn {
    width: 30px;
    height: 30px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background: #fff;
    color: #111827;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
}

.calcmpPromo__qtyBtn:hover {
    background: #f9fafb;
}

.calcmpPromo__qtyBtn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.calcmpPromo__qtyValue {
    font-family: Montserrat;
    min-width: 20px;
    text-align: center;
    font-weight: 700;
    color: #111827;
}

.calcmpPromo__summary {
    font-family: Montserrat;
    border-top: 1px solid #e5e7eb;
    padding-top: 10px;
}

.calcmpPromo__from {
    font-size: 14px;
    color: #6b7280;
    display: flex;
    justify-content: center;
    gap: 4px;
}

.promo-from-price {
    text-decoration: line-through;
}

.calcmpPromo__total {
    font-size: 18px;
    line-height: 1.2;
    color: #111827;
}

.calcmpPromo__total span {
    font-size: 23px;
    line-height: 1.2;
}

/* Mobile tweaks */
@media (max-width: 480px) {
    .calcmpPromo__rowBox {
        padding: 10px;
        gap: 8px;
    }

    .calcmpPromo__rowLabel {
        font-size: 13px;
    }

    .calcmpPromo__price {
        font-size: 14px;
    }

    .calcmpPromo__qtyBtn {
        width: 28px;
        height: 28px;
        font-size: 16px;
    }
}

.calcmpPromo__row--soldout {
    opacity: 0.9;
}

.calcmpPromo__row--soldout .calcmpPromo__rowBox {
    background: #fafafa;
    border: 1px solid #f2b8b5;
}

.calcmpPromo__row--soldout .calcmpPromo__price {
    color: #6b7280;
}

.calcmpPromo__row--soldout .calcmpPromo__qtyValue {
    color: #6b7280;
}

.calcmpPromo__row--soldout .calcmpPromo__rowLabel {
    color: #6b7280;
}

.calcmpPromo__soldoutMsg {
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 700;
    color: #d93025;
}

.calcmpPromo__row--soldout .calcmpPromo__qtyBtn {
    cursor: not-allowed;
    opacity: 0.45;
}

.calcmpPromo .calcmpPromo__row[data-soldout="false"] .calcmpPromo__rowBox {
    animation: promoIntroHighlight 2.2s ease-out 1;
}

@keyframes promoIntroHighlight {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 137, 255, 0);
    }
    20% {
        box-shadow: 0 0 0 4px rgba(0, 137, 255, 0.35);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 137, 255, 0);
    }
}
