/* V2.419: real service totals, updated brand fallback and editable shop introduction. */

body.shop-page .shop-intro-section {
  padding-block: 15px 16px;
}

body.shop-page .shop-intro-section .shop-section-title {
  margin-bottom: 9px;
}

body.shop-page .shop-intro-section .shop-section-title,
body.shop-page #shopMapSection .shop-section-title {
  display: block;
}

body.shop-page .shop-intro-section .shop-section-title span,
body.shop-page #shopMapSection .shop-section-title span {
  color: #1e3a8a;
  font-size: 13px;
  font-weight: 700 !important;
  line-height: 1.2;
  letter-spacing: 0;
}

body.shop-page .shop-intro-text {
  margin: 0;
  color: #374151;
  font-size: 14px;
  line-height: 1.72;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}

body.shop-editor-page textarea[name="description"] {
  min-height: 116px;
  resize: vertical;
}

@media (max-width: 430px) {
  body.shop-page .shop-intro-text {
    font-size: 13px;
    line-height: 1.68;
  }
}
