/**
 * İletişim + yönetim paneli: hizmet saatleri kutusu (aynı görünüm)
 * style.css içindeki --accent, --primary-dark değişkenlerine dayanır.
 */
.contact-mini-card {
    background: linear-gradient(165deg, #f8fafc 0%, #f1f5f9 100%);
    border: 1px solid #e8edf3;
    border-radius: 14px;
    padding: 15px 17px;
}
.contact-mini-card h3 {
    margin: 0 0 10px;
    font-size: 0.88rem;
    font-weight: 800;
    color: var(--primary-dark);
    display: flex;
    align-items: center;
    gap: 8px;
    letter-spacing: -0.01em;
    line-height: 1.3;
}
.contact-mini-card h3 i {
    color: var(--accent);
    font-size: 0.85rem;
    text-transform: none;
}
.contact-mini-list { list-style: none; margin: 0; padding: 0; }
.contact-mini-list li {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 0.86rem;
    line-height: 1.45;
    color: #334155;
}
.contact-mini-list li:last-child { margin-bottom: 0; }
.contact-mini-list li i {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    border-radius: 8px;
    background: linear-gradient(145deg, var(--accent) 0%, #a67d2b 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.68rem;
}
.contact-mini-list strong {
    font-size: 0.74rem;
    color: #64748b;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    line-height: 1.35;
}

.hours-compact .hour-row {
    font-size: 0.84rem;
    line-height: 1.52;
    color: #475569;
    margin-bottom: 0;
    padding: 8px 0;
    border-bottom: 1px solid #e8edf3;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.hours-compact .hour-row:first-of-type { padding-top: 2px; }
.hours-compact .hour-row:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.hours-compact .hour-row--friday-callout {
    margin-top: 12px;
    padding: 12px 0 0;
    border-top: 1px dashed rgba(197, 157, 63, 0.4);
    border-bottom: none !important;
    background: transparent;
    box-shadow: none;
}
.hours-compact .friday-callout-inner {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 11px 13px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid rgba(197, 157, 63, 0.22);
    box-shadow: 0 2px 16px rgba(15, 30, 61, 0.07);
}
.hours-compact .friday-callout-icon {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 11px;
    background: linear-gradient(145deg, var(--accent) 0%, #9e7328 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    box-shadow: 0 2px 10px rgba(197, 157, 63, 0.38);
}
.hours-compact .friday-callout-text {
    margin: 0;
    padding-top: 2px;
    font-size: 0.86rem;
    line-height: 1.55;
    color: #1e293b;
    font-weight: 600;
    letter-spacing: -0.015em;
}
.hours-compact .friday-callout-text .friday-time-chip {
    display: inline-block;
    margin: 0 0.2em;
    padding: 0.2em 0.65em 0.22em;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--accent) 0%, #a67d2b 100%);
    color: #fff !important;
    font-weight: 800;
    font-size: 0.92em;
    letter-spacing: 0.03em;
    box-shadow: 0 1px 6px rgba(166, 125, 43, 0.4);
    white-space: nowrap;
}
.hours-compact .hour-row--friday-callout .prayer-label {
    color: var(--accent);
    font-weight: 800;
}
.hours-compact .prayer-label {
    color: var(--accent);
    font-weight: 700;
    white-space: normal;
}
