/* Keep focused surcharge cards below the sticky desktop header. */
@media (min-width: 768px) {
  body.type-detail .detail-parameters-block {
    isolation: isolate;
    z-index: 0;
  }
}
