/* ==========================================================================
   Media Hacks — Home editorial (fluido, sem hairlines)
   ========================================================================== */

.mh-home {
  --mh-text: #111827;
  --mh-muted: #6b7280;
  --mh-gap: 1.75rem;
  --mh-reveal-duration: 400ms;
  --mh-hero-col-min: 520px;
  font-family: 'DM Sans', system-ui, sans-serif;
  color: var(--mh-text);
}

.mh-home a { text-decoration: none; color: inherit; }

.mh-home img {
  border: none;
  border-radius: 10px;
}

.mh-lead__media,
.mh-stack__thumb,
.mh-feature__media,
.mh-river__thumb {
  border-radius: 10px;
  overflow: hidden;
}

.mh-home__wrap {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (min-width: 1024px) {
  .mh-home__wrap { padding: 0 2rem; }
}

/* Scroll reveal */
.mh-reveal {
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity var(--mh-reveal-duration) cubic-bezier(0.22, 1, 0.36, 1),
    transform var(--mh-reveal-duration) cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.mh-reveal.is-visible,
.mh-reveal--instant {
  opacity: 1;
  transform: none;
}

/* Chapéu / tags */
.mh-chapeu {
  display: inline-block;
  font-family: 'Sora', sans-serif;
  font-size: 0.6875rem;
  font-weight: 800;
  text-transform: lowercase;
  letter-spacing: 0.02em;
  margin-bottom: 0.5rem;
}

.mh-chapeu--noticia { color: #059669; }
.mh-chapeu--leitura { color: #9333EA; }

.mh-fonte-badge {
  display: inline-block;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-left: 0.5rem;
  opacity: 0.85;
}

/* Hero */
.mh-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--mh-gap);
  padding: 1.25rem 0 0.5rem;
}

.mh-lead__overlay {
  display: block;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .mh-hero {
    grid-template-columns: minmax(0, 1fr) 260px;
    grid-template-areas:
      'lead stack'
      'ranked ranked';
    gap: 1.25rem;
    padding: 1.25rem 0 0.5rem;
    align-items: stretch;
  }

  .mh-lead {
    grid-area: lead;
    display: flex;
    flex-direction: column;
    min-height: 520px;
  }

  .mh-stack {
    grid-area: stack;
    display: flex;
    flex-direction: column;
    min-height: 520px;
  }

  .mh-ranked {
    grid-area: ranked;
    padding-top: 0.25rem;
  }

  .mh-lead__link {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
  }

  .mh-lead__overlay {
    order: 1;
    flex-shrink: 0;
  }

  .mh-lead__media {
    order: 2;
    flex-shrink: 0;
    width: 100%;
    height: auto;
    max-height: none;
    aspect-ratio: 4 / 3;
    margin-top: 0.25rem;
    position: static;
  }

  .mh-lead__media::after {
    display: none;
  }

  .mh-lead__meta {
    order: 3;
    margin-top: auto;
    padding-top: 0.65rem;
  }

  .mh-lead__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .mh-lead__overlay .mh-chapeu,
  .mh-lead__overlay .mh-fonte-badge {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    line-height: 1.2;
    margin-bottom: 0;
  }

  .mh-lead__overlay .mh-chapeu {
    margin-bottom: 0.35rem;
  }
}

@media (min-width: 1024px) {
  .mh-home {
    --mh-hero-col-min: 520px;
  }

  .mh-hero {
    grid-template-columns: minmax(0, 1fr) 280px 200px;
    gap: 1.5rem;
    padding: 1.5rem 0 0.5rem;
    align-items: stretch;
  }

  .mh-lead,
  .mh-stack,
  .mh-ranked {
    display: flex;
    flex-direction: column;
    min-height: var(--mh-hero-col-min);
  }

  .mh-lead__link {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
  }

  .mh-lead__overlay {
    order: 1;
    flex-shrink: 0;
  }

  .mh-lead__overlay .mh-chapeu,
  .mh-lead__overlay .mh-fonte-badge {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    line-height: 1.2;
    margin-bottom: 0;
  }

  .mh-lead__overlay .mh-chapeu {
    margin-bottom: 0.35rem;
  }

  .mh-lead__media {
    order: 2;
    flex-shrink: 0;
    width: 100%;
    height: auto;
    max-height: none;
    aspect-ratio: 16 / 9;
    margin-top: 0.25rem;
    position: static;
  }

  .mh-lead__media::after {
    display: none;
  }

  .mh-lead__media img {
    transform: none;
  }

  .mh-lead__title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: inherit;
    text-shadow: none;
  }

  .mh-lead__meta {
    order: 3;
    position: static;
    margin-top: auto;
    padding-top: 0.65rem;
    color: var(--mh-muted);
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: none;
  }

  .mh-lead__dek {
    color: var(--mh-muted);
    text-shadow: none;
    -webkit-line-clamp: 2;
    margin-bottom: 0.65rem;
  }

  .mh-lead .mh-chapeu--noticia {
    color: #059669;
  }

  .mh-lead .mh-fonte-badge {
    opacity: 0.85;
  }

  .mh-stack__label,
  .mh-ranked__label {
    flex-shrink: 0;
  }

  .mh-stack__list {
    flex: 1;
  }

  .mh-ranked__list {
    flex: 1;
    justify-content: space-between;
    gap: 0;
  }

  .mh-ranked__item {
    flex: 1;
    align-items: center;
    min-height: 0;
    padding: 0.35rem 0;
  }

  .mh-ranked__title {
    -webkit-line-clamp: 2;
    line-height: 1.35;
  }
}

@media (min-width: 1280px) {
  .mh-home {
    --mh-hero-col-min: 520px;
  }

  .mh-hero {
    grid-template-columns: minmax(0, 1fr) 300px 220px;
  }
}

.mh-lead__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.mh-lead__title {
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.25rem, 2.6vw, 1.875rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin: 0 0 0.5rem;
  transition: color 0.15s;
}

.mh-lead:hover .mh-lead__title { color: #059669; }

.mh-lead__dek {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--mh-muted);
  margin: 0 0 0.85rem;
  max-width: 38rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .mh-lead__dek {
    -webkit-line-clamp: 2;
    margin-bottom: 0.65rem;
  }
}

.mh-lead__media {
  overflow: hidden;
  background: #f3f4f6;
}

@media (min-width: 768px) {
  .mh-lead__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.mh-lead__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

@media (min-width: 1024px) {
  .mh-lead:hover .mh-lead__media img { transform: scale(1.02); }
}

.mh-lead__meta {
  font-size: 0.75rem;
  color: var(--mh-muted);
  margin-top: 0.65rem;
}

/* Stack (ultimas) */
.mh-stack {
  padding-top: 0;
}

.mh-stack__label {
  font-family: 'Sora', sans-serif;
  font-size: 0.625rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--mh-muted);
  margin: 0 0 1rem;
  line-height: 1;
}

.mh-stack__list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.mh-stack__item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
  color: inherit;
  text-decoration: none;
}

