:root {
  --mssp-trust-ink: #15263a;
  --mssp-trust-muted: #52657a;
  --mssp-trust-line: #dce6f0;
  --mssp-trust-primary: #0b5ea8;
}

.mssp-trust-section {
  width: min(100%, 860px);
  margin: 32px auto;
  padding: clamp(22px, 4vw, 36px);
  border: 1px solid var(--mssp-trust-line);
  border-radius: 20px;
  color: var(--mssp-trust-ink);
  background: #fff;
  box-shadow: 0 12px 34px rgba(18, 32, 51, 0.06);
}

.mssp-trust-section h2,
.mssp-trust-section h3 {
  color: var(--mssp-trust-ink);
  line-height: 1.25;
}

.mssp-trust-section h2 {
  margin: 0 0 14px;
  font-size: clamp(24px, 3.2vw, 34px);
}

.mssp-trust-section h3 {
  margin: 26px 0 10px;
  font-size: clamp(19px, 2.4vw, 24px);
}

.mssp-trust-section p,
.mssp-trust-section li {
  color: var(--mssp-trust-muted);
  line-height: 1.75;
}

.mssp-trust-section a {
  color: var(--mssp-trust-primary);
  overflow-wrap: anywhere;
  text-underline-offset: 3px;
}

.mssp-trust-kicker {
  margin: 0 0 10px;
  color: var(--mssp-trust-primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.mss-fresh-dashboard {
  width: 100%;
}

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

.mss-fresh-card {
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--mssp-trust-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(18, 32, 51, 0.055);
}

.mss-fresh-card h3 {
  margin: 6px 0 12px;
  color: var(--mssp-trust-ink);
  font-size: 20px;
  line-height: 1.25;
}

.mss-fresh-links {
  display: grid;
  gap: 8px;
}

.mss-fresh-links a {
  display: block;
  padding: 9px 11px;
  border-radius: 9px;
  color: #174f80;
  background: #f1f7fc;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
}

.mss-fresh-links a:hover,
.mss-fresh-links a:focus-visible {
  color: #fff;
  background: var(--mssp-trust-primary);
}

.mss-v15-kicker {
  color: #3e607e;
}

.mss-v15-search-help,
.mss-v15-footer-note > p {
  color: #455d73;
}

.mss-pro-mobile-panel[inert] {
  pointer-events: none;
}

body.mssp-free-site-shell header#site-header,
body.mssp-free-site-shell footer#site-footer,
body.mssp-free-site-shell .site-header,
body.mssp-free-site-shell .site-footer {
  display: none;
}

body.mssp-free-site-shell a.skip-link.screen-reader-text:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip-path: inset(50%);
  white-space: nowrap;
}

body.mssp-free-site-shell a.skip-link.screen-reader-text:focus {
  position: fixed;
  z-index: 100000;
  top: 10px;
  left: 10px;
  width: auto;
  height: auto;
  margin: 0;
  padding: 10px 14px;
  clip-path: none;
  border: 2px solid #0b5ea8;
  border-radius: 10px;
  color: #122033;
  background: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
}

body.mssp-free-site-shell .mssp-site-shell-header label.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body.mssp-managed-page {
  margin: 0;
}

.mssp-site-shell-header,
.mssp-site-shell-header *,
.mssp-site-shell-footer,
.mssp-site-shell-footer * {
  box-sizing: border-box;
}

.mssp-site-shell-wrap {
  width: min(1180px, calc(100% - 36px));
  margin-inline: auto;
}

.mssp-site-shell-header {
  position: sticky;
  top: 0;
  z-index: 9990;
  width: 100%;
  color: #122033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.admin-bar .mssp-site-shell-header {
  position: relative;
  top: 0;
  margin-top: 0;
}

.mssp-site-shell-topbar {
  color: #fff;
  background: linear-gradient(90deg, #073b6d, #0b5ea8);
}

.mssp-site-shell-topbar .mssp-site-shell-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 34px;
  padding-block: 6px;
  font-size: 12px;
  font-weight: 700;
}

.mssp-site-shell-topbar span {
  color: rgba(255, 255, 255, 0.86);
}

.mssp-site-shell-topbar a {
  color: #fff;
  font-weight: 850;
  text-decoration: none;
}

.mssp-site-shell-main {
  border-bottom: 1px solid rgba(18, 32, 51, 0.09);
  background: #fff;
  box-shadow: 0 12px 30px rgba(18, 32, 51, 0.08);
}

.mssp-site-shell-main__inner {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 76px;
  padding-block: 10px;
}

.mssp-site-shell-logo {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
}

.mssp-site-shell-logo img {
  display: block;
  width: 205px;
  height: auto;
}

.mssp-site-shell-nav {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  gap: 3px;
  min-width: 0;
}

.mssp-site-shell-nav > a,
.mssp-site-shell-dropdown > summary {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 13px;
  border-radius: 999px;
  color: #25384c;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.mssp-site-shell-nav > a:hover,
.mssp-site-shell-nav > a:focus-visible,
.mssp-site-shell-dropdown > summary:hover,
.mssp-site-shell-dropdown > summary:focus-visible,
.mssp-site-shell-dropdown[open] > summary {
  color: #0b5ea8;
  background: #eef6fd;
}

.mssp-site-shell-dropdown {
  position: relative;
}

.mssp-site-shell-dropdown > summary {
  cursor: pointer;
  list-style: none;
}

.mssp-site-shell-dropdown > summary::-webkit-details-marker,
.mssp-site-shell-mobile > summary::-webkit-details-marker,
.mssp-site-shell-mobile__panel details > summary::-webkit-details-marker {
  display: none;
}

.mssp-site-shell-dropdown > summary::after {
  content: "";
  position: relative;
  top: -1px;
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  margin: 0 1px 0 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transform-origin: center;
  transition: transform 150ms ease;
}

.mssp-site-shell-dropdown__panel {
  position: absolute;
  top: 100%;
  left: 50%;
  width: min(660px, 80vw);
  padding: 18px;
  border: 1px solid #dce6f0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(18, 32, 51, 0.18);
  transform: translateX(-50%);
}

@media (min-width: 901px) {
  .mssp-site-shell-dropdown > .mssp-site-shell-dropdown__panel,
  .mssp-site-shell-dropdown:not([open]) > .mssp-site-shell-dropdown__panel {
    display: block;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 8px);
    transition: opacity 150ms ease, transform 150ms ease, visibility 150ms ease;
  }

  .mssp-site-shell-dropdown:hover > .mssp-site-shell-dropdown__panel,
  .mssp-site-shell-dropdown:focus-within > .mssp-site-shell-dropdown__panel,
  .mssp-site-shell-dropdown[open] > .mssp-site-shell-dropdown__panel {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }

  .mssp-site-shell-dropdown:hover > summary,
  .mssp-site-shell-dropdown:focus-within > summary {
    color: #0b5ea8;
    background: #eef6fd;
  }

  .mssp-site-shell-dropdown:hover > summary::after,
  .mssp-site-shell-dropdown:focus-within > summary::after,
  .mssp-site-shell-dropdown[open] > summary::after {
    transform: rotate(225deg);
  }
}

.mssp-site-shell-dropdown__panel > strong {
  display: block;
  margin-bottom: 12px;
  color: #122033;
  font-size: 15px;
}

.mssp-site-shell-city-grid {
  display: block;
  column-count: 3;
  column-gap: 14px;
  max-height: 62vh;
  overflow-y: auto;
}

.mssp-site-shell-city-grid a {
  display: block;
  break-inside: avoid;
  margin-bottom: 5px;
  padding: 9px 10px;
  border-radius: 10px;
  color: #344b62;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
}

.mssp-site-shell-city-grid a:hover,
.mssp-site-shell-city-grid a:focus-visible {
  color: #0b5ea8;
  background: #eef6fd;
}

.mssp-site-shell-search {
  flex: 0 0 190px;
}

.mssp-site-shell-search input {
  width: 100%;
  min-height: 42px;
  padding: 9px 14px;
  border: 1px solid #d6e1ec;
  border-radius: 999px;
  outline: 0;
  color: #122033;
  background: #f5f8fb;
  font: inherit;
  font-size: 16px;
}

.mssp-site-shell-search input:focus {
  border-color: #0b5ea8;
  box-shadow: 0 0 0 3px rgba(11, 94, 168, 0.12);
}

.mssp-site-shell-mobile {
  display: none;
  position: relative;
  margin-left: auto;
}

.mssp-site-shell-mobile > summary {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border-radius: 14px;
  color: #0b5ea8;
  background: #eef6fd;
  cursor: pointer;
  list-style: none;
  outline: 0;
}

.mssp-site-shell-mobile > summary:focus-visible {
  box-shadow: 0 0 0 3px rgba(11, 94, 168, 0.22);
}

.mssp-site-shell-mobile[open] > summary {
  color: #fff;
  background: #0b5ea8;
  box-shadow: 0 8px 22px rgba(11, 94, 168, 0.24);
}

.mssp-site-shell-mobile > summary span {
  width: 21px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform-origin: center;
  transition: opacity 150ms ease, transform 150ms ease;
}

.mssp-site-shell-mobile[open] > summary span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.mssp-site-shell-mobile[open] > summary span:nth-child(2) {
  opacity: 0;
}

.mssp-site-shell-mobile[open] > summary span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mssp-site-shell-mobile__panel {
  position: absolute;
  top: calc(100% + 11px);
  right: 0;
  width: min(360px, calc(100vw - 28px));
  max-height: calc(100svh - 105px);
  padding: 14px;
  overflow-y: auto;
  border: 1px solid #d8e4ef;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 22px 52px rgba(18, 32, 51, 0.2);
}

.mssp-site-shell-mobile__backdrop {
  display: none;
  position: fixed;
  z-index: 1;
  top: 104px;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(11, 31, 51, 0.34);
  cursor: default;
}

.mssp-site-shell-mobile[open] > .mssp-site-shell-mobile__backdrop {
  display: block;
}

.mssp-site-shell-mobile__panel > form {
  display: grid;
  position: relative;
  grid-template-columns: minmax(0, 1fr) 72px;
  align-items: stretch;
  gap: 7px;
  margin-bottom: 8px;
}

.mssp-site-shell-mobile__panel input,
.mssp-site-shell-mobile__panel button {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}

.mssp-site-shell-mobile__panel input {
  min-height: 45px;
  padding: 10px 12px;
  border: 1px solid #d6e1ec;
  border-radius: 12px;
  font: inherit;
  font-size: 16px;
  line-height: 1.25;
}

.mssp-site-shell-mobile__panel button {
  min-height: 45px;
  padding-inline: 10px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: #0b5ea8;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
}

.mssp-site-shell-mobile__panel > a,
.mssp-site-shell-mobile__panel > details > summary,
.mssp-site-shell-mobile__cities a {
  display: block;
  min-height: 44px;
  padding: 11px 12px;
  border: 1px solid transparent;
  border-radius: 10px;
  color: #25384c;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.45;
  text-decoration: none;
}

.mssp-site-shell-mobile__panel > a,
.mssp-site-shell-mobile__panel > details > summary {
  margin-top: 2px;
}

.mssp-site-shell-mobile__panel > details > summary {
  display: flex;
  align-items: center;
  cursor: pointer;
  list-style: none;
  outline: 0;
}

.mssp-site-shell-mobile__panel > details > summary:focus-visible {
  border-color: #b9d7ee;
  box-shadow: 0 0 0 3px rgba(11, 94, 168, 0.16);
}

.mssp-site-shell-mobile__panel > details > summary::after {
  content: "";
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  margin: -3px 2px 0 auto;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  color: #60758a;
  transform: rotate(45deg);
  transform-origin: center;
  transition: transform 150ms ease;
}

.mssp-site-shell-mobile__panel > details[open] > summary::after {
  transform: rotate(225deg);
}

.mssp-site-shell-mobile__panel > a:hover,
.mssp-site-shell-mobile__panel > a:focus-visible,
.mssp-site-shell-mobile__panel > details > summary:hover,
.mssp-site-shell-mobile__cities a:hover {
  color: #0b5ea8;
  background: #eef6fd;
  border-color: #d9e9f6;
}

.mssp-site-shell-mobile__cities {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3px;
  margin: 3px 0 6px;
  padding: 7px;
  border-radius: 12px;
  background: #f5f8fb;
}

.mssp-site-shell-mobile__cities a {
  min-height: 38px;
  padding: 8px 9px;
  font-size: 13px;
}

.mssp-site-shell-footer {
  width: 100%;
  color: #fff;
  background: linear-gradient(135deg, #0b4f86 0%, #07345d 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.mssp-site-shell-footer__main {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.9fr);
  align-items: start;
  gap: clamp(34px, 6vw, 72px);
  padding-block: 36px 30px;
}

.mssp-site-shell-footer__brand > a {
  display: inline-flex;
  padding: 10px 13px;
  border-radius: 15px;
  background: #fff;
}

.mssp-site-shell-footer__brand img {
  display: block;
  width: 205px;
  height: auto;
}

.mssp-site-shell-footer__brand p {
  max-width: 520px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13.5px;
  line-height: 1.62;
}

.mssp-site-shell-footer__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.mssp-site-shell-footer nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}

.mssp-site-shell-footer nav h2 {
  margin: 0 0 7px;
  color: #fff;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0.01em;
}

.mssp-site-shell-footer nav a,
.mssp-site-shell-footer__notice a,
.mssp-site-shell-footer__bottom a {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding-block: 4px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13.5px;
  line-height: 1.35;
  text-decoration: none;
}

.mssp-site-shell-footer nav a:hover,
.mssp-site-shell-footer nav a:focus-visible,
.mssp-site-shell-footer__notice a:hover,
.mssp-site-shell-footer__notice a:focus-visible,
.mssp-site-shell-footer__bottom a:hover,
.mssp-site-shell-footer__bottom a:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.mssp-site-shell-footer__notice {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

.mssp-site-shell-footer__notice .mssp-site-shell-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding-block: 13px;
}

.mssp-site-shell-footer__notice p,
.mssp-site-shell-footer__bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12.5px;
  line-height: 1.5;
}

