.promo-modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.promo-modal {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    width: min(960px, 95vw);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

.promo-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    color: #fff;
    font-family: "rubik_medium";
    font-size: 1.1rem;
}

.promo-modal-close {
    background: none;
    border: none;
    color: #fff;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    padding: 0 4px;
}

.promo-modal-body img {
    width: 100%;
    height: auto;
    display: block;
}
