.kf-geburtstage { max-width: 1200px; color: #eee; }
.kf-geburtstage .kf-geb-layout { display:flex; gap:16px; align-items:flex-start; }
.kf-geburtstage .kf-cal { flex: 1 1 55%; }
.kf-geburtstage .kf-list { flex: 1 1 45%; overflow-x:auto; -webkit-overflow-scrolling: touch; }
@media (max-width: 800px) { .kf-geburtstage .kf-geb-layout { flex-direction: column; } }
.kf-geburtstage .kf-cal-year { display:grid; grid-template-columns: repeat(3, 1fr); gap:12px; }
@media (max-width: 900px) { .kf-geburtstage .kf-cal-year { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .kf-geburtstage .kf-cal-year { grid-template-columns: 1fr; } }
.kf-geburtstage .kf-month { border:1px solid #444; border-radius:6px; overflow:hidden; background: #222; }
.kf-geburtstage .kf-month h3 { margin:0; padding:6px 8px; background:#333; font-size:14px; color: #fff; }
.kf-geburtstage .kf-month table { width:100%; border-collapse: collapse; margin: 0; }
.kf-geburtstage .kf-month th, .kf-geburtstage .kf-month td { text-align:center; font-size:12px; padding:4px; border-bottom:1px solid #333; color: #ccc; }
.kf-geburtstage .kf-month th { background:#2a2a2a; font-weight:600; color: #eee; }
.kf-geburtstage .kf-day { height:28px; position:relative; cursor:pointer; }
.kf-geburtstage .kf-day.empty { background:#1a1a1a; cursor:default; }
.kf-geburtstage .kf-day.has-bd { background: #1b4d2e; box-shadow: inset 0 0 0 2px #2ecc71; }
.kf-geburtstage .kf-day.today { background:#5d1a1a; box-shadow: inset 0 0 0 2px #e74c3c; }
.kf-geburtstage .kf-day.has-bd.today { background: linear-gradient(90deg, #5d1a1a 0 50%, #1b4d2e 50% 100%); box-shadow: inset 0 0 0 2px #e74c3c; }
.kf-geburtstage .kf-day .num { position:absolute; top:3px; left:4px; font-weight:600; font-size:12px; }
.kf-geburtstage .kf-day .dots { position:absolute; bottom:3px; right:4px; font-size:10px; color:#2ecc71; }
.kf-geburtstage .kf-list table { width:100%; border-collapse:collapse; margin: 0; }
.kf-geburtstage .kf-list th, .kf-geburtstage .kf-list td { border-bottom:1px solid #333; padding:6px 8px; text-align:left; color: #ccc; }
.kf-geburtstage .kf-list th { background: #2a2a2a; color: #eee; }
/* Tabellen: nicht umbrechen, horizontal scrollen bei Bedarf */
.kf-geburtstage .kf-geburtstage-tabelle { min-width: 520px; }
.kf-geburtstage .kf-geburtstage-tabelle th, .kf-geburtstage .kf-geburtstage-tabelle td { white-space: normal; }
.kf-geburtstage .kf-list .toolbar { display:flex; justify-content:space-between; align-items:center; margin-bottom:8px; }
.kf-geburtstage .kf-list .filter-info { font-size:12px; color:#aaa; }
.kf-geburtstage .kf-btn-reset { background:#333; border:1px solid #555; border-radius:4px; padding:4px 8px; cursor:pointer; color: #eee; }
.kf-geburtstage .kf-btn-reset:hover { background:#444; }
