.mbb-seo-page {
  --mbb-dark: #202125;
  --mbb-dark-2: #182e34;
  --mbb-accent: #00acc1;
  --mbb-accent-dark: #008fa1;
  --mbb-soft: #f5f7fa;
  --mbb-border: rgba(32, 33, 37, .09);
  --mbb-text: #20232d;
  --mbb-muted: #647084;
  --mbb-card: #ffffff;
  background: #f6f8fb;
  color: var(--mbb-text);
  font-family: inherit;
}

.mbb-seo-page * {
  box-sizing: border-box;
}

.mbb-seo-page a {
  color: inherit;
}

.mbb-seo-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 22px;
}

.mbb-seo-hero {
  padding: 78px 0 48px;
  background:
    radial-gradient(circle at 85% 15%, rgba(0, 172, 193, .22), transparent 34%),
    linear-gradient(135deg, #202125 0%, #182e34 58%, #044a55 145%);
  color: #fff;
}

.mbb-seo-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 24px;
  font-size: .92rem;
  color: rgba(255,255,255,.72);
}

.mbb-seo-breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.mbb-seo-breadcrumb a:hover {
  text-decoration: underline;
}

.mbb-seo-kicker {
  margin: 0 0 12px;
  color: #7ce7f4;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .82rem;
}

.mbb-seo-hero h1 {
  max-width: 920px;
  margin: 0;
  font-size: clamp(2.15rem, 5vw, 4.65rem);
  line-height: 1.02;
  letter-spacing: -.055em;
  color: #fff;
}

.mbb-seo-intro {
  max-width: 800px;
  margin: 22px 0 0;
  font-size: clamp(1.05rem, 1.6vw, 1.23rem);
  line-height: 1.75;
  color: rgba(255,255,255,.84);
}

.mbb-seo-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 14px;
  max-width: 900px;
  margin-top: 34px;
}

.mbb-seo-stats > div {
  padding: 18px 20px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(10px);
}

.mbb-seo-stats strong {
  display: block;
  font-size: 1.55rem;
  line-height: 1.1;
  color: #fff;
  overflow-wrap: anywhere;
}

.mbb-seo-stats span {
  display: block;
  margin-top: 6px;
  color: rgba(255,255,255,.7);
  font-size: .9rem;
}

.mbb-seo-content {
  padding: 34px 0 54px;
}

.mbb-seo-filters {
  display: grid;
  grid-template-columns: minmax(230px, 1.4fr) minmax(170px, .7fr) minmax(160px, .65fr);
  gap: 14px;
  align-items: end;
  margin: 0 0 24px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--mbb-border);
  border-radius: 24px;
  box-shadow: 0 16px 42px rgba(22,31,47,.07);
}

.mbb-seo-filter-field,
.mbb-seo-filter-actions {
  min-width: 0;
}

.mbb-seo-filter-field label {
  display: block;
  margin: 0 0 7px;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #425066;
}

.mbb-seo-filter-field input,
.mbb-seo-filter-field select {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(32,33,37,.13);
  border-radius: 14px;
  background: #f8fafc;
  color: #20232d;
  font: inherit;
  outline: none;
  transition: .18s ease;
}

.mbb-seo-filter-field input:focus,
.mbb-seo-filter-field select:focus {
  border-color: rgba(0,172,193,.65);
  box-shadow: 0 0 0 4px rgba(0,172,193,.12);
  background: #fff;
}

.mbb-seo-filter-toggles {
  grid-column: 1 / -1;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.mbb-seo-filter-toggles label {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 9px 12px;
  border: 1px solid rgba(32,33,37,.1);
  border-radius: 999px;
  background: #f7f9fb;
  color: #384357;
  font-size: .92rem;
  cursor: pointer;
}

.mbb-seo-filter-toggles input {
  accent-color: var(--mbb-accent);
}

.mbb-seo-filter-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.mbb-seo-filter-actions button,
.mbb-seo-filter-actions a,
.mbb-seo-btn,
.mbb-seo-reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: var(--mbb-accent);
  color: #fff !important;
  text-decoration: none;
  font-weight: 800;
  cursor: pointer;
  transition: .2s ease;
}

.mbb-seo-filter-actions button:hover,
.mbb-seo-btn:hover,
.mbb-seo-reset:hover {
  background: var(--mbb-accent-dark);
  transform: translateY(-1px);
}

.mbb-seo-filter-actions a,
.mbb-seo-reset {
  background: #edf2f6;
  color: #344055 !important;
}

