/* SOFORTKEY 2026-09-02 — mobile Richtpreis-card parity with the Ablauf cards.
 * Scope lock: ONLY homepage mobile price-card geometry/typography. No desktop, booking,
 * trust/process cards, wording, prices, colors or other sections are changed. */
@media (max-width: 767px) {
  body.sk-home-page #preise .sk-richtpreis-card {
    box-sizing: border-box !important;
    height: 119px !important;
    min-height: 119px !important;
    max-height: 119px !important;
    padding: 13px 14px !important;
    display: grid !important;
    grid-template-columns: 30px minmax(0, 1fr) auto !important;
    grid-template-rows: auto auto !important;
    column-gap: 8px !important;
    row-gap: 5px !important;
    align-content: center !important;
    align-items: start !important;
    border-radius: 10px !important;
  }

  body.sk-home-page #preise .sk-richtpreis-card__icon {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 30px !important;
    height: 30px !important;
    margin: 0 !important;
    align-self: start !important;
    border-radius: 9px !important;
    font-size: 14px !important;
  }

  body.sk-home-page #preise .sk-richtpreis-card__copy {
    display: contents !important;
  }

  body.sk-home-page #preise .sk-richtpreis-card h3 {
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-self: center !important;
    margin: 0 !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    letter-spacing: .01em !important;
  }

  body.sk-home-page #preise .sk-richtpreis-card p {
    grid-column: 2 / 4 !important;
    grid-row: 2 !important;
    margin: 0 !important;
    font-size: 11px !important;
    line-height: 1.35 !important;
  }

  body.sk-home-page #preise .sk-richtpreis-card__price {
    grid-column: 3 !important;
    grid-row: 1 !important;
    align-self: center !important;
    justify-self: end !important;
    margin: 0 !important;
    gap: 5px !important;
    font-size: 25px !important;
    line-height: 1 !important;
  }

  body.sk-home-page #preise .sk-richtpreis-card__price > span {
    font-size: 10px !important;
    letter-spacing: .08em !important;
  }
}

@media (max-width: 323px) {
  body.sk-home-page #preise .sk-richtpreis-card {
    height: 134px !important;
    min-height: 134px !important;
    max-height: 134px !important;
  }
}
