/* ====================================================
   Dynamic Content Blocks — Tipp / Spotlight / Beispiele
   Цвета подобраны под тему super-cherry.ch (тёмно-вишнёвая)
   ==================================================== */

.sc-block {
  margin: 32px 0;
  padding: 24px 28px;
  background: linear-gradient(135deg, #1a0a0e 0%, #2b0e15 100%);
  border-radius: 14px;
  border: 1px solid #3d1820;
  box-shadow: 0 4px 16px rgba(0,0,0,0.3);
  color: #f4e6d4;
}

.sc-block-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 12px;
  margin-bottom: 16px;
  border-bottom: 1px solid #3d1820;
}

.sc-block-icon {
  font-size: 24px;
  line-height: 1;
}

.sc-block-header h2 {
  flex: 1;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #ffd5b4;
}

.sc-block-date {
  font-size: 13px;
  color: #b89880;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
}

/* ─── 1. Tipp des Tages ──────────────────────────────── */
.sc-tip-body h3 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 600;
  color: #ffb480;
  line-height: 1.3;
}

.sc-tip-body p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: #e8dcc8;
}

/* ─── 2. Slot der Woche ──────────────────────────────── */
.sc-spotlight-body {
  position: relative;
}

.sc-spotlight-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.sc-spotlight-multi {
  display: inline-block;
  padding: 6px 14px;
  background: linear-gradient(135deg, #d72d2d 0%, #ff5050 100%);
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(215, 45, 45, 0.4);
}

.sc-spotlight-tagline {
  font-size: 13px;
  color: #b89880;
  font-style: italic;
}

.sc-spotlight-body h3 {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 700;
  color: #ffd5b4;
}

.sc-spotlight-description {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.65;
  color: #e8dcc8;
}

.sc-spotlight-highlight {
  margin: 0 0 14px;
  padding: 10px 14px;
  background: rgba(215, 45, 45, 0.12);
  border-left: 3px solid #d72d2d;
  border-radius: 4px;
  font-size: 14px;
  color: #ffb480;
  font-weight: 500;
}

.sc-spotlight-link {
  display: inline-block;
  padding: 10px 18px;
  background: #d72d2d;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  transition: background 0.18s, transform 0.18s;
}

.sc-spotlight-link:hover {
  background: #ff4040;
  transform: translateY(-1px);
}

/* ─── 3. Beispielrechnungen ──────────────────────────── */
.sc-beispiele-intro {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.6;
  color: #b89880;
}

.sc-table-wrapper {
  overflow-x: auto;
  margin-bottom: 14px;
  border-radius: 8px;
  border: 1px solid #3d1820;
}

.sc-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.sc-table th {
  padding: 10px 12px;
  background: #2b0e15;
  text-align: left;
  font-weight: 600;
  color: #ffb480;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 2px solid #3d1820;
}

.sc-table td {
  padding: 12px;
  border-bottom: 1px solid #2b0e15;
  color: #e8dcc8;
}

.sc-table tr:last-child td {
  border-bottom: none;
}

.sc-table tr:nth-child(even) td {
  background: rgba(43, 14, 21, 0.4);
}

.sc-table-bet {
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.sc-table-multi {
  font-weight: 700;
  color: #ff8060;
  font-variant-numeric: tabular-nums;
}

.sc-table-feature {
  font-size: 13px;
  color: #b89880;
}

.sc-table-win {
  font-weight: 700;
  color: #50d090;
  font-variant-numeric: tabular-nums;
}

.sc-table-odds {
  font-size: 12px;
  color: #908070;
  font-variant-numeric: tabular-nums;
}

.sc-beispiele-disclaimer {
  margin: 0;
  padding: 12px 14px;
  background: rgba(245, 200, 100, 0.08);
  border-radius: 6px;
  font-size: 12px;
  line-height: 1.5;
  color: #c8b090;
}

.sc-beispiele-disclaimer a {
  color: #ffb480;
  text-decoration: underline;
}

/* ─── Mobile ─────────────────────────────────────────── */
@media (max-width: 600px) {
  .sc-block {
    padding: 18px 20px;
    margin: 24px 0;
  }
  
  .sc-block-header {
    flex-wrap: wrap;
  }
  
  .sc-block-header h2 {
    font-size: 17px;
  }
  
  .sc-block-date {
    font-size: 12px;
  }
  
  .sc-tip-body h3, .sc-spotlight-body h3 {
    font-size: 16px;
  }
  
  .sc-tip-body p, .sc-spotlight-description {
    font-size: 14px;
  }
  
  .sc-table {
    font-size: 12px;
  }
  
  .sc-table th, .sc-table td {
    padding: 8px;
  }
  
  .sc-table-feature {
    font-size: 11px;
  }
}
