/**
 * We Fix BCR approved editorial tokens.
 * Scoped to .sa-editorial only. Does not restyle site chrome.
 */
.sa-editorial[data-style-profile="bournemouthiphonerepairshop.co.uk"] {
  --sa-ed-body-font: "Open Sans", sans-serif;
  --sa-ed-body-size: 17px;
  --sa-ed-body-line: 1.65;
  --sa-ed-ink: #4a4a4a;
  --sa-ed-heading-font: Raleway, sans-serif;
  --sa-ed-heading-weight: 600;
  --sa-ed-heading-color: #5299d8;
  --sa-ed-h2-size: 27px;
  --sa-ed-h3-size: 22px;
  --sa-ed-link-color: #cc3366;
  --sa-ed-link-hover: #cc3366;
  --sa-ed-link-weight: 600;
  --sa-ed-article-max: 100%;
  --sa-ed-prose-max: 100%;
  --sa-ed-section-gap: 2.25rem;
  --sa-ed-paragraph-gap: 1rem;
  --sa-ed-image-radius: 0;
  --sa-ed-image-gap: 2.25rem;
  --sa-ed-caption-size: 0.9rem;
  --sa-ed-accent: #5299d8;
  --sa-ed-accent-soft: color-mix(in srgb, #5299d8 10%, transparent);
  --sa-ed-muted: #666666;
  --sa-ed-line: #d4d4d4;
  --sa-ed-paper: #f7f7f7;
  --sa-ed-callout-border: #5299d8;
}
