.promo_50_nav #phone {
    color: black;
}

.promo_50_nav #register {
    background-color: #bf1c03;
    color: #ffffff;
    border-radius: 1rem !important;
}

.promo_50_code .btnfirst {
    border: 3px dashed #bf1c03;
    cursor: default !important;
    border-radius: 1rem;
    cursor: text !important;
    user-select: all;
}

.promo_50_code .btnsecond {
    background-color: #bf1c03;
    color: #ffffff;
    border-radius: 1rem;
}

.promo_50_code .btnfirst > .text,
.promo_50_code .btnsecond > .text {
    font-size: 30px;
}

.promo_50_cards {
    background-color: #bf1c03;
}

.promo_50_cards .bg-white.rounded {
    border-radius: 2rem !important;
}

.promo_50_code.pricing-tab-content-wrap .old-price {
    font-size: 20px !important;
}

/* @media (max-width: 768px) {
    .promo-banner {
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
        padding: 1rem;
        text-align: center;
    }

    .countdown-box {
        align-self: center;
    }
} */