.mssp-site-shell-footer__notice p strong {
  color: #fff;
}

.mssp-site-shell-footer__feedback {
  flex: 0 0 auto;
  min-height: 38px !important;
  padding: 7px 12px !important;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 10px;
  color: #fff !important;
  font-weight: 800;
}

.mssp-site-shell-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.14);
}

.mssp-site-shell-footer__bottom .mssp-site-shell-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-block: 12px;
}

.mssp-site-shell-footer__bottom a {
  min-height: 0;
  padding: 0;
  font-size: 12.5px;
}

body.mssp-managed-page .mssp-page .mssp-schedule-card--no-times {
  padding: clamp(20px, 3vw, 28px);
}

body.mssp-managed-page .mssp-page .mssp-schedule-card--no-times > h2 {
  max-width: 100%;
  font-size: clamp(22px, 4.6vw, 29px);
  line-height: 1.2;
  overflow-wrap: anywhere;
}

body.mssp-managed-page .mssp-page .mssp-schedule-card--no-times > .mssp-route-schedule {
  margin-top: 10px;
  padding: 0;
  border: 1px solid #dce6f0;
  border-radius: 14px;
  background: #f8fbfe;
  box-shadow: none;
}

body.mssp-managed-page .mssp-page .mssp-schedule-card--no-times > .mssp-route-schedule + .mssp-route-schedule {
  margin-top: 9px;
}

body.mssp-managed-page .mssp-page .mssp-schedule-card--no-times .mssp-route-schedule__head {
  padding: 14px 16px;
  border: 0;
  background: transparent;
}

body.mssp-managed-page .mssp-page .mssp-schedule-card--no-times .mssp-route-schedule__head h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.35;
}

body.mssp-managed-page .mssp-page .mssp-schedule-card--no-times .mssp-route-schedule__detail {
  margin-top: 0;
  padding: 14px 16px;
  border: 0;
  background: transparent;
}

