/* Admarq mobile responsive layer
   Supports iPhone X and newer safe areas, plus 320-430px fallback widths. */

:root {
  --mobile-gutter: 16px;
  --mobile-header-height: 72px;
}

/* Align each growth label with the centre of its signal dot. */
.home-page .signal-path,
.home-page .cta-points {
  display: grid;
  width: min(420px, 100%);
  gap: 0;
}

.home-page .signal-path {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-bottom: 18px;
}

.home-page .signal-path > * {
  grid-row: 1;
}

.home-page .signal-path > span {
  justify-self: center;
  position: relative;
  z-index: 1;
}

.home-page .signal-path > span:nth-of-type(1) { grid-column: 1 / 3; }
.home-page .signal-path > span:nth-of-type(2) { grid-column: 3 / 5; }
.home-page .signal-path > span:nth-of-type(3) { grid-column: 5 / 7; }
.home-page .signal-path > i:nth-of-type(1) { grid-column: 2 / 4; }
.home-page .signal-path > i:nth-of-type(2) { grid-column: 4 / 6; }

.home-page .cta-points {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
}

.home-page .cta-points > span {
  justify-self: center;
  max-width: 100%;
  padding: 8px clamp(4px, 1vw, 11px);
  font-size: clamp(9px, 2.4vw, 11px);
  text-align: center;
  overflow-wrap: anywhere;
}

/* Keep the three remaining compliance links balanced on desktop. */
@media (min-width: 901px) {
  .footer-policy-links {
    grid-template-columns: repeat(3, minmax(112px, 1fr)) !important;
  }
}

html {
  max-width: 100%;
  overflow-x: clip;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  max-width: 100%;
  overflow-x: clip;
}

.legal > .footer-entity:first-child::after {
  content: none !important;
  display: none !important;
}

.legal > .footer-entity {
  display: grid;
  justify-items: start;
  gap: 5px;
  max-width: min(760px, 100%);
  line-height: 1.55;
}

.legal > .footer-entity strong {
  color: #aaaab7;
  font-size: 12px;
  font-weight: 750;
}

.legal > .footer-entity a,
.legal > .footer-entity > span {
  color: #747482;
  display: block;
  margin: 0;
  font-family: "DM Sans", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  font-style: normal;
  line-height: 1.65 !important;
  letter-spacing: 0 !important;
  text-transform: none;
  overflow-wrap: anywhere;
}

.legal > .footer-entity a {
  text-decoration: none;
  transition: color .18s ease;
}

.legal > .footer-entity a:hover,
.legal > .footer-entity a:focus-visible {
  color: #b9b1ff;
}

.legal > .footer-entity > .footer-trading-name {
  max-width: 720px;
  margin-top: 2px;
  color: #5f5f6d;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
  letter-spacing: .01em !important;
}

.about-carousel {
  touch-action: pan-y;
  -webkit-user-select: none;
  user-select: none;
  cursor: grab;
}

.about-carousel.is-swiping {
  cursor: grabbing;
}

.about-carousel img {
  -webkit-user-drag: none;
  user-select: none;
}

img,
svg,
canvas,
video {
  max-width: 100%;
}

button,
a,
input,
textarea,
select {
  touch-action: manipulation;
}

@supports (padding: max(0px)) {
  header {
    padding-top: max(6px, env(safe-area-inset-top)) !important;
    padding-left: env(safe-area-inset-left) !important;
    padding-right: env(safe-area-inset-right) !important;
  }

  body > footer {
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
    padding-bottom: max(30px, env(safe-area-inset-bottom)) !important;
  }

  .cookie-banner {
    left: max(12px, env(safe-area-inset-left)) !important;
    right: max(12px, env(safe-area-inset-right)) !important;
    bottom: max(12px, env(safe-area-inset-bottom)) !important;
  }
}

