/* Chique de Friemel Agenda - V2.0.2 */
.cdf-agenda-wrap, .cdf-single-wrap { max-width: 1100px; margin: 0 auto; padding: 20px; font-family: inherit; box-sizing: border-box; }
.cdf-agenda-filters { background: #f4f4f4; border-radius: 12px; padding: 20px; margin-bottom: 30px; }
.cdf-filter-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 15px; align-items: end; }
.cdf-field { display: flex; flex-direction: column; gap: 5px; }
.cdf-field label { font-weight: 600; font-size: 14px; color: #333; }
.cdf-field input[type="text"] { width: 100%; padding: 10px; border: 1px solid #ccc; border-radius: 8px; background: #fff; color: #333; min-height: 42px; }
.cdf-col-6 { grid-column: span 6; }
.cdf-col-3 { grid-column: span 3; }
@media (max-width: 768px) { .cdf-col-6, .cdf-col-3 { grid-column: span 12; } }
.cdf-agenda-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)); gap: 20px; }
.cdf-card { background: #fff; border: 1px solid #e0e0e0; border-radius: 16px; padding: 20px; display: flex; gap: 20px; box-shadow: 0 4px 12px rgba(0,0,0,0.03); text-align: left; }
.cdf-date-badge { flex-shrink: 0; width: 80px; height: 90px; background: #f7f7f7; border: 1px solid #ddd; border-radius: 12px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #333; }
.cdf-date-day { font-size: 26px; font-weight: 800; line-height: 1; margin-bottom: 2px; color: #333; }
.cdf-date-month { font-size: 12px; text-transform: uppercase; font-weight: 600; color: #555; }
.cdf-card-main { flex: 1; display: flex; flex-direction: column; min-width: 0; }
.cdf-card-title { margin: 0 0 10px 0; font-size: 18px; line-height: 1.3; }
.cdf-card-title a { text-decoration: none; color: #111; }
.cdf-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.cdf-chip { display: inline-flex !important; align-items: center !important; background: #f4f4f4; border: 1px solid #e0e0e0; border-radius: 50px; padding: 6px 12px !important; max-width: 100%; box-sizing: border-box; }
.cdf-chip .dashicons { font-size: 16px; width: 16px; height: 16px; margin-right: 8px; color: #555; opacity: 1 !important; flex-shrink: 0; }
.cdf-chip-text { display: inline-block !important; color: #333 !important; font-size: 13px !important; line-height: 1.4 !important; font-weight: 500 !important; opacity: 1 !important; visibility: visible !important; width: auto !important; flex: 1 1 auto; white-space: normal; }
.cdf-card-excerpt { font-size: 14px; color: #666; margin-bottom: 15px; line-height: 1.5; }
.cdf-card-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: auto; padding-top: 15px; border-top: 1px solid #f0f0f0; }
.cdf-btn { display: inline-flex; align-items: center; gap: 6px; padding: 8px 14px; border-radius: 50px; font-weight: 600; text-decoration: none !important; font-size: 13px; border: 1px solid transparent; line-height: 1; }
.cdf-btn-primary { background: #333; color: #fff; }
.cdf-btn-soft { background: #eef; color: #335; border-color: #ccd; }
.cdf-btn-ghost { background: transparent; border-color: #ccc; color: #555; }
.cdf-link { display: inline-flex; align-items: center; gap: 5px; color: #444; font-weight: 600; text-decoration: none; font-size: 14px; }
/* Single Page */
.cdf-single-hero { background: #fbfbfb; border: 1px solid #eee; padding: 30px; border-radius: 16px; margin-bottom: 30px; }
.cdf-single-title { margin: 0 0 15px 0; font-size: 32px; color: #111; }
.cdf-single-meta { display: flex; flex-wrap: wrap; gap: 15px; margin-bottom: 20px; }
.cdf-meta-item { background: #fff; padding: 8px 14px; border-radius: 50px; border: 1px solid #ddd; font-size: 14px; display: flex; align-items: center; gap: 8px; color: #333; }
.cdf-content-card { background: #fff; padding: 30px; border: 1px solid #eee; border-radius: 16px; line-height: 1.6; color: #333; }