/* Coupon notice v20260914.1 */
#exampleModal {
    z-index: 2000001;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#exampleModal .modal-dialog {
    width: calc(100% - 32px);
    max-width: 540px;
    margin: 60px auto 24px;
}

#exampleModal .modal-content {
    background: #fffaf6;
    color: #3c302c;
    border: 0;
    border-top: 5px solid #e71b46;
    border-radius: 12px;
    overflow: hidden;
}

#exampleModal .modal-header {
    padding: 24px 28px 16px;
    border: 0;
}

#exampleModal .modal-title {
    color: #b81738;
    font-family: inherit;
    font-size: 26px;
    font-weight: 700;
    padding-right: 40px;
}

#exampleModal .close {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 44px;
    height: 44px;
    margin: 0;
    color: #3c302c;
    font-size: 32px;
    opacity: 1;
}

#exampleModal .modal-body {
    padding: 0 28px;
    font-size: 17px;
    line-height: 1.7;
}

#exampleModal .modal-body p {
    margin: 0 0 16px;
}

#exampleModal .modal-footer {
    padding: 4px 28px 24px;
    border: 0;
}

#exampleModal .notice-dismiss {
    background: #bd1638;
    color: #fff;
    border: 0;
    border-radius: 6px;
    padding: 12px 24px;
    font: 600 16px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#exampleModal button:focus-visible {
    outline: 3px solid #3c302c;
    outline-offset: 3px;
}

body.modal-open .modal-backdrop {
    z-index: 2000000;
}

@media (max-width: 480px) {
    #exampleModal .modal-dialog { margin-top: 24px; }
    #exampleModal .modal-header { padding: 22px 20px 14px; }
    #exampleModal .modal-title { font-size: 24px; }
    #exampleModal .modal-body { padding: 0 20px; font-size: 16px; }
    #exampleModal .modal-footer { padding: 4px 20px 22px; }
}
