/**
 * Parchment & Stars Theme - תמת קלף וכוכבים
 * Parchment with star decorations
 */

.synagogue-display.theme-parchment-stars {
    --primary-color: #5D4037;
    --secondary-color: #1565C0;
    --accent-color: #8D6E63;
    --background-color: #FFF8E1;
    --text-color: #3E2723;
    background: linear-gradient(135deg, #FFF8E1 0%, #FFECB3 50%, #FFF8E1 100%);
}

.theme-parchment-stars .display-header {
    background: linear-gradient(to bottom, rgba(93, 64, 55, 0.15), rgba(93, 64, 55, 0.05));
    border-bottom: 4px solid var(--secondary-color);
}

.theme-parchment-stars .synagogue-name {
    color: var(--primary-color);
    text-shadow: 2px 2px 4px rgba(21, 101, 192, 0.3);
}

.theme-parchment-stars section {
    background: rgba(255, 255, 255, 0.88);
    border: 2px solid var(--accent-color);
    box-shadow: 0 5px 18px rgba(93, 64, 55, 0.18);
}

.theme-parchment-stars section::before {
    content: '✡';
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 2.5rem;
    color: var(--secondary-color);
    opacity: 0.2;
}

.theme-parchment-stars .prayer-item {
    background: linear-gradient(to left, rgba(141, 110, 99, 0.1), rgba(141, 110, 99, 0.03));
    border-right: 4px solid var(--secondary-color);
}

.theme-parchment-stars .current-time {
    color: var(--primary-color);
}

.theme-parchment-stars .section-title {
    color: var(--primary-color);
    border-bottom: 3px solid var(--secondary-color);
}