.mbb-seo-filter-actions a:hover,
.mbb-seo-reset:hover {
  background: #e0e8ee;
}

.mbb-seo-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 28px;
  align-items: start;
}

.mbb-seo-main,
.mbb-seo-box,
.mbb-seo-empty {
  background: #fff;
  border: 1px solid var(--mbb-border);
  border-radius: 26px;
  box-shadow: 0 14px 40px rgba(22,31,47,.06);
}

.mbb-seo-main {
  padding: 24px;
}

.mbb-seo-section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.mbb-seo-section-head h2,
.mbb-seo-box h2,
.mbb-seo-faq h2 {
  margin: 0 0 10px;
  font-size: clamp(1.35rem, 2vw, 2rem);
  letter-spacing: -.035em;
  color: var(--mbb-text);
}

.mbb-seo-section-head p,
.mbb-seo-box p {
  margin: 0;
  color: var(--mbb-muted);
  line-height: 1.7;
}

.mbb-seo-reset {
  flex: 0 0 auto;
  margin-top: 2px;
  font-size: .9rem;
}

.mbb-seo-listings {
  display: grid;
  gap: 16px;
}

.mbb-seo-card {
  border: 1px solid rgba(32,33,37,.08);
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  transition: .2s ease;
}

.mbb-seo-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(22,31,47,.09);
  border-color: rgba(0,172,193,.24);
}

.mbb-seo-card-inner {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 20px;
  padding: 20px;
}

.mbb-seo-card-logo {
  width: 96px;
  height: 96px;
  border-radius: 20px;
  background: #eef4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-decoration: none;
  flex-shrink: 0;
  border: 1px solid rgba(32,33,37,.07);
}

.mbb-seo-card-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
  padding: 8px;
}

.mbb-seo-card-logo span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0,172,193,.12), rgba(0,172,193,.22));
  font-size: 2.1rem;
  font-weight: 900;
  color: var(--mbb-accent);
}

.mbb-seo-card-title-row {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}

.mbb-seo-card h3 {
  margin: 0;
  font-size: 1.18rem;
  line-height: 1.25;
  color: var(--mbb-text);
}

.mbb-seo-card h3 a {
  text-decoration: none;
}

.mbb-seo-card h3 a:hover {
  color: var(--mbb-accent-dark);
}

.mbb-seo-verified {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #17c0e8;
  color: #fff;
  font-size: .9rem;
  font-weight: 900;
  line-height: 1;
  flex: 0 0 auto;
}

.mbb-seo-rating {
  display: flex;
  gap: 6px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 8px;
  color: #d79208;
  font-size: .92rem;
}

.mbb-seo-rating strong {
  color: #20232d;
}

.mbb-seo-rating span:last-child {
  color: var(--mbb-muted);
}

.mbb-seo-card-excerpt {
  margin: 10px 0 12px;
  color: var(--mbb-muted);
  line-height: 1.62;
}

.mbb-seo-card-meta {
  display: flex;
  gap: 9px 16px;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #4f5b6e;
  font-size: .92rem;
}

.mbb-seo-card-meta li {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  gap: 6px;
}

.mbb-seo-card-meta li::before {
  display: inline-block;
  color: var(--mbb-accent-dark);
  font-weight: 900;
  flex: 0 0 auto;
}

.mbb-seo-meta-address::before { content: "⌖"; }
.mbb-seo-meta-branch::before { content: "◈"; }
.mbb-seo-meta-phone::before { content: "☎"; }
.mbb-seo-meta-web::before { content: "↗"; }

.mbb-seo-card-actions {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.mbb-seo-card-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(32,33,37,.11);
  border-radius: 999px;
  background: #f7f9fb;
  color: #344055;
  text-decoration: none;
  font-size: .9rem;
  font-weight: 800;
  transition: .2s ease;
}

.mbb-seo-card-actions a:hover {
  border-color: rgba(0,172,193,.28);
  color: var(--mbb-accent-dark);
  background: #effbfc;
}

.mbb-seo-card-actions .mbb-seo-card-primary {
  background: var(--mbb-accent);
  border-color: var(--mbb-accent);
  color: #fff;
}

.mbb-seo-card-actions .mbb-seo-card-primary:hover {
  background: var(--mbb-accent-dark);
  color: #fff;
}

.mbb-seo-sidebar {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 96px;
}

.mbb-seo-box {
  padding: 24px;
}

