/**
 * CSS עבור תוסף יומן ימי הולדת עבריים
 */

.hebrew-birthday-calendar {
    font-family: 'Assistant', 'Rubik', 'Heebo', Arial, sans-serif;
    direction: rtl;
    text-align: right;
    max-width: 100%;
    margin: 20px 0;
}

.hebrew-birthday-calendar h2 {
    color: #333;
    border-bottom: 2px solid #0073aa;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.hebrew-birthday-calendar .calendar-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.hebrew-birthday-calendar .calendar-table th,
.hebrew-birthday-calendar .calendar-table td {
    padding: 12px;
    border: 1px solid #e0e0e0;
}

.hebrew-birthday-calendar .calendar-table th {
    background-color: #f5f5f5;
    font-weight: bold;
}

.hebrew-birthday-calendar .calendar-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.hebrew-birthday-calendar .calendar-table tr:hover {
    background-color: #f0f7fa;
}

.hebrew-birthday-calendar .upcoming-birthday {
    background-color: #fffbe5 !important;
    font-weight: bold;
}

.hebrew-birthday-calendar .upcoming-birthday td:last-child {
    color: #d32f2f;
}

/* סגנון לטפסים בפאנל הניהול */
.wrap .form-table th {
    width: 200px;
}

.wrap .form-table select {
    min-width: 100px;
}

/* התאמה למובייל */
@media screen and (max-width: 768px) {
    .hebrew-birthday-calendar .calendar-table {
        font-size: 14px;
    }
    
    .hebrew-birthday-calendar .calendar-table th,
    .hebrew-birthday-calendar .calendar-table td {
        padding: 8px;
    }
}