@media (min-width: 640px) and (max-width: 1023px) {
  .mh-stack__item {
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 0.85rem;
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .mh-stack__item {
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 0.85rem;
    align-items: center;
  }

  .mh-stack__label,
  .mh-ranked__label {
    flex-shrink: 0;
  }
}

.mh-stack__thumb {
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f3f4f6;
}

@media (min-width: 640px) {
  .mh-stack__thumb {
    width: 120px;
    height: 90px;
    aspect-ratio: auto;
  }
}

.mh-stack__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mh-stack__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  gap: 0.2rem;
}

.mh-stack__body .mh-chapeu { margin-bottom: 0; }

.mh-stack__title {
  font-family: 'Sora', sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
  transition: color 0.15s;
}

@media (min-width: 1024px) {
  .mh-stack__title { font-size: 0.8125rem; }
}

.mh-stack__item:hover .mh-stack__title { color: #059669; }

.mh-stack__date {
  font-size: 0.6875rem;
  color: var(--mh-muted);
}

/* Mais lidas */
.mh-ranked {
  padding-top: 0;
}

@media (min-width: 1024px) {
  .mh-ranked {
    padding-left: 0;
  }
}

.mh-ranked__label {
  font-family: 'Sora', sans-serif;
  font-size: 0.625rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--mh-muted);
  margin: 0 0 1rem;
  line-height: 1;
}

.mh-ranked__list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .mh-ranked__list {
    gap: 20px;
  }
}

.mh-ranked__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: inherit;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

.mh-ranked__num {
  flex-shrink: 0;
  width: 24px;
  font-family: 'Sora', sans-serif;
  font-size: 1.75rem;
  font-weight: 800;
  color: #059669;
  line-height: 1;
  opacity: 0.85;
  margin: 0;
  padding: 0;
}

.mh-ranked__title {
  flex: 1;
  min-width: 0;
  font-family: 'Sora', sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  transition: color 0.15s;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width: 768px) {
  .mh-ranked__title {
    font-size: 0.9rem;
  }
}

