/* ==========================================================
   wetter.css - Styles spezifisch für Self-Briefing (wetter.php)
   ========================================================== */

/* --- DHV Block --- */
.dhv-block {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 18px;
    margin-bottom: 12px;
    box-shadow: var(--shadow);
}
.dhv-block h3 { margin: 0 0 12px; color: #7c3aed; font-size: 0.95rem; }
.dhv-day { padding: 10px 0; border-bottom: 1px solid var(--border); }
.dhv-day:last-child { border-bottom: none; }

/* AI Briefing styles are in style.css */
