.rrf-69737-container {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    max-width: 600px;
    margin: 0 auto;
    font-family: inherit;
    direction: rtl; /* User context has Arabic labels */
}

.rrf-69737-title {
    margin-top: 0;
    margin-bottom: 25px;
    color: #333;
    font-size: 24px;
    text-align: center;
}

.rrf-69737-group {
    margin-bottom: 20px;
}

.rrf-69737-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #444;
}

.rrf-69737-input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    color: #333;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}

.rrf-69737-input:focus {
    border-color: #0073aa;
    outline: none;
}

.rrf-69737-textarea {
    min-height: 120px;
    resize: vertical;
}

.rrf-69737-submit {
    background: #0073aa;
    color: #fff;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s ease;
}

.rrf-69737-submit:hover {
    background: #005177;
}

.rrf-69737-submit:disabled {
    background: #999;
    cursor: not-allowed;
}

.rrf-69737-message {
    margin-top: 20px;
    padding: 15px;
    border-radius: 4px;
    text-align: center;
}

.rrf-69737-message.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.rrf-69737-message.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}
