/* Selected pricing style A. Scoped here to preserve the comparison variants. */
#kosten { --price-card-padding: 30px; }
#kosten .usage-examples { gap: 22px; }
#kosten .usage-example {
  padding: var(--price-card-padding);
  border-radius: 18px;
  overflow: hidden;
}
#kosten .usage-example h3 { font-size: 21px; line-height: 1.4; }
#kosten .example-icon { width: 40px; height: 40px; border-radius: 11px; color: #c8c8ff; }
#kosten .usage-example-heading { gap: 12px; }
#kosten .usage-price { margin-top: 28px; border: 0; padding-top: 0; }
#kosten .savings-estimate {
  margin: 26px calc(-1 * var(--price-card-padding)) calc(-1 * var(--price-card-padding));
  padding: 20px var(--price-card-padding) 24px;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  background: var(--paper);
}
@media (max-width: 920px) {
  #kosten { --price-card-padding: 25px; }
}
@media (max-width: 680px) {
  #kosten { --price-card-padding: 24px; }
  #kosten .usage-example h3 { font-size: 20px; }
}