@media (max-width: 760px) {
  :root {
    --mobile-gutter: 16px;
  }

  .wrap {
    width: min(calc(100% - (var(--mobile-gutter) * 2)), 1180px) !important;
  }

  header nav {
    min-width: 0;
    gap: 8px !important;
  }

  header .brand {
    min-width: 0;
    flex: 0 1 auto;
  }

  header .brand-logo {
    width: clamp(124px, 35vw, 140px) !important;
    height: auto !important;
    max-height: 46px;
  }

  header .actions {
    flex: 0 0 auto;
    gap: 6px !important;
  }

  header .actions .btn-dark,
  header .actions .btn-primary,
  header .actions .btn-line {
    display: none !important;
  }

  header .language-toggle-v2,
  header .language-toggle {
    min-width: 58px !important;
    min-height: 44px !important;
    height: 44px !important;
    padding: 0 10px !important;
    justify-content: center;
  }

  header .menu {
    display: grid !important;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    place-items: center;
    padding: 0;
    border-radius: 10px;
  }

  header .navlinks.open {
    position: fixed !important;
    top: calc(var(--mobile-header-height) + env(safe-area-inset-top, 0px)) !important;
    left: max(var(--mobile-gutter), env(safe-area-inset-left, 0px)) !important;
    right: max(var(--mobile-gutter), env(safe-area-inset-right, 0px)) !important;
    width: auto !important;
    max-height: calc(100dvh - var(--mobile-header-height) - 28px - env(safe-area-inset-top, 0px));
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 16px !important;
    gap: 4px !important;
    border-radius: 16px !important;
    z-index: 100;
  }

  header .navlinks.open a {
    width: 100%;
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 9px;
  }

  section[id] {
    scroll-margin-top: 82px;
  }

  .btn,
  input,
  select,
  textarea,
  .showcase-tab,
  .faq-q,
  .cookie-btn,
  .policy-close {
    min-height: 44px;
  }

  footer {
    padding-top: 64px !important;
  }

  .footer-main .footer-col {
    max-width: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .footer-main .footer-col::-webkit-scrollbar,
  .policy-nav-list::-webkit-scrollbar,
  .showcase-tabs::-webkit-scrollbar {
    display: none;
  }

  .footer-compliance {
    margin-top: 32px !important;
  }

  .footer-policy-links {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 6px 14px !important;
  }

  .footer-policy-links a {
    min-width: 0;
    overflow-wrap: anywhere;
    line-height: 1.45;
  }

  .legal {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px !important;
  }

  .legal > .footer-entity {
    gap: 6px;
    width: 100%;
  }

  .legal > .footer-entity strong {
    font-size: 12px;
  }

  .legal > .footer-entity a,
  .legal > .footer-entity > span {
    font-size: 10px !important;
    font-weight: 500 !important;
    line-height: 1.65 !important;
  }

  .legal > .footer-entity > .footer-trading-name {
    max-width: 100%;
    font-size: 9px !important;
    line-height: 1.6 !important;
  }

  /* Homepage */
  .home-page .hero {
    min-height: auto !important;
    padding: calc(116px + env(safe-area-inset-top, 0px)) 0 76px !important;
  }

  .home-page .hero-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 34px !important;
  }

  .home-page .hero h1 {
    max-width: 100%;
    font-size: clamp(42px, 13vw, 56px) !important;
    line-height: 1.02;
    letter-spacing: -.055em;
  }

  .home-page .hero-copy {
    font-size: 15px;
    line-height: 1.72;
  }

  .home-page .hero-ctas {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .home-page .hero-ctas .btn {
    width: 100%;
    padding-inline: 12px;
  }

  .home-page .hero-card {
    min-width: 0;
    padding: 20px 16px;
    border-radius: 20px;
  }

  .home-page .metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .home-page .metric {
    min-width: 0;
    padding: 12px 7px;
  }

  .home-page .metric b {
    font-size: clamp(17px, 5.5vw, 22px);
  }

  .home-page section:not(.hero):not(.footer-compliance) {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .home-page .section-head,
  .home-page .format-experience-head,
  .home-page .testimonial-head {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px !important;
    align-items: start !important;
  }

  .home-page .section-head h2,
  .home-page .format-experience-head h2,
  .home-page .world-copy h2,
  .home-page .about-copy h2 {
    font-size: clamp(32px, 10vw, 42px) !important;
    line-height: 1.08 !important;
  }

  .home-page .split,
  .home-page .cap-grid,
  .home-page .about-grid,
  .home-page .world-grid,
  .home-page .region-stage,
  .home-page .contact-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .home-page .persona {
    min-height: auto;
    padding: 32px 24px;
  }

  .home-page .world-canvas-wrap {
    min-height: 350px;
  }

  .home-page #worldCanvas {
    width: 100% !important;
    height: auto !important;
  }

  .home-page .region-tabs,
  .home-page .showcase-tabs {
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .home-page .region-tab,
  .home-page .showcase-tab {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .home-page .format-showcase {
    border-radius: 20px;
    overflow: hidden;
  }

  .home-page .format-description {
    padding: 28px 22px !important;
  }

  .home-page .format-demo-stage {
    min-height: 360px !important;
    overflow: hidden;
  }

  .home-page .format-specs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .home-page .about-product,
  .home-page .about-copy {
    min-width: 0;
  }

  .home-page .imac,
  .home-page .imac-display {
    max-width: 100%;
  }

  .home-page .about-keywords {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .home-page .contact-form,
  .home-page .contact-form input,
  .home-page .contact-form textarea,
  .home-page .contact-form select {
    max-width: 100%;
  }

  .home-page .cookie-banner {
    width: auto !important;
    max-width: none !important;
  }

  .home-page .cookie-main,
  .home-page .cookie-actions {
    min-width: 0;
  }

  /* Advertiser and publisher pages */
  .audience-page .hero {
    min-height: auto !important;
    padding: calc(112px + env(safe-area-inset-top, 0px)) 0 64px !important;
  }

  .audience-page .hero-grid,
  .audience-page .flow-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 32px !important;
  }

  .audience-page .hero h1 {
    font-size: clamp(40px, 12vw, 50px) !important;
    line-height: 1.05;
  }

  .audience-page .lead {
    font-size: 15px;
    line-height: 1.72;
  }

  .audience-page .hero-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .audience-page .hero-actions .btn {
    width: 100%;
    padding-inline: 10px;
  }

  .audience-page .device-visual {
    width: 100%;
    min-height: 330px !important;
    margin: 0 !important;
    transform: none !important;
  }

  .audience-page .visual-orbit {
    width: 300px !important;
    height: 240px !important;
    right: 50% !important;
    transform: translateX(50%) rotate(-12deg) !important;
  }

  .audience-page .laptop {
    width: 100% !important;
    max-width: 600px;
    margin-inline: auto;
  }

  .audience-page .laptop-screen {
    height: clamp(205px, 58vw, 260px) !important;
  }

  .audience-page .floating-data {
    width: min(165px, 48vw) !important;
    left: 0 !important;
    right: auto !important;
    bottom: -8px !important;
    padding: 12px !important;
  }

  .audience-page main > section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .audience-page .section-head {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 14px !important;
    align-items: start !important;
  }

  .audience-page .section-head h2,
  .audience-page .display-title {
    font-size: clamp(32px, 9.5vw, 40px) !important;
  }

  .audience-page .benefit-grid,
  .audience-page .feature-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .audience-page .target-cloud {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .audience-page .builder {
    padding: 20px !important;
  }

  .audience-page .choice-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .audience-page .choice {
    min-width: 0;
    padding-inline: 5px;
    text-align: center;
  }

  .audience-page .cta-card {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    padding: 38px 24px !important;
  }

  /* Legal pages */
  .legal-page .hero {
    min-height: auto !important;
    padding: calc(108px + env(safe-area-inset-top, 0px)) 0 36px !important;
  }

  .legal-page .hero h1 {
    max-width: 100%;
    font-size: clamp(32px, 10vw, 43px) !important;
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  .legal-page .legal-layout {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 26px !important;
    padding-top: 30px !important;
    padding-bottom: 72px !important;
  }

  .legal-page .policy-nav-list {
    margin-inline: calc(var(--mobile-gutter) * -1);
    padding: 0 var(--mobile-gutter) 8px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .legal-page .policy-nav-list a {
    min-height: 44px;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    scroll-snap-align: start;
  }

  .legal-page .document-meta {
    padding: 16px !important;
    border-radius: 12px;
    overflow-wrap: anywhere;
  }

  .legal-page .agreement-content,
  .legal-page .policy-content,
  .legal-page .agreement {
    min-width: 0;
  }

  .legal-page .agreement-content h2,
  .legal-page .policy-content h2,
  .legal-page .agreement h2 {
    font-size: 20px !important;
    line-height: 1.25;
  }

  .legal-page .agreement-content p,
  .legal-page .agreement-content li,
  .legal-page .policy-content p,
  .legal-page .policy-content li,
  .legal-page .agreement p,
  .legal-page .agreement li {
    font-size: 14.5px;
    line-height: 1.72;
    overflow-wrap: anywhere;
  }

  .legal-page .table-wrap,
  .legal-page .policy-table-wrap,
  .legal-page .agreement-table-wrap {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 10px;
    box-shadow: inset -14px 0 12px -16px rgba(20, 20, 30, .45);
  }

  .legal-page pre,
  .legal-page code {
    max-width: 100%;
    overflow-x: auto;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 430px) {
  .home-page .format-demo-stage {
    min-height: 340px !important;
  }

  .audience-page .target-cloud {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .audience-page .target {
    min-height: auto !important;
  }

  .audience-page .device-visual {
    min-height: 305px !important;
  }

  .audience-page .screen-chart {
    min-height: 120px;
  }
}

@media (max-width: 360px) {
  :root {
    --mobile-gutter: 12px;
  }

  header .brand-logo {
    width: 116px !important;
  }

  header .language-toggle-v2,
  header .language-toggle {
    min-width: 54px !important;
    padding-inline: 8px !important;
  }

  .footer-policy-links,
  .home-page .about-keywords,
  .home-page .format-specs {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .footer-main .footer-col {
    grid-template-columns: 44px repeat(4, 84px) !important;
    column-gap: 12px !important;
  }

  .home-page .hero h1,
  .audience-page .hero h1 {
    font-size: 38px !important;
  }

  .home-page .hero-ctas,
  .audience-page .hero-actions {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .home-page .format-demo-stage {
    min-height: 320px !important;
  }

  .audience-page .floating-data {
    width: 150px !important;
  }

  .legal-page .hero h1 {
    font-size: 30px !important;
  }
}

@media (max-width: 900px) and (orientation: landscape) {
  header .navlinks.open {
    max-height: calc(100dvh - 82px);
  }

  .home-page .hero,
  .audience-page .hero,
  .legal-page .hero {
    padding-top: calc(100px + env(safe-area-inset-top, 0px)) !important;
  }
}

@media (hover: none) {
  .btn:hover,
  .benefit:hover,
  .target:hover,
  .feature:hover {
    transform: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}

/* Mobile visual refinements: compact iconography and a viewport-aware globe. */
@media (max-width: 760px) {
  .home-page .hero-ctas .btn-cyan span {
    width: 20px;
    height: 20px;
    display: inline-grid;
    flex: 0 0 20px;
    place-items: center;
    border: 1px solid rgba(20, 20, 28, .16);
    border-radius: 50%;
    background: rgba(255, 255, 255, .28);
    color: currentColor;
    font-size: 0;
  }

  .home-page .hero-ctas .btn-cyan span::before,
  .home-page .persona .arrow::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: 1.6px solid currentColor;
    border-right: 1.6px solid currentColor;
    transform: translate(-1px, 1px);
  }

  .home-page .persona .arrow {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    font-size: 0;
    box-shadow: 0 8px 20px rgba(33, 26, 145, .16);
  }

  .home-page .persona .arrow::before {
    width: 9px;
    height: 9px;
    border-width: 2px;
  }

  .home-page .cap:nth-child(3) .icon {
    font-size: 0;
  }

  .home-page .cap:nth-child(3) .icon::before,
  .publisher-page .feature:nth-child(7) > i::before {
    content: "</>";
    font: 800 13px/1 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    letter-spacing: -.08em;
  }

  .publisher-page .feature:nth-child(7) > i {
    font-size: 0;
  }

  .publisher-page .feature:nth-child(6) > i {
    display: none !important;
  }

  .publisher-page .feature:nth-child(6) h3 {
    margin-top: 0 !important;
  }

  .footer-main .footer-col a::after,
  .footer-policy-links a::after,
  .footer-policy-links button::after {
    width: 16px;
    height: 16px;
    display: inline-grid !important;
    place-items: center;
    margin-left: 5px !important;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
    color: rgba(255, 255, 255, .34) !important;
    font-size: 8px !important;
    line-height: 1;
    transform: none !important;
  }

  .footer-logo-shadow {
    display: none !important;
  }

  .home-page .world-canvas-wrap {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    width: min(100%, 520px) !important;
    height: auto !important;
    aspect-ratio: 1 / 1;
    min-height: 0 !important;
    margin: 28px auto 0 !important;
    transform: none !important;
  }

  .home-page #worldCanvas {
    width: 100% !important;
    height: 100% !important;
  }

  .home-page .world-live {
    right: 9% !important;
    bottom: 8% !important;
  }
}

@media (max-width: 760px) and (orientation: landscape) {
  .home-page .world-canvas-wrap {
    width: min(100%, 70svh, 440px) !important;
    margin-top: 14px !important;
    margin-bottom: 0 !important;
  }
}

/* Stable SVG sizing also protects the desktop layout from intrinsic SVG dimensions. */
.home-page .mobile-arrow-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home-page .mobile-arrow-icon svg,
.home-page .persona .arrow svg {
  display: block;
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-page .api-icon svg,
.publisher-page .feature-api > i svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.advertiser-page .feature-icon-svg {
  display: grid;
  place-items: center;
  font-size: 0;
}

.advertiser-page .feature-icon-svg svg {
  display: block;
  width: 24px;
  height: 24px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Cross-browser mobile icons: SVG and CSS geometry instead of font glyphs. */
@media (max-width: 760px) {
  .home-page .mobile-arrow-icon::before,
  .home-page .persona .arrow::before,
  .home-page .api-icon::before,
  .publisher-page .feature-api > i::before {
    content: none !important;
    display: none !important;
  }

  .home-page .mobile-arrow-icon svg,
  .home-page .persona .arrow svg {
    display: block;
    width: 13px;
    height: 13px;
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .home-page .persona .arrow svg {
    width: 18px;
    height: 18px;
  }

  .home-page .api-icon,
  .publisher-page .feature-api > i {
    display: grid;
    place-items: center;
    font-size: 0 !important;
  }

  .home-page .api-icon svg,
  .publisher-page .feature-api > i svg {
    display: block;
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .advertiser-page .feature-strategy > .feature-icon-svg,
  .advertiser-page .feature-connect > .feature-icon-svg {
    display: grid !important;
    width: 42px;
    height: 42px;
    place-items: center;
  }

  .advertiser-page .feature-strategy > .feature-icon-svg svg,
  .advertiser-page .feature-connect > .feature-icon-svg svg {
    display: block !important;
    width: 23px;
    height: 23px;
  }

  .publisher-page .feature-flexible > i {
    display: none !important;
  }

  .publisher-page .feature-flexible h3 {
    margin-top: 0 !important;
  }

  .footer-main .footer-col a::after,
  .footer-policy-links a::after,
  .footer-policy-links button::after {
    content: "" !important;
    display: inline-block !important;
    width: 7px !important;
    height: 7px !important;
    margin: 0 1px 0 7px !important;
    border: 0 !important;
    border-top: 1.5px solid rgba(255, 255, 255, .34) !important;
    border-right: 1.5px solid rgba(255, 255, 255, .34) !important;
    border-radius: 0 !important;
    background: none !important;
    transform: translateY(-1px) !important;
    box-sizing: border-box;
  }

  .footer-logo-shadow {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

/* Fixed SVG asset keeps footer arrows identical in mobile Chrome and Safari. */
@media (max-width: 760px) {
  footer .footer-main .footer-col a::after,
  footer .footer-policy-links a::after,
  footer .footer-policy-links button::after {
    content: "" !important;
    display: inline-block !important;
    width: 14px !important;
    height: 14px !important;
    flex: 0 0 14px !important;
    margin: 0 0 0 6px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M5 13 13 5M7 5h6v6' stroke='%23878696' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 14px 14px !important;
    vertical-align: -2px !important;
    transform: none !important;
    box-shadow: none !important;
  }
}

/* Flexible-format card remains visible on mobile with a stable SVG icon. */
.publisher-page .feature-flexible > .feature-icon-svg {
  display: grid;
  place-items: center;
  font-size: 0;
}

.publisher-page .feature-flexible > .feature-icon-svg svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 760px) {
  .publisher-page .feature.feature-flexible > .feature-icon-svg {
    display: grid !important;
    visibility: visible !important;
    width: 42px !important;
    height: 42px !important;
    place-items: center;
    opacity: 1 !important;
  }

  .publisher-page .feature.feature-flexible > .feature-icon-svg svg {
    display: block !important;
    width: 23px !important;
    height: 23px !important;
  }

  .publisher-page .feature.feature-flexible h3 {
    margin: 24px 0 10px !important;
  }
}