.mbb-seo-cta-box {
  background: linear-gradient(135deg, #fff 0%, #eefbfd 100%);
}

.mbb-seo-related {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.mbb-seo-related a {
  display: block;
  padding: 12px 14px;
  border-radius: 14px;
  background: #f6f8fb;
  color: var(--mbb-text);
  text-decoration: none;
  font-weight: 800;
  line-height: 1.35;
  transition: .2s ease;
}

.mbb-seo-related a:hover {
  background: #eaf8fb;
  color: var(--mbb-accent-dark);
}

.mbb-seo-btn {
  margin-top: 16px;
}

.mbb-seo-empty {
  padding: 28px;
  text-align: left;
}

.mbb-seo-empty h3 {
  margin: 0 0 10px;
  color: var(--mbb-text);
}

.mbb-seo-empty p {
  margin: 0;
  color: var(--mbb-muted);
  line-height: 1.7;
}

.mbb-seo-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.mbb-seo-pagination a,
.mbb-seo-pagination span {
  padding: 10px 14px;
  border-radius: 999px;
  background: #f3f6f8;
  color: var(--mbb-text);
  text-decoration: none;
  font-weight: 800;
}

.mbb-seo-pagination a:hover {
  background: #eaf8fb;
  color: var(--mbb-accent-dark);
}

.mbb-seo-faq {
  padding: 0 0 70px;
}

.mbb-seo-faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 16px;
}

.mbb-seo-faq details {
  background: #fff;
  border: 1px solid var(--mbb-border);
  border-radius: 20px;
  padding: 18px 20px;
  box-shadow: 0 14px 40px rgba(22,31,47,.05);
}

.mbb-seo-faq summary {
  font-weight: 900;
  cursor: pointer;
  color: var(--mbb-text);
}

.mbb-seo-faq p {
  margin: 12px 0 0;
  color: var(--mbb-muted);
  line-height: 1.65;
}


.mbb-seo-quality {
  margin-top: 28px;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--mbb-border);
  border-radius: 28px;
  box-shadow: 0 14px 40px rgba(22,31,47,.055);
}

.mbb-seo-kicker-dark {
  margin: 0 0 10px;
  color: var(--mbb-accent-dark);
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .78rem;
}

.mbb-seo-quality-head {
  max-width: 820px;
}

.mbb-seo-quality h2 {
  margin: 0 0 12px;
  font-size: clamp(1.45rem, 2.3vw, 2.35rem);
  letter-spacing: -.04em;
  color: var(--mbb-text);
}

.mbb-seo-quality p {
  margin: 0;
  color: var(--mbb-muted);
  line-height: 1.75;
}

.mbb-seo-quality-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.mbb-seo-quality-grid > div {
  padding: 18px;
  border-radius: 20px;
  background: #f7fafc;
  border: 1px solid rgba(32,33,37,.07);
}

.mbb-seo-quality-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--mbb-text);
  font-size: 1rem;
}

.mbb-seo-quality-grid span {
  display: block;
  color: var(--mbb-muted);
  line-height: 1.65;
  font-size: .94rem;
}

@media (max-width: 1060px) {
  .mbb-seo-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mbb-seo-filter-actions {
    grid-column: 1 / -1;
  }
}

@media (max-width: 960px) {
  .mbb-seo-grid {
    grid-template-columns: 1fr;
  }

  .mbb-seo-sidebar {
    position: static;
  }

  .mbb-seo-stats {
    grid-template-columns: 1fr;
  }

  .mbb-seo-faq-grid,
  .mbb-seo-quality-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .mbb-seo-hero {
    padding: 58px 0 36px;
  }

  .mbb-seo-content {
    padding: 26px 0 38px;
  }

  .mbb-seo-container {
    padding: 0 16px;
  }

  .mbb-seo-filters {
    grid-template-columns: 1fr;
    padding: 14px;
    border-radius: 20px;
  }

  .mbb-seo-filter-toggles,
  .mbb-seo-filter-actions {
    grid-column: auto;
  }

  .mbb-seo-filter-field input,
  .mbb-seo-filter-field select {
    font-size: 16px;
  }

  .mbb-seo-main {
    padding: 16px;
    border-radius: 20px;
  }

  .mbb-seo-section-head {
    display: block;
  }

  .mbb-seo-reset {
    margin-top: 14px;
  }

  .mbb-seo-card-inner {
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 13px;
    padding: 14px;
  }

  .mbb-seo-card-logo {
    width: 68px;
    height: 68px;
    border-radius: 16px;
  }

  .mbb-seo-card-logo img {
    padding: 6px;
  }

  .mbb-seo-card h3 {
    font-size: 1.05rem;
  }

  .mbb-seo-card-meta {
    display: grid;
    gap: 7px;
    font-size: .9rem;
  }

  .mbb-seo-card-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .mbb-seo-card-actions a {
    width: 100%;
    min-height: 42px;
    padding: 0 10px;
  }

  .mbb-seo-card-actions .mbb-seo-card-primary {
    grid-column: 1 / -1;
  }

  .mbb-seo-quality {
    padding: 20px;
    border-radius: 22px;
  }

  .mbb-seo-quality-grid {
    grid-template-columns: 1fr;
  }

  .mbb-seo-box {
    padding: 20px;
  }
}