body.mssp-managed-page .mssp-page .mssp-schedule-card--no-times .mssp-route-schedule__detail p {
  font-size: 13.5px;
  line-height: 1.6;
}

body.mssp-managed-page .mssp-page .mssp-schedule-card--no-times .mssp-schedule-direction__head {
  margin-top: 12px;
  border: 1px solid #dce6f0;
  border-bottom: 0;
  border-radius: 14px 14px 0 0;
}

body.mssp-managed-page .mssp-page .mssp-schedule-card--no-times .mssp-schedule-direction > .mssp-route-schedule {
  margin-top: 0;
  padding: 0;
  border: 1px solid #dce6f0;
  border-radius: 0;
  background: #f8fbfe;
  box-shadow: none;
}

body.mssp-managed-page .mssp-page .mssp-schedule-card--no-times .mssp-schedule-direction > .mssp-route-schedule:last-child {
  border-radius: 0 0 14px 14px;
}

body.mssp-trust-page .mssp-cookie-inventory {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 16px 0 22px;
}

body.mssp-trust-page .mssp-cookie-inventory > section {
  padding: 16px;
  border: 1px solid #dce6f0;
  border-radius: 14px;
  background: #f8fbfe;
}

body.mssp-trust-page .mssp-cookie-inventory > section h3 {
  margin: 0 0 7px;
  font-size: 16px;
}

body.mssp-trust-page .mssp-cookie-inventory > section p,
body.mssp-trust-page .mssp-cookie-inventory__note {
  margin: 0;
  font-size: 14px;
  line-height: 1.62;
}

body.mssp-trust-page .mssp-cookie-inventory__note {
  grid-column: 1 / -1;
  padding: 13px 15px;
  border-left: 4px solid #0b5ea8;
  border-radius: 10px;
  background: #edf6ff;
}

body.mssp-trust-page {
  color: var(--mssp-trust-ink);
  background: #f4f7fb;
}

body.mssp-trust-page .elementor-widget-html > .elementor-widget-container > .mss-page {
  padding-bottom: clamp(30px, 5vw, 64px);
}

body.mssp-trust-page .mss-page,
body.mssp-trust-page .mss-page * {
  box-sizing: border-box;
}

body.mssp-trust-page .mss-wrap {
  width: min(1080px, calc(100% - 36px));
  margin-inline: auto;
}

body.mssp-trust-page .mss-page-hero {
  margin-bottom: clamp(20px, 4vw, 34px);
  padding: clamp(28px, 5vw, 54px) 0 clamp(24px, 4vw, 42px);
  border-bottom: 1px solid #dce6f0;
  background: linear-gradient(135deg, #f8fbfe 0%, #edf6ff 62%, #f7fbff 100%);
}

body.mssp-trust-page .mss-hero-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin: 0 0 13px;
  color: #61758a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

body.mssp-trust-page .mss-hero-breadcrumb a {
  color: #0b5ea8;
  text-decoration: none;
}

body.mssp-trust-page .mss-page-hero h1 {
  max-width: 800px;
  margin: 0;
  color: #122033;
  font-size: clamp(36px, 5vw, 54px);
  font-weight: 820;
  line-height: 1.08;
  letter-spacing: -0.025em;
}

body.mssp-trust-page .mss-page-main {
  display: grid;
  gap: 18px;
}

body.mssp-trust-page .mss-page-main > section {
  margin: 0;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--mssp-trust-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(18, 32, 51, 0.055);
}

body.mssp-trust-page .mss-label,
body.mssp-trust-page .mssp-trust-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 11px;
  padding: 5px 9px;
  border-radius: 999px;
  color: #0b5ea8;
  background: #eaf4fd;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

body.mssp-trust-page .mss-page-main h2,
body.mssp-trust-page .mssp-trust-section h2 {
  margin: 0 0 13px;
  color: #15263a;
  font-size: clamp(24px, 3.2vw, 34px);
  line-height: 1.2;
  letter-spacing: -0.018em;
}

body.mssp-trust-page .mss-page-main h3,
body.mssp-trust-page .mssp-trust-section h3 {
  margin: 24px 0 9px;
  color: #183653;
  font-size: 20px;
  line-height: 1.3;
}

body.mssp-trust-page .mss-page-main p,
body.mssp-trust-page .mss-page-main li,
body.mssp-trust-page .mssp-trust-section p,
body.mssp-trust-page .mssp-trust-section li {
  margin-top: 0;
  color: #52657a;
  font-size: 15.5px;
  line-height: 1.72;
}

body.mssp-trust-page .mss-page-main p:last-child,
body.mssp-trust-page .mssp-trust-section p:last-child {
  margin-bottom: 0;
}

body.mssp-trust-page .mss-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

body.mssp-trust-page .mss-feature-list > div {
  min-width: 0;
  padding: 16px;
  border: 1px solid #e1eaf3;
  border-radius: 14px;
  background: #f8fbfe;
}

body.mssp-trust-page .mss-feature-list strong {
  display: block;
  margin-bottom: 5px;
  color: #173c61;
  font-size: 15px;
}

body.mssp-trust-page .mss-feature-list p {
  margin: 0;
  font-size: 14px;
  line-height: 1.58;
}

body.mssp-trust-page .mssp-trust-section {
  width: min(1080px, calc(100% - 36px));
  margin: 18px auto clamp(36px, 6vw, 72px);
}

@media (max-width: 900px) {
  .mss-fresh-grid {
    grid-template-columns: 1fr;
  }

  .mssp-site-shell-nav,
  .mssp-site-shell-search {
    display: none;
  }

  .mssp-site-shell-mobile {
    display: block;
  }

  body.mssp-mobile-menu-open {
    overflow: hidden;
  }

  body.admin-bar .mssp-site-shell-mobile__backdrop {
    top: 136px;
  }

  .mssp-site-shell-mobile > summary {
    position: relative;
    z-index: 3;
  }

  .mssp-site-shell-mobile__panel {
    z-index: 4;
  }

  .mssp-site-shell-main__inner {
    min-height: 70px;
  }

  .mssp-site-shell-footer__main {
    grid-template-columns: minmax(0, 1fr);
    gap: 26px;
  }
}

@media (max-width: 680px) {
  .mssp-trust-section {
    margin: 22px 0;
    padding: 20px;
    border-radius: 16px;
  }

  .mss-fresh-card {
    padding: 17px;
  }

  .mssp-site-shell-wrap {
    width: min(1180px, calc(100% - 28px));
  }

  .mssp-site-shell-topbar {
    display: none;
  }

  .mssp-site-shell-main__inner {
    min-height: 64px;
    padding-block: 8px;
  }

  .mssp-site-shell-logo img {
    width: 176px;
  }

  .mssp-site-shell-mobile__panel {
    position: fixed;
    top: 74px;
    right: 14px;
    left: 14px;
    width: auto;
    max-height: calc(100svh - 90px);
    padding: 13px;
    border-radius: 18px;
  }

  .mssp-site-shell-mobile__backdrop {
    top: 64px;
  }

  body.admin-bar .mssp-site-shell-mobile__backdrop {
    top: 110px;
  }

  body.admin-bar .mssp-site-shell-mobile__panel {
    top: 120px;
    max-height: calc(100svh - 136px);
  }

  body.mssp-trust-page .mss-wrap,
  body.mssp-trust-page .mssp-trust-section {
    width: min(1080px, calc(100% - 28px));
  }

  body.mssp-trust-page .mss-page-hero {
    margin-bottom: 14px;
    padding: 24px 0 22px;
  }

  body.mssp-trust-page .mss-hero-breadcrumb {
    margin-bottom: 10px;
    font-size: 12px;
  }

  body.mssp-trust-page .mss-page-hero h1 {
    font-size: clamp(32px, 10vw, 40px);
  }

  body.mssp-trust-page .mss-page-main {
    gap: 14px;
  }

  body.mssp-trust-page .mss-page-main > section,
  body.mssp-trust-page .mssp-trust-section {
    padding: 19px;
    border-radius: 16px;
  }

  body.mssp-trust-page .mss-feature-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 9px;
  }

  body.mssp-trust-page .mssp-cookie-inventory {
    grid-template-columns: minmax(0, 1fr);
  }

  body.mssp-trust-page .mss-page-main p,
  body.mssp-trust-page .mss-page-main li,
  body.mssp-trust-page .mssp-trust-section p,
  body.mssp-trust-page .mssp-trust-section li {
    font-size: 14.5px;
    line-height: 1.65;
  }

  .mssp-site-shell-footer__main {
    gap: 22px;
    padding-block: 28px 24px;
  }

  .mssp-site-shell-footer__brand > a {
    padding: 8px 10px;
    border-radius: 12px;
  }

  .mssp-site-shell-footer__brand img {
    width: 176px;
  }

  .mssp-site-shell-footer__brand p {
    max-width: none;
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.55;
  }

  .mssp-site-shell-footer__links {
    gap: 18px;
  }

  .mssp-site-shell-footer nav {
    gap: 2px;
  }

  .mssp-site-shell-footer nav h2 {
    margin-bottom: 2px;
    font-size: 14px;
  }

  .mssp-site-shell-footer nav a {
    display: flex;
    min-height: 32px;
    align-items: center;
    padding-block: 3px;
    font-size: 13px;
  }

  .mssp-site-shell-footer__notice .mssp-site-shell-wrap {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    padding-block: 12px;
  }

  .mssp-site-shell-footer__notice p,
  .mssp-site-shell-footer__bottom p {
    font-size: 12.5px;
    line-height: 1.5;
  }

  .mssp-site-shell-footer__notice a {
    font-size: 12.5px;
  }

  .mssp-site-shell-footer__bottom .mssp-site-shell-wrap {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    padding-block: 11px;
  }

  body.mssp-managed-page .mssp-page .mssp-schedule-card--no-times > .mssp-route-schedule {
    padding: 0;
  }

  body.mssp-managed-page .mssp-page .mssp-schedule-card--no-times .mssp-route-schedule__head {
    padding: 13px 14px;
  }

  body.mssp-managed-page .mssp-page .mssp-schedule-card--no-times .mssp-route-schedule__detail {
    padding: 13px 14px;
  }
}