.mh-ranked__item:hover .mh-ranked__title { color: #059669; }

/* Ad slot */
.mh-ad-leaderboard {
  margin: 1.25rem auto 0.5rem;
  max-width: 970px;
  min-height: 90px;
}

.mh-ad-leaderboard__link {
  display: block;
  line-height: 0;
}

.mh-ad-leaderboard__img {
  display: block;
  width: 100%;
  max-width: 970px;
  height: 90px;
  object-fit: contain;
  border-radius: 4px;
  background: #0f172a;
}

.mh-home .ad-slot--flow {
  background: transparent;
  border: none;
  border-radius: 0;
  color: #d1d5db;
  font-size: 0.625rem;
}

/* Feature row — oculto no mobile para fluxo vertical */
.mh-feature {
  display: none;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  padding: 1.5rem 0;
}

@media (min-width: 1024px) {
  .mh-feature { display: grid; }
}

.mh-feature__card {
  display: block;
  color: inherit;
}

.mh-feature__card:hover .mh-feature__title { color: #059669; }

.mh-feature__media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f3f4f6;
  margin-bottom: 0.75rem;
}

.mh-feature__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.mh-feature__card:hover .mh-feature__media img { transform: scale(1.03); }

.mh-feature__title {
  font-family: 'Sora', sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.35;
  margin: 0.35rem 0 0;
  transition: color 0.15s;
}

.mh-feature__meta {
  font-size: 0.6875rem;
  color: var(--mh-muted);
  margin-top: 0.35rem;
}

/* River */
.mh-river {
  padding: 1.5rem 0 2.5rem;
}

@media (min-width: 1024px) {
  .mh-river { padding: 2rem 0 3rem; }
}

.mh-river__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 1024px) {
  .mh-river__layout {
    grid-template-columns: 1fr 300px;
    gap: 2.5rem;
  }
}

.mh-river__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .mh-river__list { gap: 1.25rem; }
}

.mh-river__item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  color: inherit;
  text-decoration: none;
}

@media (min-width: 768px) {
  .mh-river__item {
    grid-template-columns: 120px 1fr;
    gap: 1rem;
    align-items: start;
  }
}

.mh-river__item:hover .mh-river__title { color: #059669; }

.mh-river__thumb {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f3f4f6;
}

@media (min-width: 768px) {
  .mh-river__thumb { aspect-ratio: 4 / 3; }
}

.mh-river__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mh-river__title {
  font-family: 'Sora', sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.35;
  margin: 0.2rem 0 0.35rem;
  transition: color 0.15s;
}

@media (min-width: 768px) {
  .mh-river__title { font-size: 1rem; }
}

.mh-river__dek {
  font-size: 0.8125rem;
  color: var(--mh-muted);
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 639px) {
  .mh-river__dek { display: none; }
}

.mh-river__meta {
  font-size: 0.6875rem;
  color: var(--mh-muted);
}

.mh-river__aside {
  position: sticky;
  top: calc(var(--mh-header-total, 96px) + 1rem);
  align-self: start;
}

@media (max-width: 1023px) {
  .mh-river__aside {
    position: static;
    order: -1;
  }

  .mh-ad-mpu { display: none; }
}

.mh-ad-mpu {
  min-height: 250px;
  margin-bottom: 1.5rem;
}

.mh-ad-mpu__link {
  display: block;
  line-height: 0;
}

.mh-ad-mpu__img {
  display: block;
  width: 100%;
  max-width: 300px;
  height: 250px;
  object-fit: contain;
  border-radius: 6px;
  background: #0b1220;
}

.mh-aside-leituras__label {
  font-family: 'Sora', sans-serif;
  font-size: 0.625rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--mh-muted);
  margin: 0 0 1rem;
}

.mh-aside-leituras__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.mh-aside-leituras__item {
  display: block;
  color: inherit;
}

.mh-aside-leituras__title {
  font-family: 'Sora', sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.35;
  margin-top: 0.25rem;
  transition: color 0.15s;
}

