/**
 * Sephardic Theme - תמת ספרדית
 * Mediterranean colors, blue and white
 */

.synagogue-display.theme-sephardic {
    --primary-color: #004E89;
    --secondary-color: #1A659E;
    --accent-color: #4A90A4;
    --background-color: #E8F4F8;
    --text-color: #1B3A4B;
    background: linear-gradient(135deg, #E8F4F8 0%, #D4E9F2 50%, #E8F4F8 100%);
}

.theme-sephardic .display-header {
    background: linear-gradient(to bottom, rgba(26, 101, 158, 0.2), rgba(26, 101, 158, 0.05));
    border-bottom: 4px solid var(--secondary-color);
}

.theme-sephardic .synagogue-name {
    color: var(--primary-color);
    text-shadow: 2px 2px 5px rgba(26, 101, 158, 0.3);
}

.theme-sephardic section {
    background: rgba(255, 255, 255, 0.95);
    border: 2px solid var(--accent-color);
    box-shadow: 0 5px 20px rgba(0, 78, 137, 0.15);
}

.theme-sephardic .prayer-item {
    background: linear-gradient(to left, rgba(26, 101, 158, 0.08), rgba(26, 101, 158, 0.02));
    border-right: 4px solid var(--secondary-color);
}

.theme-sephardic .current-time {
    color: var(--primary-color);
    text-shadow: 2px 2px 6px rgba(26, 101, 158, 0.4);
}

.theme-sephardic .section-title {
    color: var(--primary-color);
    border-bottom: 3px solid var(--secondary-color);
}

.theme-sephardic .event-date {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
}