/* ===== Compact city hub directory (0.2.156) ===== */

.mssp-page .mssp-hub-toolbar {
  position: sticky;
  top: 8px;
  z-index: 6;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 18px;
  padding: 10px;
  background: rgba(255, 255, 255, .97);
  border: 1px solid #d7e3ee;
  border-radius: 13px;
  box-shadow: 0 8px 22px rgba(23, 60, 97, .10);
}

.mssp-page .mssp-hub-filter {
  flex: 1 1 230px;
  min-width: 0;
  min-height: 44px;
  padding: 0 14px;
  font-size: 15px;
  color: #173c61;
  border: 1.5px solid #b9cfe2;
  border-radius: 10px;
  background: #fff;
}

.mssp-page .mssp-hub-filter:focus {
  outline: 3px solid rgba(43, 117, 183, .22);
  border-color: #2b75b7;
}

.mssp-page .mssp-hub-count {
  font-size: 12.5px;
  font-weight: 750;
  color: var(--mssp-muted, #5b7a94);
  white-space: nowrap;
}

.mssp-page .mssp-hub-toggle {
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid #cdd9e4;
  border-radius: 10px;
  background: #f2f7fb;
  color: #173c61;
  font-size: 13px;
  font-weight: 750;
  cursor: pointer;
}

.mssp-page .mssp-hub-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}

.mssp-page .mssp-hub-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid #d7e3ee;
  border-radius: 999px;
  background: #fff;
  color: #173c61 !important;
  font-size: 12.5px;
  font-weight: 720;
  line-height: 1;
  text-decoration: none;
}

.mssp-page .mssp-hub-chip--cat {
  background: #edf6ff;
  border-color: #bcd8ef;
}

.mssp-page .mssp-hub-chip--letter {
  min-width: 34px;
  padding: 0 9px;
}

.mssp-page details[data-mssp-hub-panel] > summary.mssp-hub-group__head {
  list-style: none;
  cursor: pointer;
}

.mssp-page details[data-mssp-hub-panel] > summary.mssp-hub-group__head::-webkit-details-marker {
  display: none;
}

.mssp-page .mssp-hub-caret {
  flex: 0 0 auto;
  width: 0;
  height: 0;
  margin-left: 4px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #5b7a94;
  transition: transform .15s ease;
}

.mssp-page details[data-mssp-hub-panel][open] > summary .mssp-hub-caret {
  transform: rotate(180deg);
}

body.mssp-managed-page .mssp-page .mssp-hub-list.mssp-hub-list--cols {
  display: block;
  columns: 3;
  column-gap: 14px;
}

body.mssp-managed-page .mssp-page .mssp-hub-list.mssp-hub-list--cols .mssp-hub-link,
body.mssp-managed-page .mssp-page .mssp-hub-list.mssp-hub-list--cols .mssp-hub-route-pair {
  break-inside: avoid;
  border-right: 0;
}

body.mssp-managed-page .mssp-page .mssp-hub-link.is-hidden,
body.mssp-managed-page .mssp-page .mssp-hub-route-pair.is-hidden {
  display: none !important;
}

@media (max-width: 1100px) {
  body.mssp-managed-page .mssp-page .mssp-hub-list.mssp-hub-list--cols {
    columns: 2;
  }
}

@media (max-width: 700px) {
  .mssp-page .mssp-hub-toolbar {
    top: 6px;
    gap: 8px;
    padding: 9px;
  }

  body.mssp-managed-page .mssp-page .mssp-hub-list.mssp-hub-list--cols {
    columns: 1;
  }

  .mssp-page .mssp-hub-nav {
    max-height: 74px;
    overflow-y: auto;
  }
}

body.mssp-managed-page .mssp-page .mssp-hub-group__head .mssp-hub-group__count {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  margin-left: auto;
  padding: 3px 10px;
  border: 1px solid #d9e4ef;
  border-radius: 999px;
  background: #eef3f9;
  color: #52657b;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

details.mssp-hub-group > summary.mssp-hub-group__head .mssp-hub-group__count {
  margin-right: 2px;
}

/* --- 0.2.161: kompakt dizin hizalama + kart standardı --- */

/* Açılan panel 2 sütunlu ızgarada tüm satırı kaplar; açılma kaynaklı
   çukur-höyük görünümü ve harf çipleriyle hizalama kayması biter. */
body.mssp-managed-page .mssp-page .mssp-hub-groups--organized > details[data-mssp-hub-panel][open] {
  grid-column: 1 / -1;
}

/* Harf çipi ve grup özetinden atlayınca yapışkan araç çubuğu altında kalmaz. */
.mssp-page details[data-mssp-hub-panel] {
  scroll-margin-top: 132px;
}

/* Mobilde çok sütun bağlamını tamamen kaldır: eski WebKit sürümlerinde
   columns:1 + break-inside ilk karttan sonrasını gizleyebiliyor. */
@media (max-width: 700px) {
  body.mssp-managed-page .mssp-page .mssp-hub-list.mssp-hub-list--cols {
    display: block;
    columns: auto;
    column-count: auto;
  }

  body.mssp-managed-page .mssp-page .mssp-hub-list.mssp-hub-list--cols .mssp-hub-link,
  body.mssp-managed-page .mssp-page .mssp-hub-list.mssp-hub-list--cols .mssp-hub-route-pair {
    break-inside: auto;
  }
}

/* Kart standardı: tek yönlü satır ile çift yönlü çift kartı aynı kaplamayı
   kullanır; açık düzen (60 altı hub) ile kompakt panel aynı görünümü verir. */
body.mssp-managed-page .mssp-page .mssp-hub-list .mssp-hub-link,
body.mssp-managed-page .mssp-page .mssp-hub-list .mssp-hub-route-pair {
  background: #fff;
  border: 1px solid #e6edf4;
  border-radius: 10px;
  margin-bottom: 8px;
  overflow: hidden;
  transition: border-color .12s ease, box-shadow .12s ease;
}

body.mssp-managed-page .mssp-page .mssp-hub-list .mssp-hub-link:hover,
body.mssp-managed-page .mssp-page .mssp-hub-list .mssp-hub-route-pair:hover {
  border-color: #bcd8ef;
  box-shadow: 0 1px 4px rgba(23, 60, 97, 0.08);
}

body.mssp-managed-page .mssp-page .mssp-hub-list .mssp-hub-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 48px;
  padding: 10px 13px;
}