.mh-aside-leituras__item:hover .mh-aside-leituras__title { color: #9333EA; }

.mh-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Mobile — destaque cinema (deve ficar por último para vencer cascata) */
@media (max-width: 1023px) {
  .mh-home {
    --mh-mobile-hero-h: clamp(480px, 88svh, 720px);
  }

  .mh-home__wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .mh-hero {
    display: block;
    gap: 0;
    padding: 0;
  }

  .mh-lead {
    position: relative;
    height: var(--mh-mobile-hero-h);
    min-height: var(--mh-mobile-hero-h);
    max-height: var(--mh-mobile-hero-h);
    margin: 0;
  }

  .mh-lead__link {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    min-height: var(--mh-mobile-hero-h);
    padding: 0 1.25rem max(1.75rem, env(safe-area-inset-bottom, 0px) + 1.25rem);
    color: #fff;
    overflow: hidden;
  }

  .mh-lead__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    max-height: none;
    aspect-ratio: auto;
    margin: 0;
    border-radius: 0;
  }

  .mh-lead__media::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
      linear-gradient(180deg, rgba(17, 24, 39, 0.42) 0%, rgba(17, 24, 39, 0.08) 28%, transparent 48%),
      linear-gradient(0deg, rgba(17, 24, 39, 0.98) 0%, rgba(17, 24, 39, 0.82) 42%, rgba(17, 24, 39, 0.35) 72%, transparent 100%);
    pointer-events: none;
  }

  .mh-lead__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    transform: scale(1.06);
    transform-origin: center center;
    will-change: transform;
  }

  .mh-lead__overlay,
  .mh-lead__meta {
    position: relative;
    z-index: 2;
    flex-shrink: 0;
  }

  .mh-lead__overlay {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding-bottom: 0.35rem;
    max-width: 100%;
  }

  .mh-lead__title {
    color: #fff;
    font-size: clamp(1.875rem, 8vw, 2.625rem);
    line-height: 1.06;
    margin: 0;
    text-shadow: 0 2px 32px rgba(0, 0, 0, 0.6);
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .mh-lead:hover .mh-lead__title { color: #fff; }

  .mh-lead__dek {
    color: rgba(255, 255, 255, 0.92);
    margin: 0;
    max-width: none;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: clamp(1rem, 4.2vw, 1.1875rem);
    line-height: 1.55;
    text-shadow: 0 1px 18px rgba(0, 0, 0, 0.45);
  }

  .mh-lead__meta {
    margin: 0.5rem 0 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .mh-lead .mh-chapeu--noticia {
    color: #6ee7b7;
    font-size: 0.75rem;
    margin-bottom: 0;
  }

  .mh-lead .mh-fonte-badge {
    color: rgba(255, 255, 255, 0.92) !important;
    font-size: 0.6875rem;
    opacity: 1;
  }

  .mh-stack--sidebar {
    display: none;
  }

  .mh-ranked {
    position: relative;
    z-index: 5;
    padding: 1.25rem 1rem 0.75rem;
    background: #fff;
  }

  .mh-ad-leaderboard,
  .mh-feature,
  .mh-river {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .mh-home {
    --mh-mobile-hero-h: clamp(520px, 72svh, 680px);
  }

  .mh-lead__link {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .mh-lead__title {
    font-size: clamp(2.125rem, 5vw, 2.875rem);
    -webkit-line-clamp: 3;
  }

  .mh-lead__dek {
    font-size: 1.125rem;
    -webkit-line-clamp: 2;
  }
}

/* Logos clientes — mobile/tablet (quebra após hero) */
.mh-home-clients {
  display: none;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid rgba(17, 24, 39, 0.06);
}

@media (max-width: 1023px) {
  .mh-home-clients {
    display: block;
    padding: 1.25rem 0 1.5rem;
  }
}

.mh-home-clients__label {
  margin: 0 auto 1rem;
  padding: 0 1.25rem;
  text-align: center;
  font-family: 'Sora', sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--mh-muted);
  line-height: 1.4;
}

.mh-home-clients__marquee {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.mh-home-clients__track {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  width: max-content;
  padding: 0 1.25rem;
  animation: mhHomeClientsMarquee 32s linear infinite;
}

.mh-home-clients__marquee:hover .mh-home-clients__track {
  animation-play-state: paused;
}

.mh-home-clients__logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
}

.mh-home-clients__logo img {
  height: 30px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.55;
  transition: filter 0.25s ease, opacity 0.25s ease;
}

.mh-home-clients__logo:hover img {
  filter: grayscale(0%);
  opacity: 0.9;
}

@keyframes mhHomeClientsMarquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .mh-home-clients {
    padding: 1.5rem 0 1.75rem;
  }

  .mh-home-clients__label {
    font-size: 0.75rem;
    margin-bottom: 1.25rem;
  }

  .mh-home-clients__track {
    gap: 3rem;
  }

  .mh-home-clients__logo {
    min-width: 112px;
  }

  .mh-home-clients__logo img {
    height: 34px;
    max-width: 140px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mh-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .mh-lead__media img,
  .mh-feature__media img { transition: none; }

  .mh-home-clients__track {
    animation: none;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    mask-image: none;
    -webkit-mask-image: none;
  }
}
