/* ---------- WIDGET CONTAINER STYLES ---------- */
.widget-container {
  background: #fff;
  border-radius: 8px;
  padding: 28px 28px 24px;
  margin: 32px 0;
  border: 1px solid #d3d1c7;
  border-left: 4px solid #1d4e89;
  position: relative;
}
.widget-headline {
  font-size: 21px;
  font-weight: 600;
  color: #1d4e89;
  margin-bottom: 6px;
}
.widget-sub {
  font-size: 14px;
  color: #5f5e5a;
  margin-bottom: 22px;
}
.widget-static-hint {
  margin: 16px 0 0;
  font-size: 12px;
  color: #5f5e5a;
  line-height: 1.5;
  font-style: italic;
}

/* ---------- ENGINE STYLES (.dch-*) ---------- */
/* Widget Engine Styles */
.dch-widget * { box-sizing: border-box; }
.dch-widget { font-family: inherit; font-size: 14px; color: #2c2c2a; }
.dch-step-label { font-size: 14px; font-weight: 600; color: #2c2c2a; margin: 0 0 10px; }
.dch-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 8px; margin-bottom: 20px; }
.dch-option {
  padding: 12px 14px; font-size: 13px; background: #fff;
  border: 1px solid #d3d1c7; border-radius: 4px; cursor: pointer;
  text-align: left; font-family: inherit; color: #2c2c2a; transition: all 0.15s;
}
.dch-option:hover { border-color: #1d4e89; background: #f8f9fb; }
.dch-option.active { background: #1d4e89; color: #fff; border-color: #1d4e89; }
.dch-step { margin-bottom: 20px; }
.dch-step-hint { font-size: 12px; color: #888780; margin: 6px 0 0; line-height: 1.5; }

.dch-result { margin-top: 20px; }
.dch-empfehlung { border-radius: 8px; padding: 16px 20px; margin-bottom: 12px; }
.dch-emp-info { background: #e6f1fb; color: #0c447c; border-left: 4px solid #185fa5; }
.dch-emp-warning { background: #fbeed4; color: #633806; border-left: 4px solid #ba7517; }
.dch-emp-strong { background: #fceeed; color: #791f1f; border-left: 4px solid #a32d2d; }
.dch-emp-label { font-size: 12px; font-weight: 600; margin-bottom: 4px; }
.dch-emp-text { font-size: 14px; line-height: 1.5; margin: 0; }

.dch-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
@media (max-width: 480px) { .dch-cards { grid-template-columns: 1fr; } }
.dch-card { background: #fff; border-radius: 6px; padding: 14px 16px; border: 1px solid #d3d1c7; }
.dch-card-label { font-size: 12px; color: #888780; margin-bottom: 4px; }
.dch-card-value { font-size: 16px; font-weight: 600; color: #2c2c2a; line-height: 1.3; }
.dch-card-sub { font-size: 11px; color: #888780; margin-top: 4px; line-height: 1.4; }

.dch-hinweise { background: #fff; border: 1px solid #d3d1c7; border-radius: 6px; padding: 16px 20px; margin-bottom: 12px; }
.dch-hinweise-title { font-size: 14px; font-weight: 600; margin-bottom: 8px; color: #2c2c2a; }
.dch-hinweise ul { margin: 0; padding-left: 20px; font-size: 13px; line-height: 1.6; color: #2c2c2a; }

.dch-kontakt { background: #1d4e89; border-radius: 8px; padding: 18px 22px; margin-bottom: 12px; color: #fff; }
.dch-kontakt-cta { font-size: 18px; font-weight: 600; margin: 0 0 12px; letter-spacing: -0.01em; }
.dch-kontakt-name { font-size: 17px; font-weight: 600; margin-bottom: 8px; }
.dch-kontakt-info { font-size: 13px; line-height: 1.7; opacity: 0.95; margin: 0 0 4px; }
.dch-kontakt-tipp { font-size: 12px; margin: 12px 0 0; opacity: 0.85; font-style: italic; }
.dch-kontakt-buttons { margin-top: 12px; display: flex; gap: 8px; flex-wrap: wrap; }

.dch-btn-call {
  background: #fff; color: #1d4e89; padding: 10px 18px;
  border-radius: 4px; text-decoration: none; font-size: 14px; font-weight: 600; display: inline-block;
}
.dch-btn-call:hover { background: #f1efe8; }
.dch-btn-call-secondary {
  background: rgba(255,255,255,0.85); color: #1d4e89; padding: 10px 18px;
  border-radius: 4px; text-decoration: none; font-size: 14px; font-weight: 600; display: inline-block;
}
.dch-btn-call-secondary:hover { background: rgba(255,255,255,1); }
.dch-btn-mail {
  background: rgba(255,255,255,0.15); color: #fff; padding: 10px 18px;
  border-radius: 4px; text-decoration: none; font-size: 14px; font-weight: 600;
  display: inline-block; border: 1px solid rgba(255,255,255,0.4);
}
.dch-btn-mail:hover { background: rgba(255,255,255,0.25); }
.dch-btn-whatsapp {
  background: rgba(255,255,255,0.15); color: #fff; padding: 10px 18px;
  border-radius: 4px; text-decoration: none; font-size: 14px; font-weight: 600;
  display: inline-block; border: 1px solid rgba(255,255,255,0.4);
}
.dch-btn-whatsapp:hover { background: rgba(255,255,255,0.25); }
.dch-btn-map {
  background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.6);
  padding: 9px 17px; border-radius: 4px; text-decoration: none;
  font-size: 14px; font-weight: 600; display: inline-block;
}
.dch-btn-map:hover { background: rgba(255,255,255,0.15); }

.dch-reset {
  width: 100%; padding: 10px; background: #fff; border: 1px solid #d3d1c7;
  border-radius: 4px; font-family: inherit; font-size: 13px; cursor: pointer;
}
.dch-disclaimer { font-size: 11px; color: #888780; text-align: center; margin-top: 12px; line-height: 1.5; }