body.mssp-managed-page .mssp-page .mssp-hub-list .mssp-hub-link strong {
  flex: 0 0 auto;
  padding: 4px 9px;
  border-radius: 999px;
  color: var(--mssp-primary-dark, #1c5fa8);
  background: #edf6ff;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

body.mssp-managed-page .mssp-page .mssp-hub-list .mssp-hub-route-pair {
  padding: 10px 13px 12px;
}

body.mssp-managed-page .mssp-page .mssp-hub-list .mssp-hub-route-pair .mssp-hub-route-pair__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-weight: 750;
  color: #173c61;
  margin-bottom: 8px;
}

body.mssp-managed-page .mssp-page .mssp-hub-list .mssp-hub-route-pair .mssp-hub-route-pair__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.mssp-managed-page .mssp-page .mssp-hub-list .mssp-hub-route-pair .mssp-hub-route-pair__links a {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border: 1px solid #d9e4ef;
  border-radius: 999px;
  background: #f4f8fc;
  color: #1c5fa8;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

body.mssp-managed-page .mssp-page .mssp-hub-list .mssp-hub-route-pair .mssp-hub-route-pair__links a:hover {
  border-color: #bcd8ef;
  background: #edf6ff;
}

/* Çok sütunlu listelerde kart alt kenar payını sütun boşluğuyla dengeler. */
body.mssp-managed-page .mssp-page .mssp-hub-list.mssp-hub-list--cols .mssp-hub-link,
body.mssp-managed-page .mssp-page .mssp-hub-list.mssp-hub-list--cols .mssp-hub-route-pair {
  break-inside: avoid;
  border-right: 1px solid #e6edf4;
}

/* --- 0.2.162: düz panel tasarımı, yerinde açılma --- */

/* 0.2.161'deki alta kaydırma geri alındı: panel açılınca yerinde kalır. */
body.mssp-managed-page .mssp-page .mssp-hub-groups--organized > details[data-mssp-hub-panel][open] {
  grid-column: auto;
}

/* Düz tasarım: grup dış kutusu yok; çizgi yalnız kartlarda ve başlık barında.
   Böylece panel+kart iç içe çift çizgi oluşmaz. */
body.mssp-managed-page .mssp-page.mssp-layout--sitewide-final .mssp-hub-group {
  border: 0;
  background: transparent;
  overflow: visible;
}

body.mssp-managed-page .mssp-page.mssp-layout--sitewide-final .mssp-hub-group__head,
body.mssp-managed-page .mssp-page.mssp-layout--sitewide-final .mssp-hub-group--district .mssp-hub-group__head,
body.mssp-managed-page .mssp-page.mssp-layout--sitewide-final .mssp-hub-group--local .mssp-hub-group__head,
body.mssp-managed-page .mssp-page.mssp-layout--sitewide-final .mssp-hub-group--special .mssp-hub-group__head {
  border: 1px solid #d5e2ee;
  border-radius: 10px;
  margin-bottom: 8px;
}

/* --- 0.2.163: boşluk sıkılaştırma + mobil nav tam görünür --- */

body.mssp-managed-page .mssp-page.mssp-layout--sitewide-final .mssp-hub-groups {
  gap: 12px;
}

body.mssp-managed-page .mssp-page.mssp-layout--sitewide-final .mssp-hub-group__head,
body.mssp-managed-page .mssp-page.mssp-layout--sitewide-final .mssp-hub-group--district .mssp-hub-group__head,
body.mssp-managed-page .mssp-page.mssp-layout--sitewide-final .mssp-hub-group--local .mssp-hub-group__head,
body.mssp-managed-page .mssp-page.mssp-layout--sitewide-final .mssp-hub-group--special .mssp-hub-group__head {
  margin-bottom: 0;
}

body.mssp-managed-page .mssp-page.mssp-layout--sitewide-final details[data-mssp-hub-panel][open] > summary.mssp-hub-group__head {
  margin-bottom: 8px;
}

@media (max-width: 700px) {
  .mssp-page .mssp-hub-nav {
    max-height: none;
    overflow-y: visible;
  }
}

/* --- 0.2.164: kart sağ kenarlığı restore --- */

/* Eski paylaşımlı-kenarlık tasarımının border-right:0 kuralları (district
   grubu ve mobil medya sorguları) bağımsız kart standardını eziyordu; bütün
   kartlar dört kenarıyla çizilir. */
body.mssp-managed-page .mssp-page.mssp-layout--sitewide-final .mssp-hub-group--district .mssp-hub-link,
body.mssp-managed-page .mssp-page.mssp-layout--sitewide-final .mssp-hub-group--district .mssp-hub-route-pair,
body.mssp-managed-page .mssp-page .mssp-hub-list .mssp-hub-link,
body.mssp-managed-page .mssp-page .mssp-hub-list .mssp-hub-route-pair,
body.mssp-managed-page .mssp-page.mssp-layout--sitewide-final .mssp-hub-link,
body.mssp-managed-page .mssp-page.mssp-layout--sitewide-final .mssp-hub-link:nth-child(odd),
body.mssp-managed-page .mssp-page.mssp-layout--sitewide-final .mssp-hub-route-pair {
  border-right: 1px solid #e6edf4;
}

/* --- 0.2.165: çift mod dizin (bölgeler / hat kodu) + akıllı arama --- */

.mssp-page .mssp-hub-modes {
  display: flex;
  gap: 8px;
  margin: 0 0 12px;
}

.mssp-page .mssp-hub-modes__btn {
  flex: 1 1 0;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid #d9e4ef;
  border-radius: 10px;
  background: #fff;
  color: #52657b;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.mssp-page .mssp-hub-modes__btn.is-active {
  border-color: #2b75b7;
  background: #edf6ff;
  color: #173c61;
}

.mssp-page .mssp-hub-codemode {
  margin-top: 4px;
}

.mssp-page .mssp-hub-codemode__list {
  display: block;
}

.mssp-page .mssp-hub-searchdrop {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  z-index: 60;
  max-height: 380px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #d9e4ef;
  border-radius: 12px;
  box-shadow: 0 14px 34px rgba(17, 32, 51, 0.14);
}

.mssp-page .mssp-hub-searchdrop__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  border-bottom: 1px solid #eef3f9;
  color: #173c61;
  text-decoration: none;
  font-size: 14px;
}

.mssp-page .mssp-hub-searchdrop__item:last-child {
  border-bottom: 0;
}

.mssp-page .mssp-hub-searchdrop__item:hover {
  background: #edf6ff;
}

.mssp-page .mssp-hub-searchdrop__item strong {
  flex: 0 0 auto;
  min-width: 44px;
  padding: 3px 8px;
  border-radius: 999px;
  background: #edf6ff;
  color: #1c5fa8;
  font-size: 11.5px;
  font-weight: 800;
  text-align: center;
}


/* --- 0.2.166: hat sayfası UX (yön sekmeleri + sıradaki sefer) --- */

.mssp-page .mssp-dir-tabs {
  display: flex;
  gap: 8px;
  margin: 12px 0 14px;
  flex-wrap: wrap;
}

.mssp-page .mssp-dir-tabs__btn {
  flex: 1 1 160px;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid #d9e4ef;
  border-radius: 10px;
  background: #fff;
  color: #52657b;
  font-size: 13.5px;
  font-weight: 800;
  cursor: pointer;
}

.mssp-page .mssp-dir-tabs__btn.is-active {
  border-color: #2b75b7;
  background: #edf6ff;
  color: #173c61;
}

.mssp-page .mssp-next-dep {
  margin: 0 0 14px;
  padding: 12px 14px;
  border: 1px solid #bcd8ef;
  border-left: 4px solid #2b75b7;
  border-radius: 10px;
  background: #edf6ff;
  color: #173c61;
  font-size: 14px;
  line-height: 1.5;
}

.mssp-page .mssp-next-dep strong {
  color: #0f4f86;
}

.mssp-page .mssp-time-list li.mssp-next-dep__mark {
  background: #edf6ff;
  border-radius: 8px;
  color: #0f4f86 !important;
  font-weight: 900;
  outline: 2px solid #2b75b7;
}

.mssp-page .mssp-corridor-link strong {
  color: #173c61;
}

.mssp-page .mssp-corridor-link a {
  display: inline-block;
  margin: 2px 4px 2px 0;
  padding: 3px 9px;
  border: 1px solid #d9e4ef;
  border-radius: 999px;
  background: #f4f8fc;
  color: #1c5fa8;
  font-size: 12.5px;
  font-weight: 700;
  text-decoration: none;
}

/* --- 0.2.169: hidden attribute CSS display ezilmesin --- */

/* .mssp-hub-groups--organized { display: grid } yazar stili [hidden] özniteliğini
   eziyordu; mod değişiminde gizlenen kutu görünmeye devam ediyordu. */
body.mssp-managed-page .mssp-page .mssp-hub-groups[hidden],
body.mssp-managed-page .mssp-page .mssp-hub-codemode[hidden] {
  display: none !important;
}

/* --- 0.2.172: arama dropdown'da uzun hat adları tam görünsün --- */

.mssp-page .mssp-hub-searchdrop__item {
  align-items: flex-start;
}

.mssp-page .mssp-hub-searchdrop__item span {
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  line-height: 1.4;
  padding-top: 1px;
}

.mssp-page .mssp-hub-searchdrop__item strong {
  margin-top: 1px;
}

/* --- Kod modu: tek tutarlı stil seti (ilçe bazlı açılır-kapanır paneller) --- */

body.mssp-managed-page .mssp-page .mssp-hub-codemode {
  display: block;
}

body.mssp-managed-page .mssp-page .mssp-hub-codemode[hidden] {
  display: none;
}

.mssp-page .mssp-hub-codemode__district {
  border: 1px solid #e6edf4;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 8px;
  overflow: hidden;
}

.mssp-page .mssp-hub-codemode__district > summary.mssp-hub-codemode__district__head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  cursor: pointer;
  list-style: none;
  background: linear-gradient(90deg, #f0f6fc 0%, #fff 100%);
}

.mssp-page .mssp-hub-codemode__district > summary.mssp-hub-codemode__district__head::-webkit-details-marker {
  display: none;
}

.mssp-page .mssp-hub-codemode__district__name {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 14.5px;
  font-weight: 800;
  color: #173c61;
}

.mssp-page .mssp-hub-codemode__district__count {
  flex: 0 0 auto;
  padding: 2px 9px;
  border-radius: 999px;
  background: #edf6ff;
  color: #0f4f86;
  font-size: 11.5px;
  font-weight: 800;
}

.mssp-page .mssp-hub-codemode__district > summary .mssp-hub-caret {
  flex: 0 0 auto;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #5b7a94;
  transition: transform .15s ease;
}

.mssp-page .mssp-hub-codemode__district[open] > summary .mssp-hub-caret {
  transform: rotate(180deg);
}

.mssp-page .mssp-hub-codemode__district[open] > summary.mssp-hub-codemode__district__head {
  border-bottom: 1px solid #e6edf4;
}

.mssp-page .mssp-hub-codemode__district .mssp-hub-codemode__list {
  display: block;
  padding: 4px 10px 8px;
}

.mssp-page .mssp-hub-codemode__row {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 7px 12px;
  color: #173c61;
  text-decoration: none;
  font-size: 14px;
}

.mssp-page .mssp-hub-codemode__row:hover {
  background: #f8fbfe;
}

.mssp-page .mssp-hub-codemode__row__code {
  flex: 0 0 56px;
  min-width: 56px;
  max-width: 56px;
  padding: 3px 0;
  border-radius: 6px;
  background: #edf6ff;
  color: #0f4f86;
  font-size: 12.5px;
  font-weight: 900;
  text-align: center;
  white-space: nowrap;
}

.mssp-page .mssp-hub-codemode__row__route {
  flex: 1 1 auto;
  min-width: 0;
  font-weight: 650;
  white-space: normal;
  overflow: visible;
  line-height: 1.4;
}

/* City hub: How-to-use section */
.mssp-city-howto {
  background: #f0f7ff;
  border-left: 4px solid #2563eb;
}
.mssp-city-howto h2 {
  font-size: 1.25rem;
  margin: 0 0 0.5rem;
}
.mssp-city-howto p {
  line-height: 1.7;
  color: #1e293b;
}

/* City hub: District guide grid */
.mssp-city-guide-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}
.mssp-city-guide-item {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 0.75rem 1rem;
}
.mssp-city-guide-item strong {
  display: block;
  font-size: 0.95rem;
  color: #0f172a;
  margin-bottom: 0.25rem;
}
.mssp-city-guide-item p {
  font-size: 0.875rem;
  color: #475569;
  line-height: 1.5;
  margin: 0;
}

