/* program-sarbatori.css */

.ps-page {
    max-width: 860px;
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
}

.ps-page h1 {
    font-size: 1.6rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 0.5rem;
    letter-spacing: -0.01em;
}

.ps-page .ps-lead {
    font-size: 1rem;
    color: #666;
    margin: 0 0 2rem;
    line-height: 1.6;
}

/* Card secțiune */
.ps-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-left: 4px solid #0056b3;
    border-radius: 6px;
    padding: 1.5rem 1.5rem 1.25rem 1.25rem;
    margin-bottom: 1.25rem;
    transition: box-shadow 0.2s ease;
}

.ps-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.ps-card-title {
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #555;
    margin: 0 0 1.1rem;
}

/* Rând zi */
.ps-row {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 8px 0;
    border-bottom: 1px solid #f2f2f2;
}

.ps-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

/* Badge zi */
.ps-day-badge {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    background-color: #0056b3;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.ps-day-badge--holiday {
    background-color: #d90429;
}

/* Data */
.ps-date {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #dde3ea;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 0.88rem;
    color: #555;
    background: #f9fafb;
    min-width: 82px;
    justify-content: center;
    white-space: nowrap;
}

.ps-date i {
    font-size: 0.78rem;
    color: #0056b3;
}

/* Orar */
.ps-time {
    font-size: 1.45rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1;
}

.ps-time sup {
    font-size: 0.5em;
    font-weight: 700;
    vertical-align: super;
}

.ps-time--closed {
    font-size: 1.1rem;
    font-weight: 600;
    color: #d90429;
}

/* Card program obișnuit */
.ps-regular {
    margin-top: 1.75rem;
    padding-top: 1.75rem;
    border-top: 1px solid #e8e8e8;
}

.ps-regular-title {
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 1rem;
}

.ps-regular-title i {
    color: #0056b3;
    margin-right: 0.45rem;
}

.ps-regular-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.95rem;
    color: #444;
    line-height: 1.8;
}

.ps-regular-list li i {
    color: #0056b3;
    width: 16px;
    margin-right: 0.4rem;
    font-size: 0.85em;
}

.ps-regular-list li i.ps-icon--closed {
    color: #aaa;
}

/* Notă de alertă */
.ps-notice {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: #f0f6ff;
    border: 1px solid #c8ddf8;
    border-radius: 6px;
    padding: 12px 16px;
    font-size: 0.9rem;
    color: #1e3a5f;
    margin-top: 1.5rem;
    line-height: 1.5;
}

.ps-notice i {
    color: #0056b3;
    margin-top: 2px;
    flex-shrink: 0;
}

.ps-notice a {
    color: #0056b3;
    text-decoration: none;
    font-weight: 600;
}

.ps-notice a:hover {
    text-decoration: underline;
}

/* Separator */
.ps-divider {
    border: none;
    border-top: 1px solid #ececec;
    margin: 0.5rem 0 1.5rem;
}

@media (max-width: 576px) {
    .ps-page {
        padding: 1.5rem 0.75rem 2.5rem;
    }

    .ps-page h1 {
        font-size: 1.3rem;
    }

    .ps-day-badge {
        width: 38px;
        height: 38px;
        min-width: 38px;
        font-size: 0.75rem;
    }

    .ps-date {
        min-width: 70px;
        padding: 4px 8px;
        font-size: 0.8rem;
    }

    .ps-time {
        font-size: 1.15rem;
    }

    .ps-time--closed {
        font-size: 0.95rem;
    }
}
