#sumuPopup { font-family: sans-serif; direction: rtl; }
#sumuPopup .popup-content {
    background: #ffffff; padding: 25px; border-radius: 20px;
    width: 90%; max-width: 400px; text-align: right; position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}
#sumuPopup label {
    display: block; font-weight: bold; margin-bottom: 5px; color: #333; font-size: 14px;
}
#sumuPopup input {
    width: 100%; padding: 12px; margin-bottom: 5px; border: 1px solid #ddd;
    border-radius: 8px; text-align: center; box-sizing: border-box; font-size: 16px;
}
#sumuPopup button {
    background: #0d3b2e; color: #fff; width: 100%; padding: 15px;
    border-radius: 10px; border: none; font-weight: bold; cursor: pointer; margin-top: 15px; font-size: 16px;
}
.hint-text { color: #7c2731; font-size: 11px; font-weight: bold; margin-bottom: 15px; display: block; }
.privacy-text { color: #888; font-size: 10px; display: inline-block; margin-right: 5px; }
.footer-desc { color: #666; font-size: 13px; text-align: center; margin-top: 15px; line-height: 1.4; }
.abaya-special-note { 
    font-size: 16px; 
    color: #7c2731; 
    text-align: center; 
    margin-bottom: 20px; 
    line-height: 1.5; 
    font-weight: bold;
}