/* City hub: Route tools grid */
.mssp-route-tools-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}
.mssp-route-tool {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.15s ease;
}
.mssp-route-tool:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.mssp-route-tool strong {
  display: block;
  font-size: 0.95rem;
  color: #2563eb;
  margin-bottom: 0.25rem;
}
.mssp-route-tool p {
  font-size: 0.875rem;
  color: #475569;
  line-height: 1.5;
  margin: 0;
}

/* Route AEO: Hızlı bakış */
.mssp-route-aeo {
  background: #f0f7ff;
  border: 1px solid #dbeafe;
  border-left: 4px solid #2563eb;
  border-radius: 10px;
  padding: 1rem 1.25rem;
  margin: 1rem 0;
}
.mssp-route-aeo h2 {
  font-size: 1.15rem;
  margin: 0 0 0.75rem;
  color: #0f172a;
}
.mssp-route-aeo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}
.mssp-route-aeo-grid > div {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 0.6rem 0.75rem;
  text-align: center;
}
.mssp-route-aeo-grid > div span {
  display: block;
  font-size: 0.75rem;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.2rem;
}
.mssp-route-aeo-grid > div strong {
  display: block;
  font-size: 1rem;
  color: #0f172a;
}
.mssp-route-aeo-meta {
  font-size: 0.8rem;
  color: #64748b;
  margin: 0.75rem 0 0;
  line-height: 1.5;
}
.mssp-route-aeo-meta a {
  color: #2563eb;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.mssp-route-aeo-meta a:hover {
  text-decoration-thickness: 2px;
}

/* FAQ: Sık sorulan sorular - boşluk düzeltmesi */
.mssp-faq {
  margin-top: 1.5rem;
}
.mssp-faq details {
  border-bottom: 1px solid #e2e8f0;
  padding: 0.25rem 0;
}
.mssp-faq details:last-child {
  border-bottom: none;
}
.mssp-faq summary {
  padding: 0.9rem 0;
  cursor: pointer;
  list-style: none;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.4;
}
.mssp-faq summary::-webkit-details-marker {
  display: none;
}
.mssp-faq details[open] summary {
  color: #1e40af;
}
.mssp-faq details p {
  margin: 0.6rem 0 0.9rem;
  line-height: 1.7;
  color: #334155;
}

