/* PS Info – Frontend CSS (passt zu Flatsome #6fa6d4) */

/* ── Hinweis-Banner ─────────────────────────────────────────── */
.ps-info-alert {
    display: flex; align-items: flex-start; gap: 14px;
    padding: 14px 20px; border-radius: 8px;
    margin-bottom: 16px; font-size: 14px; line-height: 1.5;
}
.ps-info-alert .alert-icon { font-size: 22px; flex-shrink:0; }
.alert-closed  { background: #fff3f3; border: 1px solid #e0a0a0; color: #7a2020; }
.alert-info    { background: #f0f7ff; border: 1px solid #9ab8d8; color: #1a4a6a; }
.alert-event   { background: #f5fff0; border: 1px solid #9acb9a; color: #1a4a1a; }

/* ── Öffnungszeiten ─────────────────────────────────────────── */
.ps-info-oz-box {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 24px 28px;
    max-width: 420px;
}
.ps-info-oz-grid { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }

.ps-info-oz-row {
    display: flex; align-items: center; gap: 8px;
    font-size: 14px; padding: 4px 0;
}
.ps-info-oz-row.ruhetag { color: #aaa; }
.ps-info-oz-row.heute { font-weight: 700; color: #3d6a8a; }
.ps-info-oz-row.heute::before { content: '▶'; font-size: 9px; color: #6fa6d4; }

.oz-tag   { width: 100px; flex-shrink: 0; }
.oz-dots  { flex: 1; border-bottom: 1px dotted #ddd; margin: 0 6px; }
.oz-zeit  { text-align: right; white-space: nowrap; }

.oz-hinweis {
    font-size: 12px; color: #888; font-style: italic;
    margin: 10px 0 8px; border-top: 1px solid #f0f0f0; padding-top: 10px;
}
.oz-kontakt {
    font-size: 13px; color: #555; margin-top: 10px;
    border-top: 1px solid #f0f0f0; padding-top: 12px;
}
.oz-kontakt a { color: #3d6a8a; text-decoration: none; }
.oz-kontakt a:hover { text-decoration: underline; }

/* ── Tagesgericht ───────────────────────────────────────────── */
.ps-info-tagesgericht {
    background: linear-gradient(135deg, #3d6a8a, #6fa6d4);
    color: #fff;
    border-radius: 10px;
    padding: 24px 28px;
    text-align: center;
}
.tg-label { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; opacity: .8; margin-bottom: 8px; }
.tg-name  { font-size: 22px; font-weight: 700; margin-bottom: 6px; }
.tg-desc  { font-size: 14px; opacity: .85; margin-bottom: 10px; font-style: italic; }
.tg-preis { font-size: 26px; font-weight: 700; }

/* ── Events ─────────────────────────────────────────────────── */
.ps-info-events { display: flex; flex-direction: column; gap: 12px; }

.ps-info-event-item {
    background: #f9f9f9;
    border: 1px solid #e8e8e8;
    border-left: 4px solid #6fa6d4;
    border-radius: 0 8px 8px 0;
    padding: 14px 18px;
}
.ev-datum   { font-size: 11px; text-transform: uppercase; letter-spacing: 1px; color: #6fa6d4; margin-bottom: 2px; }
.ev-uhrzeit { font-size: 11px; color: #888; margin-bottom: 4px; }
.ev-titel   { font-size: 16px; font-weight: 700; color: #2c2c2c; }
.ev-desc    { font-size: 13px; color: #666; margin-top: 4px; }

/* ── Kontakt ────────────────────────────────────────────────── */
.ps-info-kontakt { display: flex; flex-direction: column; gap: 8px; font-size: 14px; }
.kontakt-item a { color: #3d6a8a; text-decoration: none; }
.kontakt-item a:hover { text-decoration: underline; }