@media (max-width: 420px) {
  .mbb-seo-card-inner {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 11px;
  }

  .mbb-seo-card-logo {
    width: 58px;
    height: 58px;
    border-radius: 14px;
  }

  .mbb-seo-card-title-row {
    align-items: flex-start;
  }

  .mbb-seo-verified {
    width: 21px;
    height: 21px;
    font-size: .78rem;
  }

  .mbb-seo-card-meta {
    font-size: .86rem;
  }
}

/* ─────────────────────────────────────────────
   v1.3.0 – MyListing-Preview-optimierte Karten
   ───────────────────────────────────────────── */
.mbb-seo-filters {
  grid-template-columns: minmax(260px, 1.35fr) minmax(180px, .8fr) minmax(170px, .7fr) minmax(170px, .7fr);
}

.mbb-seo-card {
  width: 100%;
}

.mbb-seo-card-inner {
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 22px;
  padding: 22px;
}

.mbb-seo-card-logo {
  width: 112px;
  height: 112px;
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(32,33,37,.05);
}

.mbb-seo-card-logo img {
  padding: 10px;
  border-radius: 999px;
}

.mbb-seo-card-body {
  min-width: 0;
}

.mbb-seo-card-title-row {
  justify-content: flex-start;
  margin-bottom: 8px;
}

.mbb-seo-card h3 {
  font-size: clamp(1.15rem, 1.5vw, 1.45rem);
  letter-spacing: -.025em;
}

.mbb-seo-card-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 12px;
}

.mbb-seo-card-badges > span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 30px;
  padding: 5px 10px;
  border: 1px solid rgba(32,33,37,.08);
  border-radius: 999px;
  background: #f4f8fa;
  color: #344055;
  font-size: .86rem;
  font-weight: 800;
  line-height: 1.2;
}

.mbb-seo-card-badges .mbb-seo-badge-rating {
  background: #fff7e7;
  color: #8a5a00;
}

.mbb-seo-card-badges .mbb-seo-badge-rating strong,
.mbb-seo-card-badges .mbb-seo-badge-rating small {
  color: inherit;
}

.mbb-seo-card-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 18px;
  margin-top: 2px;
}

.mbb-seo-card-meta li {
  min-width: 0;
  overflow-wrap: anywhere;
}

.mbb-seo-card-meta .mbb-seo-meta-address {
  grid-column: 1 / -1;
}

.mbb-seo-card-excerpt {
  max-width: 900px;
  margin: 12px 0 0;
}

.mbb-seo-card-actions {
  margin-top: 17px;
}

.mbb-seo-card-actions a {
  min-height: 40px;
}

