/**
 * Style dla Widgetu Roku Liturgicznego
 */

.adwent-widget-container {
    padding: 15px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

/* Informacja o roku liturgicznym */
.liturgical-year-info {
    margin-bottom: 20px;
}

.current-period {
    padding: 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.period-icon {
    font-size: 32px;
    flex-shrink: 0;
}

.period-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.period-name {
    font-size: 18px;
    display: block;
    color: #333;
}

.liturgical-cycle {
    font-size: 13px;
    color: #666;
    font-weight: normal;
}

/* Ważne daty */
.liturgical-info {
    text-align: center;
}

.important-dates {
    margin: 20px 0;
    text-align: left;
}

.important-dates h4 {
    text-align: center;
    margin-bottom: 12px;
    font-size: 16px;
    color: #333;
}

.dates-list {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 15px;
}

.dates-list li {
    padding: 8px 0;
    border-bottom: 1px solid #e0e0e0;
    font-size: 14px;
}

.dates-list li:last-child {
    border-bottom: none;
}

.dates-list li strong {
    color: #4a148c;
    margin-right: 8px;
}

/* Odliczanie do Wielkanocy */
.countdown-easter {
    margin: 15px 0;
    padding: 12px;
    background: linear-gradient(135deg, #ffd700 0%, #ffa500 100%);
    border-radius: 8px;
    color: white;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

/* Dzisiejszy dzień liturgiczny */
.today-liturgical-info {
    margin: 20px 0;
}

.today-info {
    padding: 20px;
    border-radius: 12px;
    background-color: #ffffff;
    border: 2px solid #e0e0e0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.today-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
}

.liturgical-color-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    flex-shrink: 0;
    border: 3px solid #ffffff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.today-date-info {
    flex: 1;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
}

.week-number-info {
    margin-top: 8px;
    font-size: 15px;
    font-weight: 500;
    color: #4a148c;
}

.period-cycle-info {
    margin-top: 6px;
    font-size: 13px;
    font-weight: normal;
    color: #666;
    line-height: 1.5;
}

.today-memorial {
    margin-top: 15px;
}

.memorial-label {
    display: block;
    font-size: 13px;
    color: #666;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.today-saints {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(0,0,0,0.1);
}

.saint-item {
    margin: 5px 0;
    font-size: 13px;
    line-height: 1.4;
}

.saint-name {
    font-weight: 500;
    color: #333;
}

.saint-type {
    font-size: 11px;
    color: #666;
    font-style: italic;
    margin-left: 5px;
}

.saint-scope {
    font-size: 10px;
    color: #4a148c;
    font-weight: 600;
    margin-left: 8px;
    background-color: #f0e6ff;
    padding: 2px 6px;
    border-radius: 3px;
}

/* Nadchodzące święta */
.upcoming-festivals {
    margin: 20px 0;
}

.upcoming-festivals h4 {
    margin-bottom: 12px;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.festivals-list {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 12px;
}

.festivals-list li {
    padding: 10px 0 10px 15px;
    border-left: 3px solid #4a148c;
    border-bottom: 1px solid #e0e0e0;
    font-size: 13px;
    line-height: 1.5;
}

.festivals-list li:last-child {
    border-bottom: none;
}

.festivals-list li strong {
    color: #4a148c;
    margin-right: 8px;
}

.festival-days {
    display: block;
    font-size: 11px;
    color: #888;
    margin-top: 3px;
}

.adwent-info {
    text-align: center;
}

.adwent-current {
    font-size: 18px;
    margin-bottom: 15px;
    padding: 12px;
    background-color: #f5f5f5;
    border-radius: 5px;
    line-height: 1.6;
}

.liturgical-name {
    font-size: 14px;
    font-style: italic;
    color: #666;
    font-weight: normal;
    display: block;
    margin-top: 5px;
}

/* Licznik dnia Adwentu */
.advent-day-counter {
    margin: 15px 0;
    padding: 10px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 8px;
    color: white;
    font-size: 16px;
}

.counter-label {
    display: block;
    font-size: 13px;
    opacity: 0.9;
    margin-bottom: 5px;
}

.counter-value {
    display: block;
    font-size: 24px;
    font-weight: bold;
}

/* Odliczanie do Bożego Narodzenia */
.countdown-christmas {
    margin: 15px 0;
    padding: 12px;
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
    border-radius: 8px;
    color: white;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.countdown-icon {
    font-size: 20px;
}

.countdown-days {
    font-size: 20px;
    font-weight: bold;
    margin-left: 5px;
}

/* Odliczanie do następnej niedzieli */
.countdown-next-sunday {
    margin: 15px 0;
    padding: 12px;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    border-radius: 8px;
    color: white;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

/* Szczegóły niedzieli */
.sunday-details {
    margin: 20px 0;
    padding: 15px;
    background-color: #fff9e6;
    border-left: 4px solid #ff9800;
    border-radius: 5px;
    text-align: left;
}

.sunday-intention {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

.sunday-intention strong {
    color: #ff9800;
    display: block;
    margin-bottom: 5px;
}

.sunday-color {
    font-size: 14px;
    color: #555;
    margin: 0;
}

.sunday-color strong {
    color: #4a148c;
}

.adwent-candles {
    margin: 20px 0;
}

.adwent-candles h4 {
    margin-bottom: 15px;
    font-size: 16px;
    color: #333;
}

.candles-row {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.candle {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 50px;
}

.candle-body {
    width: 35px;
    height: 80px;
    background: linear-gradient(to bottom, #6a1b9a 0%, #4a148c 100%);
    border-radius: 3px 3px 0 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    transition: all 0.3s ease;
}

/* Trzecia niedziela - różowa świeca (Gaudete) */
.candle.third-sunday .candle-body {
    background: linear-gradient(to bottom, #f48fb1 0%, #e91e63 100%);
}

/* Zapalone świece - jaśniejsze i z płomieniem */
.candle.lit .candle-body {
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.candle.third-sunday.lit .candle-body {
    box-shadow: 0 0 10px rgba(255, 182, 193, 0.6);
}

/* Płomień świecy */
.candle-flame {
    width: 12px;
    height: 18px;
    background: linear-gradient(to top, #ff6b35 0%, #ffd23f 50%, #fff 100%);
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
    margin-bottom: 3px;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: relative;
    animation: flicker 2s infinite;
}

.candle-flame.visible {
    opacity: 1;
}

.candle-flame::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 8px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Animacja płomienia */
@keyframes flicker {
    0%, 100% {
        transform: scaleY(1) scaleX(1);
    }
    25% {
        transform: scaleY(1.1) scaleX(0.95);
    }
    50% {
        transform: scaleY(0.95) scaleX(1.05);
    }
    75% {
        transform: scaleY(1.05) scaleX(0.98);
    }
}

.candle-label {
    margin-top: 8px;
    font-size: 11px;
    text-align: center;
    color: #666;
    font-weight: 500;
}

/* Lista niedziel Adwentu */
.adwent-dates {
    margin-top: 25px;
    text-align: left;
}

.adwent-dates h4 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
}

.adwent-sundays-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.adwent-sundays-list li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.adwent-sundays-list li:last-child {
    border-bottom: none;
}

.adwent-sundays-list li strong {
    color: #4a148c;
}

/* Informacja o następnym Adwencie */
.next-advent {
    padding: 15px;
    background-color: #e3f2fd;
    border-radius: 5px;
    font-size: 14px;
}

/* Responsywność */
@media (max-width: 480px) {
    .candles-row {
        gap: 10px;
    }
    
    .candle {
        width: 40px;
    }
    
    .candle-body {
        width: 30px;
        height: 60px;
    }
    
    .candle-flame {
        width: 10px;
        height: 15px;
    }
    
    .candle-label {
        font-size: 10px;
    }
    
    .adwent-current {
        font-size: 16px;
        padding: 10px;
    }
    
    .liturgical-name {
        font-size: 12px;
    }
    
    .countdown-christmas,
    .countdown-next-sunday {
        font-size: 13px;
        padding: 10px;
    }
    
    .countdown-days {
        font-size: 18px;
    }
    
    .counter-value {
        font-size: 20px;
    }
    
    .sunday-details {
        padding: 12px;
    }
    
    .sunday-intention,
    .sunday-color {
        font-size: 13px;
    }
    
    .current-period {
        padding: 12px;
        flex-direction: column;
        text-align: center;
    }
    
    .period-icon {
        font-size: 28px;
    }
    
    .period-name {
        font-size: 16px;
    }
    
    .liturgical-cycle {
        font-size: 12px;
    }
    
    .dates-list {
        padding: 12px;
    }
    
    .dates-list li {
        font-size: 13px;
    }
    
    .countdown-easter {
        font-size: 13px;
        padding: 10px;
    }
    
    .today-info {
        padding: 10px;
        font-size: 13px;
    }
    
    .upcoming-festivals h4 {
        font-size: 14px;
    }
    
    .festivals-list {
        padding: 10px;
    }
    
    .festivals-list li {
        font-size: 12px;
        padding: 8px 0 8px 12px;
    }
    
    .festival-days {
        font-size: 10px;
    }
}
