#email-popup[dir="rtl"] {
  text-align: right;
}
#email-popup[dir="rtl"] #email-popup-close {
  right: auto;
  left: 16px;
}

#email-popup-overlay {
    position: fixed; inset: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}
#email-popup {
    background: #fff;
    border-radius: 12px;
    border: 4px solid #3858e9;
    box-shadow: 0 8px 40px rgba(0,0,0,0.6);
    padding: 2rem;
    width: 90%;
    max-width: 420px;
    position: relative;
    font-family: inherit;
}
#email-popup h2 {
    margin: 0 0 0.5rem;
    font-size: 1.3rem;

}
#email-popup p {
    font-size: 0.95rem;
    color: #111;
    margin: 0 0 1.2rem;

}
#email-popup label {
    display: block;
    font-size: 0.95rem;
    color: #111;
    margin-bottom: 0.75rem;

}
#email-popup input {
    display: block;
    width: 100%;
    margin-top: 4px;
    padding: 9px 12px;
    border: 1px solid #aaa;
    border-radius: 6px;
    font-size: 0.95rem;
    box-sizing: border-box;

}
#email-popup button[type="submit"] {
    width: 100%;
    padding: 10px;
    background: #111;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 1.0rem;
    font-weight: bold;
    cursor: pointer;
    margin-top: 0.5rem;

}
#email-popup-close {
    position: absolute;
    top: 12px;
    right: 16px;
    background: none;
    border: none;
    font-size: 1.6rem;
    cursor: pointer;
    color: #555;
    line-height: 1;

}
.popup-note {
    text-align: center;
    /*
    font-size: 0.78rem !important;
    color: #aaa !important;
    margin-top: 0.75rem !important;
    */
}