@media (max-width: 1160px) {
  .mbb-seo-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .mbb-seo-hero h1 {
    font-size: clamp(2rem, 10vw, 3.1rem);
  }

  .mbb-seo-filters {
    gap: 12px;
  }

  .mbb-seo-filter-toggles label {
    width: 100%;
    justify-content: flex-start;
    min-height: 42px;
  }

  .mbb-seo-card-inner {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 13px;
    padding: 15px;
  }

  .mbb-seo-card-logo {
    width: 76px;
    height: 76px;
    border-radius: 999px;
  }

  .mbb-seo-card-logo img {
    padding: 7px;
  }

  .mbb-seo-card-title-row {
    align-items: center;
    gap: 7px;
  }

  .mbb-seo-card h3 {
    font-size: 1.08rem;
    line-height: 1.28;
  }

  .mbb-seo-card-badges {
    gap: 6px;
    margin-bottom: 10px;
  }

  .mbb-seo-card-badges > span {
    min-height: 28px;
    padding: 4px 8px;
    font-size: .78rem;
  }

  .mbb-seo-card-meta {
    grid-template-columns: 1fr;
    gap: 7px;
    font-size: .88rem;
  }

  .mbb-seo-card-excerpt {
    font-size: .92rem;
    line-height: 1.55;
  }

  .mbb-seo-card-actions {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .mbb-seo-card-actions a {
    width: 100%;
    min-height: 43px;
    font-size: .88rem;
  }

  .mbb-seo-card-actions .mbb-seo-card-primary {
    grid-column: 1 / -1;
  }
}

@media (max-width: 420px) {
  .mbb-seo-container {
    padding: 0 12px;
  }

  .mbb-seo-main {
    padding: 12px;
  }

  .mbb-seo-card-inner {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 10px;
    padding: 12px;
  }

  .mbb-seo-card-logo {
    width: 64px;
    height: 64px;
  }

  .mbb-seo-card-badges > span {
    font-size: .75rem;
  }
}

/* ─────────────────────────────────────────────
   v1.4.0 – MyListing-Feldlabels + Umkreisfilter
   ───────────────────────────────────────────── */
.mbb-seo-filter-distance {
  position: relative;
}

.mbb-seo-location-button {
  width: 100%;
  min-height: 40px;
  margin-top: 8px;
  border: 1px solid rgba(0, 172, 193, .28);
  border-radius: 999px;
  background: #effbfc;
  color: var(--mbb-accent-dark);
  font: inherit;
  font-size: .9rem;
  font-weight: 900;
  cursor: pointer;
  transition: .2s ease;
}

.mbb-seo-location-button:hover,
.mbb-seo-location-button:focus {
  background: #def7fa;
  border-color: rgba(0, 172, 193, .45);
}

.mbb-seo-location-button:disabled {
  opacity: .7;
  cursor: wait;
}

.mbb-seo-distance-status {
  display: block;
  margin-top: 7px;
  color: var(--mbb-muted);
  font-size: .78rem;
  line-height: 1.35;
}

.mbb-seo-card-badges .mbb-seo-badge-distance {
  background: #eaf8fb;
  color: var(--mbb-accent-dark);
}

@media (max-width: 700px) {
  .mbb-seo-location-button {
    min-height: 44px;
    font-size: .95rem;
  }
}

/* ─────────────────────────────────────────────
   v1.5.0 – finale Qualitätsbox, interne Links, Route
   ───────────────────────────────────────────── */
.mbb-seo-page-check ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.mbb-seo-page-check li {
  padding: 12px 14px;
  border-radius: 16px;
  background: #f7f9fb;
  border: 1px solid rgba(32,33,37,.07);
}

.mbb-seo-page-check strong,
.mbb-seo-page-check span {
  display: block;
}

.mbb-seo-page-check strong {
  color: var(--mbb-text);
  font-size: .98rem;
  line-height: 1.25;
}

.mbb-seo-page-check span {
  margin-top: 4px;
  color: var(--mbb-muted);
  font-size: .82rem;
  line-height: 1.35;
}

.mbb-seo-link-section h2 {
  margin-bottom: 13px;
}

.mbb-seo-related a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.mbb-seo-related a span {
  min-width: 0;
}

.mbb-seo-related a em {
  flex: 0 0 auto;
  min-width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  border-radius: 999px;
  background: #eaf8fb;
  color: var(--mbb-accent-dark);
  font-style: normal;
  font-size: .8rem;
  font-weight: 900;
}

.mbb-seo-card-actions .mbb-seo-card-route {
  border-color: rgba(0, 172, 193, .22);
  background: #effbfc;
  color: var(--mbb-accent-dark);
}

@media (max-width: 700px) {
  .mbb-seo-page-check li {
    padding: 10px 12px;
  }

  .mbb-seo-related a {
    padding: 12px;
  }
}

/* ─────────────────────────────────────────────
   v1.5.3 – finale Mobile-, Kontrast- und Öffnungsstatus-Optimierung
   ───────────────────────────────────────────── */
.mbb-seo-page,
.mbb-seo-page p,
.mbb-seo-page li,
.mbb-seo-page span,
.mbb-seo-page label,
.mbb-seo-page input,
.mbb-seo-page select,
.mbb-seo-page button {
  text-rendering: optimizeLegibility;
}

.mbb-seo-card-meta,
.mbb-seo-card-meta li,
.mbb-seo-card-meta li span,
.mbb-seo-card-excerpt {
  color: #536176 !important;
}

.mbb-seo-card-actions a,
.mbb-seo-card-actions a:visited,
.mbb-seo-card-actions a span {
  color: #273448 !important;
  opacity: 1 !important;
  -webkit-text-fill-color: currentColor !important;
}

.mbb-seo-card-actions .mbb-seo-card-primary,
.mbb-seo-card-actions .mbb-seo-card-primary:visited {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.mbb-seo-card-actions .mbb-seo-card-phone,
.mbb-seo-card-actions .mbb-seo-card-phone:visited {
  background: #e8f8f1 !important;
  border-color: #b8e8d2 !important;
  color: #12633f !important;
  -webkit-text-fill-color: #12633f !important;
}

.mbb-seo-card-actions .mbb-seo-card-phone:hover,
.mbb-seo-card-actions .mbb-seo-card-phone:focus-visible {
  background: #d7f2e5 !important;
  border-color: #83d2aa !important;
  color: #0a4f30 !important;
}

.mbb-seo-card-badges .mbb-seo-hours-open {
  background: #e8f8ef;
  border-color: #b9e7ca;
  color: #17633a;
}

.mbb-seo-card-badges .mbb-seo-hours-open::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22a45d;
  box-shadow: 0 0 0 3px rgba(34,164,93,.12);
}

.mbb-seo-card-badges .mbb-seo-hours-closed {
  background: #f2f4f7;
  border-color: #dfe4ea;
  color: #596578;
}

.mbb-seo-card-badges .mbb-seo-hours-closed::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #8993a3;
}

