/* ===== BLE Shortcodes: Base ===== */
.ble-sp-box {
  background: #EDF4EB;
  padding: 28px;
  border-radius: 18px;
  margin: 30px 0;
  box-shadow: 0 8px 25px rgba(0,0,0,0.07);
  text-align: center;
}

.ble-sp-price {
  font-weight: 900;
  color: #009636;
  font-size: 2.8rem;
  line-height: 1.1;
}

.ble-sp-price.is-large {
  font-size: 3.8rem;
}

.ble-sp-diff {
  font-size: 1.6rem;
  margin: 12px 0;
  font-weight: 700;
}

.ble-sp-meta {
  color: #444;
  font-size: 1rem;
  line-height: 1.7;
}

/* ===== Source note (dein Lizenz-Hinweis) ===== */
.ble-source-note {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.4;
  color: #666;
}

/* Link im Quellenhinweis: NICHT grün, NICHT größer, nur Hover-Unterstreichung */
.ble-source-note a {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
  font-size: inherit;
}

.ble-source-note a:hover,
.ble-source-note a:focus {
  text-decoration: underline;
}

/* ===== Tables responsive ===== */
.ble-preise-table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.ble-preise-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px; /* sorgt dafür, dass auf Mobile gescrollt wird statt kaputt zu umbrechen */
}

/* ===== Charts responsive ===== */
.ble-chart-wrapper {
  background: #fff;
  padding: 18px;
  border-radius: 18px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  margin: 25px 0;
}

.ble-chart-canvas-wrap {
  position: relative;
  width: 100%;
  height: 320px;
}

/* ===== Mobile tweaks ===== */
@media (max-width: 600px) {
  .ble-sp-box {
    padding: 18px;
    border-radius: 14px;
  }
  .ble-sp-price { font-size: 2.1rem; }
  .ble-sp-price.is-large { font-size: 2.6rem; }
  .ble-sp-diff { font-size: 1.2rem; }
  .ble-sp-meta { font-size: 0.95rem; }
  .ble-chart-canvas-wrap { height: 260px; }
}