@media (max-width: 640px) {
  .mssp-city-guide-grid {
    grid-template-columns: 1fr;
  }
  .mssp-route-tools-grid {
    grid-template-columns: 1fr;
  }
  .mssp-route-aeo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* =========================================================
   Şehir hub tasarım sistemi v2 — rota sayfası tasarım diliyle
   bütünlük (Tema Ek-CSS katmanını geçmek için aile-scope + gerekli
   özelliklerde tek !important; 27 Ağustos 2026)
   ========================================================= */

/* 1) Birleşik kart kabuğu: cevap, nasıl-kullanılır, dizin, rehber,
      kaynak ve SSS kartları aynı kabuk dilini kullanır */
body.mssp-managed-page.mssp-family-city_hub .mssp-page--city_hub .mssp-answer,
body.mssp-managed-page.mssp-family-city_hub .mssp-page--city_hub .mssp-city-howto,
body.mssp-managed-page.mssp-family-city_hub .mssp-page--city_hub .mssp-card,
body.mssp-managed-page.mssp-family-city_hub .mssp-page--city_hub .mssp-faq {
  background: #fff !important;
  border: 1px solid #e6edf3 !important;
  border-left: 1px solid #e6edf3 !important;
  border-radius: 18px !important;
  box-shadow: 0 10px 28px rgba(18, 32, 51, 0.05) !important;
  padding: 24px 26px !important;
  overflow: hidden;
}

/* 2) Kicker pill'leri: tek mavi dil */
body.mssp-managed-page.mssp-family-city_hub .mssp-page--city_hub .mssp-kicker {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 999px;
  background: #eaf3fc;
  color: #1764a7;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* 3) Cevap kartı: mint zemin + yeşil sol şerit (rota DOĞRUDAN CEVAP ile aynı) */
body.mssp-managed-page.mssp-family-city_hub .mssp-page--city_hub .mssp-answer {
  background: linear-gradient(180deg, #f4fbf7, #eef9f3) !important;
  border-left: 4px solid #0f9d6e !important;
}
body.mssp-managed-page.mssp-family-city_hub .mssp-page--city_hub .mssp-answer .mssp-kicker {
  background: #dcf3ea;
  color: #0b7a56;
}

/* 4) Nasıl kullanılır: mor değil, site mavisi sol şerit */
body.mssp-managed-page.mssp-family-city_hub .mssp-page--city_hub .mssp-city-howto {
  background: linear-gradient(180deg, #f7fbff, #f0f7ff) !important;
  border-left: 4px solid #2563eb !important;
}

/* 5) İstatistik: rota sayfası dilinde hücre-hücre çerçeveli kutular */
body.mssp-managed-page.mssp-family-city_hub .mssp-page--city_hub .mssp-stats--compact {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 12px;
  margin: 0 0 24px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}
body.mssp-managed-page.mssp-family-city_hub .mssp-page--city_hub .mssp-stats--compact .mssp-stat {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 2px;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 13px 16px !important;
  border: 1px solid #dbe7f3 !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: 0 6px 16px rgba(23, 100, 167, 0.05) !important;
  text-align: left !important;
}
body.mssp-managed-page.mssp-family-city_hub .mssp-page--city_hub .mssp-stats--compact .mssp-stat span,
body.mssp-managed-page.mssp-family-city_hub .mssp-page--city_hub .mssp-stats--compact .mssp-stat strong {
  margin: 0 !important;
  text-align: left !important;
  width: auto !important;
}
body.mssp-managed-page.mssp-family-city_hub .mssp-page--city_hub .mssp-stats--compact .mssp-stat span {
  margin: 0;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #64748b;
}
body.mssp-managed-page.mssp-family-city_hub .mssp-page--city_hub .mssp-stats--compact .mssp-stat strong {
  font-size: 22px;
  font-weight: 850;
  color: #0f2f52;
  line-height: 1.15;
}

/* 6) İlçe rehberi öğeleri */
body.mssp-managed-page.mssp-family-city_hub .mssp-page--city_hub .mssp-city-guide-item {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 14px 16px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
body.mssp-managed-page.mssp-family-city_hub .mssp-page--city_hub .mssp-city-guide-item:hover {
  border-color: #bcd7ee;
  box-shadow: 0 6px 16px rgba(23, 100, 167, 0.08);
}
body.mssp-managed-page.mssp-family-city_hub .mssp-page--city_hub .mssp-city-guide-item strong {
  display: block;
  margin-bottom: 6px;
  color: #0f2f52;
  font-weight: 800;
}

/* 7) Kaynak kartları */
body.mssp-managed-page.mssp-family-city_hub .mssp-page--city_hub .mssp-route-tool {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 14px 16px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
body.mssp-managed-page.mssp-family-city_hub .mssp-page--city_hub .mssp-route-tool:hover {
  border-color: #bcd7ee;
  box-shadow: 0 6px 16px rgba(23, 100, 167, 0.08);
}
body.mssp-managed-page.mssp-family-city_hub .mssp-page--city_hub .mssp-route-tool strong {
  color: #1764a7;
}

/* 8) İç grid'ler */
body.mssp-managed-page.mssp-family-city_hub .mssp-page--city_hub .mssp-city-guide-grid,
body.mssp-managed-page.mssp-family-city_hub .mssp-page--city_hub .mssp-route-tools-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 12px;
  margin-top: 16px;
}

/* 9) SSS satırları */
body.mssp-managed-page.mssp-family-city_hub .mssp-page--city_hub .mssp-faq details {
  padding: 14px 0;
  border-top: 1px solid #edf2f7;
}
body.mssp-managed-page.mssp-family-city_hub .mssp-page--city_hub .mssp-faq details:first-of-type {
  border-top: 0;
}
body.mssp-managed-page.mssp-family-city_hub .mssp-page--city_hub .mssp-faq summary {
  cursor: pointer;
  font-weight: 700;
  color: #0f2f52;
  list-style: none;
}
body.mssp-managed-page.mssp-family-city_hub .mssp-page--city_hub .mssp-faq summary::-webkit-details-marker {
  display: none;
}
body.mssp-managed-page.mssp-family-city_hub .mssp-page--city_hub .mssp-faq details p {
  margin: 8px 0 0;
  color: #475569;
  line-height: 1.65;
}

/* 10) Kartlar arası ritim */
body.mssp-managed-page.mssp-family-city_hub .mssp-page--city_hub .mssp-content-main > * + * {
  margin-top: 22px;
}

@media (max-width: 680px) {
  body.mssp-managed-page.mssp-family-city_hub .mssp-page--city_hub .mssp-answer,
  body.mssp-managed-page.mssp-family-city_hub .mssp-page--city_hub .mssp-city-howto,
  body.mssp-managed-page.mssp-family-city_hub .mssp-page--city_hub .mssp-card,
  body.mssp-managed-page.mssp-family-city_hub .mssp-page--city_hub .mssp-faq {
    padding: 18px 16px !important;
    border-radius: 14px !important;
  }
  body.mssp-managed-page.mssp-family-city_hub .mssp-page--city_hub .mssp-stats--compact {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }
  body.mssp-managed-page.mssp-family-city_hub .mssp-page--city_hub .mssp-stats--compact .mssp-stat {
    padding: 11px 14px !important;
  }
  body.mssp-managed-page.mssp-family-city_hub .mssp-page--city_hub .mssp-stats--compact .mssp-stat strong {
    font-size: 20px;
  }
  body.mssp-managed-page.mssp-family-city_hub .mssp-page--city_hub .mssp-city-guide-grid,
  body.mssp-managed-page.mssp-family-city_hub .mssp-page--city_hub .mssp-route-tools-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* =========================================================
   Hub son-ilaçlar: sekme-parite, değerli kart bilgisi, alt bölüm
   (0.2.206 — 27 Ağustos 2026)
   ========================================================= */

/* 1) Bölgelere göre / Hat koduna göre ilk boşluk paritesi */
body.mssp-managed-page .mssp-page .mssp-hub-codemode {
  margin-top: 20px;
}

/* 2) İlçe rehberi kartlarında tıklanabilir hat kodu chip'leri */
body.mssp-managed-page .mssp-page .mssp-guide-codes {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}
body.mssp-managed-page .mssp-page .mssp-guide-codes a,
body.mssp-managed-page .mssp-page .mssp-guide-codes__more {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 2px 9px;
  border-radius: 999px;
  background: #eaf3fc;
  color: #1764a7;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none;
}
body.mssp-managed-page .mssp-page .mssp-guide-codes a:hover {
  background: #d8eafc;
  text-decoration: none;
}
body.mssp-managed-page .mssp-page .mssp-guide-codes__more {
  background: #eef2f6;
  color: #64748b;
}

/* 3a) Kaynak bölümü: kart kabuğu + host rozeti */
body.mssp-managed-page.mssp-family-city_hub .mssp-page--city_hub .mssp-route-tools {
  background: #fff;
  border: 1px solid #e6edf3;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(18, 32, 51, 0.05);
  padding: 24px 26px;
}
body.mssp-managed-page .mssp-page .mssp-route-tool__host {
  display: inline-block;
  margin-top: 10px;
  padding: 2px 8px;
  border-radius: 8px;
  background: #f1f5f9;
  color: #64748b;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

/* 3b) SSS: açılır-affordance chevron + hover */
body.mssp-managed-page .mssp-page .mssp-faq summary {
  position: relative;
  display: block;
  padding: 2px 26px 2px 0;
  border-radius: 8px;
  transition: color 0.15s ease;
}
body.mssp-managed-page .mssp-page .mssp-faq summary::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 50%;
  width: 9px;
  height: 9px;
  margin-top: -7px;
  border-right: 2px solid #94a3b8;
  border-bottom: 2px solid #94a3b8;
  transform: rotate(45deg);
  transition: transform 0.18s ease, border-color 0.15s ease;
}
body.mssp-managed-page .mssp-page .mssp-faq summary:hover {
  color: #1764a7;
}
body.mssp-managed-page .mssp-page .mssp-faq summary:hover::after {
  border-color: #1764a7;
}
body.mssp-managed-page .mssp-page .mssp-faq details[open] summary::after {
  transform: rotate(225deg);
  margin-top: -2px;
  border-color: #1764a7;
}

/* İlçe başlığı tıklanabilir (hızlı rehber → dizin grubu) */
body.mssp-managed-page .mssp-page .mssp-city-guide-item__title {
  display: block;
  margin-bottom: 6px;
  color: #0f2f52;
  font-weight: 800;
  text-decoration: none;
}
body.mssp-managed-page .mssp-page .mssp-city-guide-item__title:hover {
  color: #1764a7;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Hızlı rehber: tam-kart tıklanabilir */
body.mssp-managed-page .mssp-page .mssp-city-guide-item[data-anchor] {
  cursor: pointer;
}
body.mssp-managed-page .mssp-page .mssp-city-guide-item[data-anchor]:hover {
  border-color: #9cc4e8;
  box-shadow: 0 10px 24px rgba(23, 100, 167, 0.12);
  transform: translateY(-2px);
}

/* En yoğun ilçe kutusu: link + alt bilgi */
body.mssp-managed-page .mssp-page .mssp-stat--busiest strong a {
  color: #1764a7;
  text-decoration: none;
}
body.mssp-managed-page .mssp-page .mssp-stat--busiest strong a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
body.mssp-managed-page .mssp-page .mssp-stat--busiest em {
  display: block;
  width: 100%;
  margin-top: 2px;
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  color: #64748b;
}
body.mssp-managed-page .mssp-page .mssp-stat--busiest strong a {
  color: inherit;
}
body.mssp-managed-page .mssp-page .mssp-stat--busiest strong a:hover {
  color: #1764a7;
}

/* Sekme butonları: birebir eşit kutular */
body.mssp-managed-page .mssp-page .mssp-hub-modes {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 10px;
}
body.mssp-managed-page .mssp-page .mssp-hub-modes__btn {
  width: 100% !important;
  box-sizing: border-box !important;
  padding: 12px 10px !important;
  line-height: 1.2 !important;
  text-align: center !important;
}

/* 0.2.216: stat alt-bilgi değerle aynı satırda */
body.mssp-managed-page .mssp-page .mssp-stat__sub {
  font-size: 12px;
  font-weight: 700;
  color: #64748b;
  letter-spacing: 0.01em;
}

/* 0.2.216: iki sekme görünümü birebir aynı geometri */
body.mssp-managed-page .mssp-page .mssp-hub-codemode {
  margin-top: 20px !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}
body.mssp-managed-page .mssp-page .mssp-hub-groups {
  margin-top: 20px !important;
  margin-bottom: 0 !important;
}
body.mssp-managed-page .mssp-page .mssp-hub-codemode__district {
  border-radius: 14px;
  margin-bottom: 12px;
}
body.mssp-managed-page .mssp-page .mssp-hub-codemode__district > summary.mssp-hub-codemode__district__head {
  padding: 13px 15px;
  border-left: 4px solid #2b75b7;
  background: linear-gradient(90deg, #edf6ff 0%, #f8fbfe 72%, #fff 100%);
  font-weight: 800;
  color: #0f2f52;
}
body.mssp-managed-page .mssp-page .mssp-hub-codemode__district[open] > summary.mssp-hub-codemode__district__head {
  border-bottom: 1px solid #dce6ef;
}
body.mssp-managed-page .mssp-page .mssp-hub-codemode__list {
  padding: 6px 14px 10px;
}

/* Alt-bilgi (· N hat): etiket-tanımlı uppercase/letter-spacing'i kır */
body.mssp-managed-page .mssp-page .mssp-stat__sub {
  text-transform: none !important;
  letter-spacing: normal !important;
  vertical-align: baseline !important;
  margin-left: 2px !important;
  font-size: 12.5px !important;
  font-weight: 700 !important;
  color: #64748b !important;
}

/* 0.2.218: alt-bilgi em üstünden (span-uppercase kuralına yakalanmaz) */
body.mssp-managed-page.mssp-family-city_hub .mssp-page--city_hub .mssp-stats--compact .mssp-stat strong em.mssp-stat__sub,
body.mssp-managed-page .mssp-page .mssp-stat--busiest em.mssp-stat__sub {
  display: inline !important;
  width: auto !important;
  margin: 0 0 0 3px !important;
  padding: 0 !important;
  font-style: normal !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  vertical-align: baseline !important;
  font-size: 12.5px !important;
  font-weight: 700 !important;
  color: #64748b !important;
}

/* 0.2.218: SSS satır ritmi — başlık dikey ortalanmış, dış margin sıfır */
body.mssp-managed-page .mssp-page .mssp-faq details {
  margin: 0 !important;
  padding: 0 !important;
}
body.mssp-managed-page .mssp-page .mssp-faq details summary {
  display: block !important;
  padding: 16px 30px 16px 0 !important;
  line-height: 1.45 !important;
}
body.mssp-managed-page .mssp-page .mssp-faq details summary::after {
  top: 50% !important;
  margin-top: -1px !important;
}
body.mssp-managed-page .mssp-page .mssp-faq details[open] summary::after {
  margin-top: 4px !important;
}
body.mssp-managed-page .mssp-page .mssp-faq details[open] summary {
  padding-bottom: 8px !important;
}
body.mssp-managed-page .mssp-page .mssp-faq details p {
  margin: 0 !important;
  padding: 0 30px 16px 0 !important;
}
body.mssp-managed-page .mssp-page .mssp-faq details:last-of-type p {
  padding-bottom: 4px !important;
}

/* 0.2.219: yükseklik dayatan her kuralı kır (aspect/height/auto-rows) */
body.mssp-managed-page.mssp-family-city_hub .mssp-page--city_hub .mssp-stats--compact {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  grid-auto-rows: auto !important;
  align-items: start !important;
  align-content: start !important;
  padding: 0 !important;
}
body.mssp-managed-page.mssp-family-city_hub .mssp-page--city_hub .mssp-stats--compact .mssp-stat {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  align-content: flex-start !important;
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}
body.mssp-managed-page.mssp-family-city_hub .mssp-page--city_hub .mssp-stats--compact .mssp-stat--busiest strong {
  line-height: 1.15 !important;
}
body.mssp-managed-page .mssp-page .mssp-stat--busiest em.mssp-stat__sub {
  line-height: 1 !important;
  vertical-align: baseline !important;
  position: static !important;
}