.mbb-seo-filters {
  align-items: start;
}

.mbb-seo-filter-field,
.mbb-seo-filter-distance,
.mbb-seo-filter-actions,
.mbb-seo-filter-toggles {
  width: 100%;
}

.mbb-seo-filter-field input,
.mbb-seo-filter-field select,
.mbb-seo-location-button,
.mbb-seo-filter-actions button,
.mbb-seo-filter-actions a {
  max-width: 100%;
}

.mbb-seo-filter-field input::placeholder {
  color: #7b8798;
  opacity: 1;
}

.mbb-seo-filter-toggles label {
  min-width: 0;
  white-space: normal;
  line-height: 1.35;
}

.mbb-seo-filter-toggles input[type="checkbox"] {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin: 0;
}

@media (max-width: 700px) {
  .mbb-seo-filters {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 18px;
  }

  .mbb-seo-filter-field,
  .mbb-seo-filter-distance,
  .mbb-seo-filter-actions,
  .mbb-seo-filter-toggles {
    width: 100%;
  }

  .mbb-seo-filter-field input,
  .mbb-seo-filter-field select,
  .mbb-seo-location-button {
    min-height: 50px;
    border-radius: 14px;
    font-size: 16px !important;
  }

  .mbb-seo-filter-toggles {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .mbb-seo-filter-toggles label {
    width: 100%;
    min-height: 52px;
    padding: 10px 12px;
    border-radius: 15px;
    align-items: center;
  }

  .mbb-seo-filter-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .mbb-seo-filter-actions button,
  .mbb-seo-filter-actions a,
  .mbb-seo-reset {
    width: 100%;
    min-height: 50px;
  }

  .mbb-seo-card-inner {
    grid-template-columns: 76px minmax(0, 1fr);
    align-items: start;
  }

  .mbb-seo-card-title-row,
  .mbb-seo-card-badges,
  .mbb-seo-card-meta,
  .mbb-seo-card-excerpt,
  .mbb-seo-card-actions {
    min-width: 0;
  }

  .mbb-seo-card-actions a {
    min-height: 46px;
  }
}

@media (max-width: 480px) {
  .mbb-seo-container {
    padding-inline: 12px;
  }

  .mbb-seo-filters {
    padding: 15px;
    border-radius: 20px;
  }

  .mbb-seo-filter-toggles {
    grid-template-columns: 1fr;
  }

  .mbb-seo-card-inner {
    grid-template-columns: 66px minmax(0, 1fr);
    gap: 11px;
    padding: 13px;
  }

  .mbb-seo-card-logo {
    width: 66px;
    height: 66px;
  }

  .mbb-seo-card-actions {
    grid-template-columns: 1fr;
  }

  .mbb-seo-card-actions .mbb-seo-card-primary {
    grid-column: auto;
  }

  .mbb-seo-card-actions a {
    width: 100%;
  }
}
