#offer-modal {
    display: none;
    font-family: Verdana, Geneva, sans-serif;
}

#offer-modal .css-j9sefv-Backdrop-StyledBackdrop {
    position: fixed;
    inset: 0px;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    height: 100%;
    z-index: 2147483647;
    padding: 5px;
}

#offer-modal .css-4cuof4-Card-StyledCard {
    box-shadow: rgb(0 0 0 / 10%) 0px 2px 10px 0px;
    padding: 0px;
    margin: auto;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
    border-radius: 10px;
}

#offer-modal .css-ds9v04-Wrapper {
    display: flex;
    align-items: center;
    justify-content: end;
    font-size: 14px;
    font-weight: 300;
    font-family: EFCircularWeb;
    padding: 15px 15px 5px 15px;
}

#offer-modal .css-tq39v9-ModalBody {
    padding: 20px 30px 30px 30px;
}

#offer-modal .css-1pmzwhh-Wrapper {
    display: inline-flex;
    align-items: center;
    font-size: 28px;
    font-weight: 600;
}

#offer-modal .css-12rgf8s-BaseButtonChild {
    display: inline-flex;
    align-items: center;
}

#offer-modal .css-7711bx-BaseButton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 300;
    font-size: 14px;
    flex-shrink: 0;
    font-family: EFCircularWeb;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
    user-select: none;
    box-sizing: border-box;
    color: rgb(25, 25, 25);
    border: 1px solid transparent;
    background-color: transparent;
    padding: 0px;
    height: auto;
    text-decoration: underline;
    flex-direction: row-reverse;
}

#offer-modal .css-121wxwa {
    background-color: rgb(248, 246, 244);
    padding: 25px;
    border-radius: 10px;
}

#offer-modal .css-1lx01ad {
    max-width: 700px;
}

#offer-modal h1,
#offer-modal h2,
#offer-modal h3,
#offer-modal h4,
#offer-modal h5,
#offer-modal h6 {
    font-weight: 700;
    box-sizing: border-box;
    font-size: inherit;
}

#offer-modal h1 {
    font-size: 1.575rem;
    text-align: center;
}

#offer-modal h2 {
    display: block;
    font-size: 1rem;
    font-weight: bold;
    color: #ce000c;
    padding: 0px !important;
    text-align: center;
    line-height: 35px;
}

#offer-modal h3 {
    font-size: 1rem;
    text-align: center;
}

#offer-modal ul {
    padding: 5px 20px;
    font-size: 0.95rem;
}

#offer-modal ul li {
    padding: 3px 0px;
}

#offer-modal .model-button {
    padding: 12px 25px;
    color: #fff;
    background: #ce000c;
    border-radius: 20px;
    border: 1px solid #ce000c;
    margin: 10px 0px 5px 0px;
    font-size: .9rem;
    font-weight: 600;
}

#offer-modal .model-button:hover {
    color: #ce000c;
    background: #fff;
    border: 1px solid #ce000c;
    cursor: pointer;
}