#nrt-promo-overlay {
    display: none;
    position: fixed;
    z-index: 999999;
    inset: 0;
    padding: 20px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    background: rgba(25, 20, 20, 0.62);
}

#nrt-promo-overlay.nrt-visible {
    display: flex;
}

#nrt-promo-overlay .nrt-promo {
    position: relative;
    width: 100%;
    max-width: 540px;
    box-sizing: border-box;
    padding: 45px 50px 38px;
    background: #f6f1ea;
    border-top: 6px solid #a70d24;
    text-align: center;
    color: #2c2926;
    font-family: Georgia, "Times New Roman", serif;
    box-shadow: 0 20px 60px rgba(0,0,0,0.30);
}

#nrt-promo-overlay .nrt-promo-close {
    position: absolute;
    top: 10px;
    right: 13px;
    width: 36px;
    height: 36px;
    border: 0;
    background: transparent;
    color: #777;
    font-size: 31px;
    cursor: pointer;
}

#nrt-promo-overlay .nrt-promo-close:hover {
    color: #a70d24;
}

#nrt-promo-overlay .nrt-promo-kicker {
    margin-bottom: 14px;
    color: #a70d24;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    letter-spacing: 2.5px;
}

#nrt-promo-overlay .nrt-promo-title {
    margin: 0;
    color: #950c22;
    font-size: 30px;
    line-height: 1.25;
    font-weight: normal;
}

#nrt-promo-overlay .nrt-promo-discount {
    margin: 22px 0 8px;
    color: #a70d24;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 72px;
    line-height: 1;
    font-weight: bold;
}

#nrt-promo-overlay .nrt-promo-text {
    margin: 0 auto 27px;
    font-size: 19px;
    line-height: 1.45;
}

#nrt-promo-overlay .nrt-code-wrapper {
    width: 100%;
    max-width: 330px;
    margin: 0 auto 25px;
}

#nrt-promo-overlay .nrt-code-label {
    margin-bottom: 7px;
    color: #776a5c;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    letter-spacing: 1.5px;
}

#nrt-promo-overlay .nrt-code-box {
    display: flex;
    width: 100%;
    overflow: hidden;
    border: 1px solid #cab99f;
    border-radius: 4px;
    background: #fff;
}

#nrt-promo-overlay .nrt-code {
    display: flex;
    flex: 1;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    color: #a70d24;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 1.5px;
}

#nrt-promo-overlay .nrt-copy {
    min-width: 105px;
    border: 0;
    border-left: 1px solid #cab99f;
    padding: 0 16px;
    background: #e9dfd1;
    color: #51483f;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    cursor: pointer;
}

#nrt-promo-overlay .nrt-copy.nrt-copied {
    background: #a70d24;
    color: #fff;
}

#nrt-promo-overlay .nrt-copy-message {
    min-height: 18px;
    margin-top: 6px;
    color: #746a60;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#nrt-promo-overlay .nrt-promo-cta {
    display: block;
    width: 100%;
    max-width: 310px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 14px 20px;
    border-radius: 25px;
    background: #a70d24;
    color: #fff !important;
    text-decoration: none !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    letter-spacing: 0.4px;
}

#nrt-promo-overlay .nrt-promo-cta:hover {
    background: #82091b;
}

#nrt-promo-overlay .nrt-promo-validity {
    margin: 18px 0 0;
    color: #7b7064;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.5;
}

@media (max-width: 600px) {
    #nrt-promo-overlay {
        padding: 12px;
    }

    #nrt-promo-overlay .nrt-promo {
        max-width: 400px;
        padding: 38px 20px 28px;
        border-top-width: 5px;
    }

    #nrt-promo-overlay .nrt-promo-title {
        font-size: 23px;
    }

    #nrt-promo-overlay .nrt-promo-discount {
        font-size: 54px;
    }

    #nrt-promo-overlay .nrt-promo-text {
        font-size: 16px;
    }

    #nrt-promo-overlay .nrt-code {
        font-size: 18px;
    }

    #nrt-promo-overlay .nrt-copy {
        min-width: 88px;
        font-size: 12px;
    }

    #nrt-promo-overlay .nrt-promo-cta {
        max-width: 290px;
        font-size: 14px;
    }
}