.dec-form, .dec-filters, .dec-toolbar, .dec-list, .dec-calendar { max-width: 1100px; }
.dec-form { border-top: 5px solid #b00020; padding: 18px; background: #f7f7f7; box-shadow: 0 1px 8px rgba(0,0,0,.08); }
.dec-form label, .dec-filters label { display: block; font-weight: 700; margin: 0 0 10px; color: #333; }
.dec-form p { margin: 0 0 14px; }
.dec-form input, .dec-form select, .dec-form textarea, .dec-filters input, .dec-filters select { width: 100%; padding: 9px 10px; box-sizing: border-box; border: 1px solid #bdbdbd; border-radius: 3px; background: #fff; }
.dec-form input:focus, .dec-form select:focus, .dec-form textarea:focus, .dec-filters input:focus, .dec-filters select:focus { outline: 2px solid rgba(176,0,32,.25); border-color: #b00020; }
.dec-form button, .dec-filters button, .dec-button { display: inline-block; padding: 10px 16px; border: 1px solid #8f001a; border-radius: 3px; background: #b00020; color: #fff; text-decoration: none; cursor: pointer; font-weight: 700; }
.dec-form button:hover, .dec-filters button:hover, .dec-button:hover { background: #333; border-color: #333; color: #fff; }
.dec-grid { display: grid; gap: 16px; align-items: start; }
.dec-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.dec-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.dec-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.dec-help { display: block; margin-top: 4px; font-weight: 400; font-size: 12px; color: #666; }
.dec-euro { margin-left: 8px; font-weight: 700; color: #b00020; }
.dec-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 0 0 16px; padding: 12px; background: #f2f2f2; border-left: 5px solid #b00020; }
.dec-toolbar strong { color: #333; font-size: 1.1em; }
.dec-filters { display: grid; grid-template-columns: 1.2fr 1.4fr 1fr 1fr auto; gap: 12px; align-items: end; margin: 0 0 18px; padding: 14px; background: #f7f7f7; border: 1px solid #ddd; }
.dec-calendar { border: 1px solid #ddd; }
.dec-cal-head, .dec-cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); }
.dec-cal-head > div { font-weight: 700; padding: 10px; background: #333; color: #fff; border-right: 1px solid #555; text-align: center; }
.dec-day { min-height: 120px; padding: 8px; border-top: 1px solid #ddd; border-right: 1px solid #ddd; background: #fff; }
.dec-muted { background: #f4f4f4; }
.dec-daynum { font-weight: 700; margin-bottom: 6px; color: #b00020; }
.dec-cal-event { font-size: 13px; padding: 7px; margin: 4px 0; background: #f1f1f1; border-left: 4px solid #b00020; }
.dec-card { border: 1px solid #ddd; border-left: 5px solid #b00020; padding: 14px; margin: 0 0 14px; background: #fff; box-shadow: 0 1px 5px rgba(0,0,0,.05); }
.dec-card h3 { margin-top: 0; color: #b00020; }
.dec-success { padding: 12px; background: #e8f7e8; border: 1px solid #99cc99; margin-bottom: 14px; }
.dec-error { padding: 12px; background: #fdeaea; border: 1px solid #dd9999; margin-bottom: 14px; }
@media (max-width: 900px) { .dec-grid-2, .dec-grid-3, .dec-grid-4, .dec-filters { grid-template-columns: 1fr; } .dec-day { min-height: 90px; } .dec-cal-event { font-size: 12px; } .dec-toolbar { flex-direction: column; align-items: stretch; text-align: center; } }
.dec-checks { border: 1px solid #ddd; padding: 10px 12px; margin: 0 0 14px; background: #fff; }
.dec-checks legend { font-weight: 700; color: #333; padding: 0 4px; }
.dec-checks label { display: inline-flex; align-items: center; gap: 6px; margin: 4px 14px 4px 0; font-weight: 600; }
.dec-checks input { width: auto; }
.dec-date-combo { display: grid; grid-template-columns: minmax(120px, 1fr) 48px; gap: 8px; align-items: center; }
.dec-date-picker { padding-left: 4px !important; padding-right: 4px !important; }
.dec-money-row { display: grid; grid-template-columns: 160px minmax(240px, 420px); gap: 14px; align-items: end; }
.dec-fee-input { max-width: 105px; display: inline-block; }
.dec-cal-event { display: block; font-size: 13px; padding: 7px; margin: 4px 0; background: #f1f1f1; border-left: 4px solid #b00020; color: #333; text-decoration: none; }
.dec-cal-event:hover { background: #e7e7e7; color: #b00020; }
.dec-single-details { border-top: 5px solid #b00020; background: #f7f7f7; padding: 18px; margin-top: 22px; }
.dec-single-details dl { display: grid; grid-template-columns: 190px 1fr; gap: 8px 16px; }
.dec-single-details dt { font-weight: 700; color: #333; }
.dec-single-details dd { margin: 0; }
.dec-flyer img { max-width: 100%; height: auto; border: 1px solid #ddd; background: #fff; padding: 6px; }
@media (max-width: 900px) { .dec-money-row, .dec-single-details dl { grid-template-columns: 1fr; } }

.dec-bot-trap { position: absolute !important; left: -10000px !important; top: auto !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
