
/* Portal-style header for the homepage only. */
body.home .elementor-location-header { display: none !important; }
.arena-pm-header, .arena-pm-header * { box-sizing: border-box; }
.arena-pm-header { width: 100%; background: #fff; font-family: Arial, Helvetica, sans-serif; letter-spacing: 0; position: relative; z-index: 40; }
.arena-pm-header__top { background: #000; color: #fff; position: relative; }
.arena-pm-header__inner { width: min(1180px, calc(100% - 32px)); min-height: 104px; margin: 0 auto; display: grid; grid-template-columns: 120px 1fr 120px; align-items: center; }
.arena-pm-header__left, .arena-pm-header__right { position: relative; display: flex; align-items: center; }
.arena-pm-header__right { justify-content: flex-end; }
.arena-pm-header__menu, .arena-pm-header__search-toggle, .arena-pm-header__search-form button { appearance: none; -webkit-appearance: none; border-radius: 0; box-shadow: none; }
.arena-pm-header__menu { width: 32px !important; height: 32px !important; min-width: 0 !important; min-height: 0 !important; display: inline-grid !important; place-content: center !important; gap: 5px !important; border: 0 !important; outline: 0; padding: 0 !important; margin: 0 !important; background: transparent !important; color: #fff !important; cursor: pointer; }
.arena-pm-header__menu span { display: block; width: 22px; height: 3px; border-radius: 2px; background: #fff; }
.arena-pm-header__brand { justify-self: center; display: grid; gap: 0; color: #fff !important; text-align: center; text-decoration: none !important; text-transform: uppercase; line-height: .9; }
.arena-pm-header__brand span { font-size: 22px; font-weight: 400; }
.arena-pm-header__brand strong { margin-top: 5px; font-size: 34px; font-weight: 900; }
.arena-pm-header__brand em { margin-top: 2px; font-size: 24px; font-style: normal; font-weight: 900; }
.arena-pm-header__search-toggle { display: inline-flex !important; align-items: center; gap: 5px; border: 0 !important; padding: 0 !important; background: transparent !important; color: #fff !important; font-size: 10px; font-weight: 900; line-height: 1; text-decoration: none !important; text-transform: uppercase; cursor: pointer; }
.arena-pm-header__search-toggle span { font-size: 18px; line-height: .7; }
.arena-pm-header__account { position: absolute; left: 0; top: calc(100% + 12px); width: 190px; padding: 10px; background: #fff; border: 1px solid #e5e5e5; box-shadow: 0 18px 40px rgba(0,0,0,.18); z-index: 50; }
.arena-pm-header__account a { display: block; padding: 10px 8px; color: #050505 !important; font-size: 13px; font-weight: 900; text-decoration: none !important; text-transform: uppercase; }
.arena-pm-header__account a:hover, .arena-pm-header__account a:focus { color: #d71920 !important; }
.arena-pm-header__search-form { width: min(520px, calc(100% - 32px)); margin: -8px auto 18px; display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.arena-pm-header__search-form[hidden], .arena-pm-header__account[hidden] { display: none !important; }
.arena-pm-header__search-form input { width: 100%; min-height: 42px; border: 1px solid #333; background: #fff; color: #050505; padding: 0 12px; font-size: 14px; }
.arena-pm-header__search-form button { min-height: 42px; border: 0 !important; padding: 0 16px !important; background: #d71920 !important; color: #fff !important; font-size: 12px; font-weight: 900; text-transform: uppercase; cursor: pointer; }
.arena-pm-header__nav { border-bottom: 1px solid #e5e5e5; background: #fff; }
.arena-pm-header__nav-inner { width: min(1180px, calc(100% - 32px)); min-height: 41px; margin: 0 auto; display: flex; align-items: center; justify-content: center; gap: 0; overflow-x: auto; scrollbar-width: none; white-space: nowrap; }
.arena-pm-header__nav-inner::-webkit-scrollbar { display: none; }
.arena-pm-header__nav a { display: inline-flex; align-items: center; min-height: 41px; padding: 0 11px; color: #050505 !important; font-size: 14px; font-weight: 900; text-decoration: none !important; text-transform: uppercase; transition: color .18s ease, background .18s ease; }
.arena-pm-header__nav a:hover, .arena-pm-header__nav a:focus { color: #d71920 !important; }
@media (max-width: 760px) { .arena-pm-header__inner { width: min(100% - 22px, 1180px); min-height: 84px; grid-template-columns: 44px 1fr 44px; } .arena-pm-header__brand span { font-size: 16px; } .arena-pm-header__brand strong { font-size: 24px; } .arena-pm-header__brand em { font-size: 18px; } .arena-pm-header__search-toggle strong { display: none; } .arena-pm-header__nav-inner { width: 100%; justify-content: flex-start; padding: 0 11px; } .arena-pm-header__nav a { font-size: 12px; padding: 0 10px; } .arena-pm-header__account { top: calc(100% + 8px); } }

.arena-hero-only,
.arena-hero-only * {
  box-sizing: border-box;
}

.arena-hero-only {
  --arena-hero-red: #d71920;
  --arena-hero-blue: #1266d6;
  --arena-hero-black: #050505;
  --arena-hero-ink: #061426;
  --arena-hero-line: #d9d9d9;
  --arena-hero-white: #ffffff;
  width: 100%;
  margin: 24px 0 40px;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  background: #fff;
}

.arena-hero-only__wrap {
  width: min(970px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr);
  gap: 18px;
  align-items: start;
}

.arena-hero-only__lead-col,
.arena-hero-only__side-col {
  min-width: 0;
}

.arena-hero-only__main,
.arena-hero-only__secondary-card {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  background: var(--arena-hero-black);
  isolation: isolate;
}

.arena-hero-only__main {
  min-height: 404px;
}

.arena-hero-only__secondary-card {
  min-height: 178px;
}

.arena-hero-only__secondary-card--wide {
  min-height: 166px;
  margin-top: 18px;
}

.arena-hero-only__main > a,
.arena-hero-only__secondary-card > a {
  display: block;
  min-height: inherit;
  color: var(--arena-hero-white);
  text-decoration: none !important;
}

.arena-hero-only__image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform .34s ease, filter .34s ease;
  background: linear-gradient(135deg, #1c1c1c, #72090d);
}

.arena-hero-only__image--fallback {
  z-index: 0;
}

.arena-hero-only__main:hover .arena-hero-only__image,
.arena-hero-only__secondary-card:hover .arena-hero-only__image {
  transform: scale(1.055);
  filter: saturate(1.06) contrast(1.03) brightness(.84);
}

.arena-hero-only__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, .03) 0%, rgba(0, 0, 0, .18) 40%, rgba(0, 0, 0, .9) 100%);
}

.arena-hero-only__copy {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  z-index: 2;
  color: var(--arena-hero-white);
  text-align: center;
}

.arena-hero-only__copy--small {
  left: 18px;
  right: 18px;
  bottom: 18px;
}

.arena-hero-only__category {
  display: inline-flex;
  width: fit-content;
  min-height: 20px;
  align-items: center;
  padding: 0 8px;
  border-radius: 2px;
  background: var(--arena-hero-red);
  color: var(--arena-hero-white) !important;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none !important;
  text-transform: uppercase;
  font-style: italic;
}

.arena-hero-only h1,
.arena-hero-only h2 {
  color: var(--arena-hero-white);
  letter-spacing: 0;
  text-shadow: 0 2px 14px rgba(0,0,0,.38);
}

.arena-hero-only h1 {
  max-width: 720px;
  margin: 10px auto 0;
  font-size: clamp(28px, 3.1vw, 36px);
  font-weight: 900;
  line-height: 1.04;
}

.arena-hero-only h2 {
  margin: 8px auto 0;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.05;
}

.arena-hero-only__text-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
  border-top: 0;
}

.arena-hero-only__text-link {
  display: block;
  min-height: 54px;
  padding: 0 14px 12px 0;
  color: var(--arena-hero-ink) !important;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.13;
  text-decoration: none !important;
}

.arena-hero-only__text-link:nth-child(2n) {
  padding-left: 14px;
  border-left: 1px solid var(--arena-hero-line);
}

.arena-hero-only__text-link:nth-child(n+3) {
  padding-top: 12px;
}

.arena-hero-only__text-link:hover,
.arena-hero-only__text-link:focus {
  color: var(--arena-hero-red) !important;
}

.arena-hero-only__text-thumb {
  display: none;
}

@media (max-width: 1024px) {
  .arena-hero-only__wrap {
    width: min(920px, calc(100% - 32px));
    grid-template-columns: 1fr;
  }

  .arena-hero-only__main {
    min-height: 430px;
  }

  .arena-hero-only__secondary-card,
  .arena-hero-only__secondary-card--wide {
    min-height: 240px;
  }
}

@media (max-width: 720px) {
  .arena-hero-only {
    margin: 16px 0 30px;
  }

  .arena-hero-only__wrap {
    width: min(100% - 22px, 970px);
    gap: 16px;
  }

  .arena-hero-only__main,
  .arena-hero-only__secondary-card,
  .arena-hero-only__secondary-card--wide {
    min-height: 292px;
  }

  .arena-hero-only__copy {
    left: 14px;
    right: 14px;
    bottom: 15px;
  }

  .arena-hero-only h1 {
    font-size: 29px;
  }

  .arena-hero-only h2 {
    font-size: 21px;
  }

  .arena-hero-only__text-grid {
    grid-template-columns: 1fr;
    margin-top: 12px;
  }

  .arena-hero-only__text-link,
  .arena-hero-only__text-link:nth-child(2n),
  .arena-hero-only__text-link:nth-child(n+3) {
    min-height: auto;
    padding: 12px 0;
    border-left: 0;
    border-bottom: 1px solid var(--arena-hero-line);
    font-size: 16px;
  }
}
/* Homepage section model: JetEngine latest news grid. */
body.home .elementor-element-7a684d5 {
  --arena-section-red: #d71920;
  --arena-section-black: #070707;
  --arena-section-line: #dedede;
  --arena-section-soft: #f7f7f7;
  --arena-section-radius: 8px;
  background: #fff;
  padding: 42px 0 34px;
}

body.home .elementor-element-7a684d5 > .e-con-inner {
  width: min(1100px, calc(100% - 32px));
  margin: 0 auto;
}

body.home .elementor-element-6ee816f {
  margin: 18px 0 20px;
}

body.home .elementor-element-6ee816f .elementor-heading-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  color: var(--arena-section-black) !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: clamp(26px, 3vw, 34px) !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
  text-align: center;
}

body.home .elementor-element-6ee816f .elementor-heading-title::before,
body.home .elementor-element-6ee816f .elementor-heading-title::after {
  content: "";
  display: block;
  width: 34px;
  height: 4px;
  border-radius: 999px;
  background: var(--arena-section-red);
}

body.home .elementor-element-91d83f5 .jet-listing-grid__items {
  gap: 24px !important;
  align-items: stretch;
}

body.home .elementor-element-91d83f5 .jet-listing-grid__item {
  padding: 0 !important;
}

body.home .elementor-element-91d83f5 .jet-listing-grid__item > .elementor,
body.home .elementor-element-91d83f5 .jet-listing-grid__item .e-con.e-parent,
body.home .elementor-element-91d83f5 .jet-listing-grid__item .e-con-inner {
  height: 100%;
}

body.home .elementor-element-91d83f5 .jet-listing-grid__item .elementor[data-elementor-type="jet-listing-items"] > .e-con,
body.home .elementor-element-91d83f5 .jet-listing-grid__item .e-con.e-parent {
  overflow: hidden;
  border: 1px solid var(--arena-section-line);
  border-radius: var(--arena-section-radius);
  background: #fff;
  box-shadow: 0 14px 32px rgba(0, 0, 0, .06);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

body.home .elementor-element-91d83f5 .jet-listing-grid__item:hover .e-con.e-parent {
  transform: translateY(-3px);
  border-color: rgba(215, 25, 32, .28);
  box-shadow: 0 20px 44px rgba(0, 0, 0, .11);
}

body.home .elementor-element-91d83f5 .elementor-element-9503de3 {
  position: relative;
  overflow: hidden;
  border-radius: calc(var(--arena-section-radius) - 2px);
  background: var(--arena-section-soft);
}

body.home .elementor-element-91d83f5 .elementor-element-9503de3 a,
body.home .elementor-element-91d83f5 .elementor-element-9503de3 img {
  display: block;
  width: 100%;
}

body.home .elementor-element-91d83f5 .elementor-element-9503de3 img {
  aspect-ratio: 16 / 9;
  height: auto !important;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform .28s ease, filter .28s ease;
}

body.home .elementor-element-91d83f5 .elementor-element-9503de3::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0,0,0,0) 45%, rgba(0,0,0,.38) 100%);
  opacity: 0;
  transition: opacity .28s ease;
}

body.home .elementor-element-91d83f5 .jet-listing-grid__item:hover .elementor-element-9503de3 img {
  transform: scale(1.06);
  filter: saturate(1.05) contrast(1.03) brightness(.72);
}

body.home .elementor-element-91d83f5 .jet-listing-grid__item:hover .elementor-element-9503de3::after {
  opacity: 1;
}

body.home .elementor-element-91d83f5 .elementor-element-8a62262 {
  margin: 14px 16px 6px;
}

body.home .elementor-element-91d83f5 .elementor-element-8a62262,
body.home .elementor-element-91d83f5 .elementor-element-8a62262 * {
  color: #506070 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

body.home .elementor-element-91d83f5 .elementor-element-da9309d {
  margin: 0 16px 16px;
}

body.home .elementor-element-91d83f5 .elementor-element-da9309d .elementor-heading-title,
body.home .elementor-element-91d83f5 .elementor-element-da9309d .elementor-heading-title a {
  color: var(--arena-section-black) !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: clamp(18px, 2vw, 22px) !important;
  font-weight: 900 !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
}

body.home .elementor-element-91d83f5 .elementor-element-da9309d .elementor-heading-title a:hover {
  color: var(--arena-section-red) !important;
}

body.home .elementor-element-91d83f5 .elementor-element-92acee7 {
  margin: auto 16px 16px;
}

body.home .elementor-element-91d83f5 .elementor-element-92acee7 .elementor-button {
  width: 100%;
  min-height: 40px;
  border-radius: 999px !important;
  background: var(--arena-section-black) !important;
  color: #fff !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  text-transform: uppercase;
  transition: background .2s ease, transform .2s ease;
}

body.home .elementor-element-91d83f5 .elementor-element-92acee7 .elementor-button:hover {
  background: var(--arena-section-red) !important;
  transform: translateY(-1px);
}

body.home .elementor-element-3283949 {
  margin-top: 26px;
}

body.home .elementor-element-3283949 .elementor-button {
  min-height: 46px;
  border-radius: 999px !important;
  background: #0b73d9 !important;
  font-weight: 900 !important;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  body.home .elementor-element-7a684d5 {
    padding: 30px 0 28px;
  }

  body.home .elementor-element-7a684d5 > .e-con-inner {
    width: min(100% - 22px, 1100px);
  }

  body.home .elementor-element-91d83f5 .jet-listing-grid__items {
    gap: 18px !important;
  }

  body.home .elementor-element-91d83f5 .elementor-element-da9309d .elementor-heading-title,
  body.home .elementor-element-91d83f5 .elementor-element-da9309d .elementor-heading-title a {
    font-size: 18px !important;
  }
}
/* Homepage section model: JetBlog smart tiles band. */
body.home .elementor-element-5487e92 {
  background: #050505 !important;
  padding: 46px 0 42px;
}

body.home .elementor-element-5487e92 > .e-con-inner {
  width: min(1100px, calc(100% - 32px));
  margin: 0 auto;
}

body.home .elementor-element-0275589 .jet-smart-tiles-slide__wrap,
body.home .elementor-element-0275589 .jet-smart-tiles {
  gap: 16px;
}

body.home .elementor-element-0275589 .jet-smart-tiles__box {
  overflow: hidden;
  border-radius: 8px !important;
  background-position: center center !important;
  background-size: cover !important;
  isolation: isolate;
  transform: translateZ(0);
  transition: transform .25s ease, filter .25s ease;
}

body.home .elementor-element-0275589 .jet-smart-tiles__box::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0,0,0,.08) 0%, rgba(0,0,0,.44) 48%, rgba(0,0,0,.88) 100%);
}

body.home .elementor-element-0275589 .jet-smart-tiles__box:hover {
  transform: translateY(-2px);
  filter: saturate(1.05) contrast(1.04);
}

body.home .elementor-element-0275589 .jet-smart-tiles__box-content,
body.home .elementor-element-0275589 .jet-smart-tiles__terms {
  position: relative;
  z-index: 2;
}

body.home .elementor-element-0275589 .jet-smart-tiles__terms-link {
  display: inline-flex !important;
  align-items: center;
  min-height: 22px;
  padding: 0 8px !important;
  border-radius: 4px !important;
  background: #d71920 !important;
  color: #fff !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-transform: uppercase;
}

body.home .elementor-element-0275589 .jet-smart-tiles__box-title {
  color: #fff !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 900 !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  text-shadow: 0 2px 14px rgba(0,0,0,.45);
}

body.home .elementor-element-0275589 .jet-smart-tiles__box-excerpt,
body.home .elementor-element-0275589 .jet-smart-tiles__meta,
body.home .elementor-element-0275589 .jet-smart-tiles__meta * {
  color: rgba(255,255,255,.88) !important;
  font-family: Arial, Helvetica, sans-serif !important;
}

@media (max-width: 767px) {
  body.home .elementor-element-5487e92 {
    padding: 30px 0;
  }

  body.home .elementor-element-5487e92 > .e-con-inner {
    width: min(100% - 22px, 1100px);
  }

  body.home .elementor-element-0275589 .jet-smart-tiles__box-title {
    font-size: 22px !important;
  }
}
/* Portal reference sections: opinion, featured category and editorial columns. */
body.home .arena-portal-sections,
body.home .arena-portal-sections * {
  box-sizing: border-box;
}

body.home .arena-portal-sections {
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

body.home .arena-portal-wrap {
  width: min(940px, calc(100% - 32px));
  margin: 0 auto;
}

body.home .arena-portal-opinion {
  background: #000;
  color: #fff;
  padding: 50px 0 58px;
}

body.home .arena-portal-band-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 18px;
  border-bottom: 2px solid #dfff00;
}

body.home .arena-portal-band-heading h2 {
  margin: 0;
  padding: 9px 18px 8px;
  background: #dfff00;
  color: #000;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  clip-path: polygon(0 0, 88% 0, 100% 100%, 0 100%);
}

body.home .arena-portal-band-heading a {
  color: #fff !important;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none !important;
  margin-bottom: 8px;
}

body.home .arena-portal-video-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

body.home .arena-portal-card {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background: #111;
}

body.home .arena-portal-card > a {
  display: block;
  min-height: 100%;
  color: #fff !important;
  text-decoration: none !important;
}

body.home .arena-portal-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.01);
  transition: transform .3s ease, filter .3s ease;
}

body.home .arena-portal-card:hover .arena-portal-card__img {
  transform: scale(1.06);
  filter: brightness(.72) saturate(1.05);
}

body.home .arena-portal-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.06) 0%, rgba(0,0,0,.52) 55%, rgba(0,0,0,.9) 100%);
  z-index: 1;
}

body.home .arena-portal-card__body {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 2;
}

body.home .arena-portal-card__tag {
  display: inline-flex;
  min-height: 20px;
  align-items: center;
  padding: 0 7px;
  border-radius: 3px;
  background: #d71920;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

body.home .arena-portal-card h3 {
  margin: 8px 0 8px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.08;
}

body.home .arena-portal-card time {
  color: rgba(255,255,255,.78);
  font-size: 11px;
  font-weight: 800;
}

body.home .arena-portal-card--video {
  min-height: 170px;
  filter: grayscale(1);
}

body.home .arena-portal-card--video::after {
  content: "▶";
  position: absolute;
  top: 42%;
  left: 50%;
  z-index: 3;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
}

body.home .arena-portal-featured {
  background: #fff;
  padding: 48px 0 40px;
}

body.home .arena-portal-section-title {
  margin: 0 0 20px;
  border-bottom: 4px solid #8b4de8;
}

body.home .arena-portal-section-title h2 {
  display: inline-block;
  margin: 0 0 8px;
  color: #8b4de8;
  font-size: 23px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

body.home .arena-portal-featured-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr) 280px;
  gap: 18px;
  align-items: start;
}

body.home .arena-portal-card--tall {
  min-height: 390px;
}

body.home .arena-portal-card--wide {
  min-height: 172px;
  margin-bottom: 12px;
}

body.home .arena-portal-text-item {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid #e1e1e1;
  color: #081426 !important;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.18;
  text-decoration: none !important;
}

body.home .arena-portal-text-item:hover {
  color: #d71920 !important;
}

body.home .arena-portal-ranked h3 {
  display: inline-block;
  margin: 0 0 10px;
  padding: 5px 9px;
  background: #050505;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
}

body.home .arena-portal-ranked ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.home .arena-portal-ranked li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  padding: 0 0 11px;
  margin: 0 0 11px;
  border-bottom: 1px solid #e1e1e1;
}

body.home .arena-portal-ranked li span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  background: #ff2525;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

body.home .arena-portal-ranked li a {
  color: #081426 !important;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none !important;
}

body.home .arena-portal-columns {
  background: #fff;
  padding: 18px 0 58px;
}

body.home .arena-portal-columns__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  border-top: 1px solid #d9d9d9;
  padding-top: 30px;
}

body.home .arena-portal-column {
  border-top: 4px solid var(--arena-column-color);
  padding-top: 10px;
}

body.home .arena-portal-column h2 {
  margin: 0 0 12px;
  color: var(--arena-column-color);
  font-size: 17px;
  font-weight: 900;
  text-transform: uppercase;
}

body.home .arena-portal-mini {
  display: grid;
  grid-template-columns: 1fr 82px;
  gap: 10px;
  align-items: center;
  padding: 9px 0;
  border-bottom: 1px solid #e6e6e6;
  color: #081426 !important;
  text-decoration: none !important;
}

body.home .arena-portal-mini span {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.18;
}

body.home .arena-portal-mini img,
body.home .arena-portal-mini .arena-portal-card__img--fallback {
  position: static;
  width: 82px;
  height: 72px;
  object-fit: cover;
  border-radius: 3px;
}

@media (max-width: 900px) {
  body.home .arena-portal-video-row,
  body.home .arena-portal-featured-grid,
  body.home .arena-portal-columns__grid {
    grid-template-columns: 1fr;
  }

  body.home .arena-portal-wrap {
    width: min(100% - 22px, 940px);
  }

  body.home .arena-portal-card--video,
  body.home .arena-portal-card--tall,
  body.home .arena-portal-card--wide {
    min-height: 260px;
  }

  body.home .arena-portal-band-heading {
    align-items: start;
    flex-direction: column;
    gap: 8px;
  }
}
/* Entertainment carousel inspired by the reference portal. */
body.home .arena-portal-carousel {
  position: relative;
}

body.home .arena-portal-carousel__track {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  background: #050505;
}

body.home .arena-portal-carousel__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateX(18px);
  pointer-events: none;
  transition: opacity .28s ease, transform .28s ease;
}

body.home .arena-portal-carousel__slide.is-active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

body.home .arena-portal-card--carousel,
body.home .arena-portal-card--carousel > a {
  min-height: 390px;
  height: 100%;
}

body.home .arena-portal-carousel__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 12px;
}

body.home .arena-portal-carousel__arrow,
body.home .arena-portal-carousel__dot {
  appearance: none;
  -webkit-appearance: none;
  padding: 0 !important;
  cursor: pointer;
}

body.home .arena-portal-carousel__arrow {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border: 2px solid #050505 !important;
  border-radius: 50% !important;
  background: #fff !important;
  color: #050505 !important;
  font-size: 24px;
  font-weight: 900;
  line-height: 18px;
}

body.home .arena-portal-carousel__arrow:hover,
body.home .arena-portal-carousel__arrow:focus {
  border-color: #d71920 !important;
  color: #d71920 !important;
}

body.home .arena-portal-carousel__dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

body.home .arena-portal-carousel__dot {
  width: 11px;
  height: 11px;
  border: 0 !important;
  border-radius: 50% !important;
  background: #b8b8b8 !important;
}

body.home .arena-portal-carousel__dot.is-active {
  width: 15px;
  height: 15px;
  background: #050505 !important;
}

@media (max-width: 900px) {
  body.home .arena-portal-carousel__track,
  body.home .arena-portal-card--carousel,
  body.home .arena-portal-card--carousel > a {
    min-height: 320px;
  }
}

@media (max-width: 560px) {
  body.home .arena-portal-carousel__track,
  body.home .arena-portal-card--carousel,
  body.home .arena-portal-card--carousel > a {
    min-height: 300px;
  }
}
/* Mobile visual tuning based on the Paulo Mathias reference capture. */
@media (max-width: 560px) {
  .arena-pm-header__inner {
    min-height: 58px;
    padding: 0 13px;
    grid-template-columns: 34px minmax(0, 1fr) 44px;
  }

  .arena-pm-header__brand span {
    font-size: 9px;
  }

  .arena-pm-header__brand strong {
    margin-top: 2px;
    font-size: 16px;
    line-height: .9;
  }

  .arena-pm-header__brand em {
    margin-top: 1px;
    font-size: 11px;
    line-height: .9;
  }

  .arena-pm-header__menu span {
    width: 18px;
    height: 2px;
  }

  .arena-pm-header__menu[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .arena-pm-header__menu[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .arena-pm-header__search-toggle {
    min-width: 42px;
  }

  .arena-pm-header__account {
    top: 58px;
    max-height: calc(100vh - 58px);
    padding: 18px 23px 26px;
  }

  .admin-bar .arena-pm-header__account {
    top: 104px;
    max-height: calc(100vh - 104px);
  }

  .arena-hero-only {
    margin: 13px 0 26px;
  }

  .arena-hero-only__wrap {
    width: min(100% - 16px, 390px);
    gap: 13px;
  }

  .arena-hero-only__main {
    min-height: 236px;
  }

  .arena-hero-only__secondary-card,
  .arena-hero-only__secondary-card--wide {
    min-height: 184px;
    margin-top: 12px;
  }

  .arena-hero-only__category {
    min-height: 17px;
    padding: 0 7px;
    font-size: 8px;
  }

  .arena-hero-only__copy,
  .arena-hero-only__copy--small {
    left: 10px;
    right: 10px;
    bottom: 12px;
  }

  .arena-hero-only h1 {
    margin-top: 6px;
    font-size: 20px;
    line-height: 1.05;
  }

  .arena-hero-only h2 {
    margin-top: 6px;
    font-size: 17px;
    line-height: 1.05;
  }

  .arena-hero-only__text-grid {
    margin-top: 9px;
  }

  .arena-hero-only__text-link,
  .arena-hero-only__text-link:nth-child(2n),
  .arena-hero-only__text-link:nth-child(n+3) {
    display: grid;
    grid-template-columns: 62px 1fr;
    gap: 9px;
    align-items: center;
    min-height: 58px;
    padding: 7px 0;
    border-bottom: 1px solid #e4e4e4;
    font-size: 12px;
    line-height: 1.16;
  }

  .arena-hero-only__text-thumb {
    display: block;
    width: 62px;
    height: 50px;
    object-fit: cover;
    background: #e9e9e9;
  }

  body.home .arena-portal-opinion {
    padding: 28px 0 34px;
  }

  body.home .arena-portal-wrap {
    width: min(100% - 18px, 390px);
  }

  body.home .arena-portal-band-heading {
    margin-bottom: 12px;
  }

  body.home .arena-portal-band-heading h2 {
    padding: 7px 14px 6px;
    font-size: 16px;
  }

  body.home .arena-portal-band-heading a {
    font-size: 8px;
  }

  body.home .arena-portal-video-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  body.home .arena-portal-card--video {
    min-height: 138px;
  }

  body.home .arena-portal-card--video::after {
    width: 26px;
    height: 26px;
    font-size: 11px;
  }

  body.home .arena-portal-card__body {
    left: 8px;
    right: 8px;
    bottom: 8px;
  }

  body.home .arena-portal-card__tag {
    min-height: 16px;
    padding: 0 5px;
    font-size: 7px;
  }

  body.home .arena-portal-card h3 {
    margin: 6px 0 5px;
    font-size: 13px;
    line-height: 1.08;
  }

  body.home .arena-portal-card time {
    font-size: 8px;
  }

  body.home .arena-portal-featured {
    padding: 28px 0 26px;
  }

  body.home .arena-portal-section-title {
    margin-bottom: 12px;
    border-bottom-width: 3px;
  }

  body.home .arena-portal-section-title h2 {
    margin-bottom: 6px;
    font-size: 16px;
  }

  body.home .arena-portal-featured-grid {
    gap: 12px;
  }

  body.home .arena-portal-carousel__track,
  body.home .arena-portal-card--carousel,
  body.home .arena-portal-card--carousel > a,
  body.home .arena-portal-card--tall {
    min-height: 258px;
  }

  body.home .arena-portal-card--wide {
    min-height: 156px;
    margin-bottom: 7px;
  }

  body.home .arena-portal-text-item {
    padding: 9px 0;
    font-size: 12px;
    line-height: 1.18;
  }

  body.home .arena-portal-ranked h3 {
    margin-bottom: 8px;
    padding: 5px 8px;
    font-size: 13px;
  }

  body.home .arena-portal-ranked li {
    grid-template-columns: 28px 1fr;
    gap: 8px;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }

  body.home .arena-portal-ranked li span {
    width: 25px;
    height: 25px;
    font-size: 14px;
  }

  body.home .arena-portal-ranked li a {
    font-size: 11px;
    line-height: 1.16;
  }

  body.home .arena-portal-columns {
    padding: 12px 0 34px;
  }

  body.home .arena-portal-columns__grid {
    gap: 18px;
    padding-top: 18px;
  }

  body.home .arena-portal-column h2 {
    margin-bottom: 8px;
    font-size: 12px;
  }

  body.home .arena-portal-mini {
    grid-template-columns: 1fr 78px;
    gap: 8px;
    padding: 8px 0;
  }

  body.home .arena-portal-mini span {
    font-size: 12px;
    line-height: 1.15;
  }

  body.home .arena-portal-mini img,
  body.home .arena-portal-mini .arena-portal-card__img--fallback {
    width: 78px;
    height: 64px;
  }

  body.home .elementor-element-7a684d5 {
    padding: 24px 0 24px;
  }

  body.home .elementor-element-6ee816f .elementor-heading-title {
    font-size: 22px !important;
  }

  body.home .elementor-element-91d83f5 .jet-listing-grid__items {
    gap: 13px !important;
  }

  body.home .elementor-element-91d83f5 .elementor-element-da9309d .elementor-heading-title,
  body.home .elementor-element-91d83f5 .elementor-element-da9309d .elementor-heading-title a {
    font-size: 16px !important;
  }
}
/* Visual scale tuning: closer to the Paulo Mathias reference. */
@media (min-width: 901px) {
  .arena-pm-header__inner,
  .arena-pm-header__nav-inner {
    width: min(1120px, calc(100% - 32px));
  }

  .arena-pm-header__brand span {
    font-size: 24px;
  }

  .arena-pm-header__brand strong {
    font-size: 40px;
  }

  .arena-pm-header__brand em {
    font-size: 27px;
  }

  .arena-pm-header__nav a {
    font-size: 15px;
    padding-inline: 13px;
  }

  .arena-hero-only__wrap {
    width: min(1100px, calc(100% - 32px));
    grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
    gap: 20px;
  }

  .arena-hero-only__main {
    min-height: 475px;
  }

  .arena-hero-only__secondary-card {
    min-height: 220px;
  }

  .arena-hero-only__secondary-card--wide {
    min-height: 190px;
  }

  .arena-hero-only h1 {
    font-size: 42px;
    line-height: 1.02;
  }

  .arena-hero-only h2 {
    font-size: 22px;
  }

  .arena-hero-only__category {
    min-height: 23px;
    padding-inline: 10px;
    font-size: 11px;
  }

  .arena-hero-only__text-link {
    min-height: 64px;
    font-size: 17px;
    line-height: 1.12;
  }

  body.home .arena-portal-wrap {
    width: min(1040px, calc(100% - 32px));
  }

  body.home .arena-portal-opinion {
    padding: 58px 0 64px;
  }

  body.home .arena-portal-band-heading h2 {
    font-size: 28px;
  }

  body.home .arena-portal-video-row {
    gap: 18px;
  }

  body.home .arena-portal-card--video {
    min-height: 205px;
  }

  body.home .arena-portal-card h3 {
    font-size: 20px;
    line-height: 1.06;
  }

  body.home .arena-portal-featured {
    padding: 56px 0 48px;
  }

  body.home .arena-portal-section-title h2 {
    font-size: 27px;
  }

  body.home .arena-portal-featured-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, .98fr) 310px;
    gap: 22px;
  }

  body.home .arena-portal-carousel__track,
  body.home .arena-portal-card--carousel,
  body.home .arena-portal-card--carousel > a,
  body.home .arena-portal-card--tall {
    min-height: 450px;
  }

  body.home .arena-portal-card--wide {
    min-height: 205px;
  }

  body.home .arena-portal-text-item {
    font-size: 19px;
    line-height: 1.18;
    padding: 15px 0;
  }

  body.home .arena-portal-ranked h3 {
    font-size: 20px;
    padding: 7px 11px;
  }

  body.home .arena-portal-ranked li {
    grid-template-columns: 42px 1fr;
    gap: 13px;
    padding-bottom: 13px;
    margin-bottom: 13px;
  }

  body.home .arena-portal-ranked li span {
    width: 38px;
    height: 38px;
    font-size: 22px;
  }

  body.home .arena-portal-ranked li a {
    font-size: 15px;
    line-height: 1.16;
  }

  body.home .arena-portal-columns__grid {
    gap: 30px;
  }

  body.home .arena-portal-column h2 {
    font-size: 19px;
  }

  body.home .arena-portal-mini {
    grid-template-columns: 1fr 96px;
    gap: 13px;
    padding: 11px 0;
  }

  body.home .arena-portal-mini span {
    font-size: 18px;
    line-height: 1.13;
  }

  body.home .arena-portal-mini img,
  body.home .arena-portal-mini .arena-portal-card__img--fallback {
    width: 96px;
    height: 84px;
  }
}

@media (min-width: 1180px) {
  .arena-hero-only__wrap,
  body.home .arena-portal-wrap {
    width: 1080px;
  }
}

@media (max-width: 720px) {
  .arena-pm-header__brand strong {
    font-size: 27px;
  }

  .arena-hero-only h1 {
    font-size: 32px;
  }

  .arena-hero-only__text-link,
  .arena-hero-only__text-link:nth-child(2n),
  .arena-hero-only__text-link:nth-child(n+3) {
    font-size: 17px;
  }

  body.home .arena-portal-card h3 {
    font-size: 21px;
  }

  body.home .arena-portal-text-item,
  body.home .arena-portal-mini span {
    font-size: 17px;
  }

  body.home .arena-portal-ranked li a {
    font-size: 15px;
  }
}
/* Mobile header navigation fix: keep labels readable and move categories into the drawer. */
.arena-pm-header__nav a {
  flex: 0 0 auto;
}

.arena-pm-header__account-label {
  display: none;
}

@media (max-width: 760px) {
  .arena-pm-header__inner {
    min-height: 82px;
    grid-template-columns: 42px minmax(0, 1fr) 42px;
  }

  .arena-pm-header__brand {
    min-width: 0;
  }

  .arena-pm-header__brand span {
    font-size: 14px;
  }

  .arena-pm-header__brand strong {
    font-size: 24px;
    line-height: .92;
  }

  .arena-pm-header__brand em {
    font-size: 17px;
    line-height: .92;
  }

  .arena-pm-header__nav {
    border-bottom-color: #eeeeee;
    overflow: hidden;
  }

  .arena-pm-header__nav-inner {
    justify-content: flex-start;
    width: 100%;
    min-height: 38px;
    padding: 0 12px;
    gap: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .arena-pm-header__nav a {
    flex: 0 0 auto;
    min-width: max-content;
    min-height: 38px;
    padding: 0 12px;
    scroll-snap-align: start;
    font-size: 12px;
    line-height: 38px;
    white-space: nowrap;
  }

  .arena-pm-header__account {
    position: fixed;
    top: 82px;
    left: 12px;
    right: 12px;
    width: auto;
    max-height: calc(100vh - 112px);
    overflow: auto;
    padding: 12px;
    border: 0;
    box-shadow: 0 22px 55px rgba(0,0,0,.26);
  }

  .arena-pm-header__account-label {
    display: block;
    margin: 8px 8px 4px;
    color: #8a8a8a;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .arena-pm-header__account a {
    padding: 12px 8px;
    border-bottom: 1px solid #eeeeee;
    font-size: 14px;
  }

  .arena-pm-header__account a:last-child {
    border-bottom: 0;
  }

  .arena-pm-header__account-main {
    color: #d71920 !important;
  }
}
/* Mobile header refinement: hide category strip and match the reference search affordance. */
.arena-pm-header__search-toggle {
  min-width: 54px;
  justify-content: flex-end;
  gap: 5px;
}

.arena-pm-header__search-toggle span {
  position: relative;
  display: inline-block;
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  overflow: hidden;
  color: currentColor;
  font-size: 0;
  line-height: 1;
}

.arena-pm-header__search-toggle span::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 9px;
  height: 9px;
  border: 2px solid currentColor;
  border-radius: 50%;
  box-sizing: border-box;
}

.arena-pm-header__search-toggle span::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 10px;
  width: 7px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: left center;
}

.arena-pm-header__search-toggle strong {
  display: inline-block;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

@media (max-width: 760px) {
  .arena-pm-header__nav {
    display: none !important;
  }

  .arena-pm-header__inner {
    min-height: 88px;
  }

  .arena-pm-header__search-toggle {
    min-width: 58px;
    gap: 5px;
  }

  .arena-pm-header__search-toggle span {
    flex-basis: 15px;
    width: 15px;
    height: 15px;
  }

  .arena-pm-header__search-toggle span::before {
    width: 10px;
    height: 10px;
  }

  .arena-pm-header__search-toggle span::after {
    left: 10px;
    top: 11px;
  }

  .arena-pm-header__search-toggle strong {
    display: inline-block;
    font-size: 8px;
  }

  .arena-pm-header__account {
    top: 88px;
  }

  .arena-hero-only {
    margin-top: 18px;
  }
}
/* Mobile drawer like the Paulo Mathias reference video. */
.arena-pm-header__drawer-search,
.arena-pm-header__socials {
  display: none;
}

.arena-pm-header__menu span {
  transition: transform .2s ease, opacity .2s ease;
}

.arena-pm-header__menu[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.arena-pm-header__menu[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.arena-pm-header__menu[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

@media (max-width: 760px) {
  .arena-pm-header__inner {
    width: 100%;
    padding: 0 22px;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
  }

  .arena-pm-header__menu span {
    width: 26px;
    height: 3px;
  }

  .arena-pm-header__search-toggle {
    justify-content: flex-end;
  }

  .arena-pm-header__search-toggle strong {
    display: none;
  }

  .arena-pm-header__search-toggle span {
    width: 19px;
    height: 19px;
  }

  .arena-pm-header__account {
    position: fixed;
    top: 88px;
    left: 0;
    right: 0;
    width: 100%;
    max-height: calc(100vh - 88px);
    padding: 20px 28px 28px;
    border: 0;
    background: #fff;
    box-shadow: 0 18px 45px rgba(0,0,0,.18);
  }

  .admin-bar .arena-pm-header__account {
    top: 134px;
    max-height: calc(100vh - 134px);
  }

  .arena-pm-header__drawer-search {
    display: block;
    margin: 0 0 24px;
  }

  .arena-pm-header__drawer-search span,
  .arena-pm-header__account-label--social {
    display: inline-block;
    padding: 7px 19px 7px 14px;
    background: #1f1f1f;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    clip-path: polygon(0 0, 88% 0, 100% 100%, 0 100%);
  }

  .arena-pm-header__drawer-search input {
    display: block;
    width: 100%;
    min-height: 46px;
    margin-top: 14px;
    border: 0;
    border-bottom: 1px solid #dedede;
    border-radius: 0;
    background: transparent;
    color: #111;
    font-size: 15px;
    font-weight: 600;
    outline: 0;
  }

  .arena-pm-header__drawer-search input::placeholder {
    color: #a8a8a8;
  }

  .arena-pm-header__account-label,
  .arena-pm-header__account-label--editorias {
    display: block;
    margin: 0 0 15px;
    color: #d71920;
    font-size: 19px;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
  }

  .arena-pm-header__drawer-links {
    display: grid;
    gap: 0;
  }

  .arena-pm-header__account .arena-pm-header__drawer-links a {
    padding: 10px 0;
    border: 0;
    color: #222 !important;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: 0;
  }

  .arena-pm-header__account .arena-pm-header__drawer-links a:hover,
  .arena-pm-header__account .arena-pm-header__drawer-links a:focus {
    color: #d71920 !important;
  }

  .arena-pm-header__account-label--social {
    margin: 28px 0 17px;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
  }

  .arena-pm-header__socials {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-bottom: 22px;
  }

  .arena-pm-header__account .arena-pm-header__socials a {
    width: auto;
    padding: 0;
    border: 0;
    color: #d71920 !important;
    font-size: 31px;
    font-weight: 900;
    line-height: 1;
    text-transform: none;
  }

  .arena-pm-header__account-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-top: 14px;
    border-top: 1px solid #ededed;
  }

  .arena-pm-header__account .arena-pm-header__account-main {
    flex: 1 1 130px;
    min-height: 36px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d71920;
    color: #d71920 !important;
    font-size: 11px;
    font-weight: 900;
  }
}
/* Final mobile overrides: lock the compact reference scale after older rules. */
@media (max-width: 560px) {
  .arena-pm-header__inner { min-height: 58px; padding: 0 13px; grid-template-columns: 34px minmax(0, 1fr) 44px; }
  .arena-pm-header__brand span { font-size: 9px; }
  .arena-pm-header__brand strong { margin-top: 2px; font-size: 16px; line-height: .9; }
  .arena-pm-header__brand em { margin-top: 1px; font-size: 11px; line-height: .9; }
  .arena-pm-header__account { top: 58px; max-height: calc(100vh - 58px); }
  .arena-hero-only { margin: 13px 0 26px; }
  .arena-hero-only__wrap, body.home .arena-portal-wrap { width: min(100% - 18px, 390px); }
  .arena-hero-only__main { min-height: 236px; }
  .arena-hero-only__secondary-card, .arena-hero-only__secondary-card--wide { min-height: 184px; }
  .arena-hero-only h1 { font-size: 20px; line-height: 1.05; }
  .arena-hero-only h2 { font-size: 17px; line-height: 1.05; }
  .arena-hero-only__text-link, .arena-hero-only__text-link:nth-child(2n), .arena-hero-only__text-link:nth-child(n+3) { display: grid; grid-template-columns: 62px 1fr; gap: 9px; align-items: center; min-height: 58px; padding: 7px 0; font-size: 12px; line-height: 1.16; }
  .arena-hero-only__text-thumb { display: block; width: 62px; height: 50px; object-fit: cover; }
  body.home .arena-portal-video-row { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  body.home .arena-portal-card--video { min-height: 138px; }
  body.home .arena-portal-card h3 { font-size: 13px; line-height: 1.08; }
  body.home .arena-portal-carousel__track, body.home .arena-portal-card--carousel, body.home .arena-portal-card--carousel > a, body.home .arena-portal-card--tall { min-height: 258px; }
  body.home .arena-portal-card--wide { min-height: 156px; }
  body.home .arena-portal-text-item, body.home .arena-portal-mini span { font-size: 12px; line-height: 1.18; }
  body.home .arena-portal-ranked li a { font-size: 11px; line-height: 1.16; }
}
/* Desktop header polish based on the Paulo Mathias reference. */
@media (min-width: 901px) {
  .arena-pm-header__top {
    border-top: 0;
  }

  .arena-pm-header__inner {
    width: min(1450px, calc(100% - 96px));
    min-height: 208px;
    grid-template-columns: 180px minmax(0, 1fr) 180px;
    padding: 0;
  }

  .arena-pm-header__left,
  .arena-pm-header__right {
    align-self: start;
    padding-top: 48px;
  }

  .arena-pm-header__menu {
    width: 44px !important;
    height: 44px !important;
    gap: 6px !important;
  }

  .arena-pm-header__menu span {
    width: 33px;
    height: 5px;
    border-radius: 999px;
  }

  .arena-pm-header__brand {
    align-self: center;
    margin-top: 2px;
  }

  .arena-pm-header__brand span {
    font-size: 49px;
    font-weight: 300;
    line-height: .92;
  }

  .arena-pm-header__brand strong {
    margin-top: 14px;
    font-size: 64px;
    line-height: .88;
  }

  .arena-pm-header__brand em {
    display: none;
  }

  .arena-pm-header__search-toggle {
    min-width: auto;
    gap: 11px;
    padding-top: 2px !important;
  }

  .arena-pm-header__search-toggle span {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
  }

  .arena-pm-header__search-toggle span::before {
    top: 2px;
    left: 2px;
    width: 17px;
    height: 17px;
    border-width: 4px;
  }

  .arena-pm-header__search-toggle span::after {
    left: 17px;
    top: 20px;
    width: 12px;
    height: 5px;
    border-radius: 999px;
  }

  .arena-pm-header__search-toggle strong {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
  }

  .arena-pm-header__nav-inner {
    width: min(1120px, calc(100% - 96px));
  }

  .arena-pm-header__account {
    top: 96px;
  }
}
/* Mobile readability pass: larger news typography without losing the compact portal rhythm. */
@media (max-width: 560px) {
  .arena-hero-only__main {
    min-height: 252px;
  }

  .arena-hero-only__secondary-card,
  .arena-hero-only__secondary-card--wide {
    min-height: 198px;
  }

  .arena-hero-only h1 {
    font-size: 24px;
    line-height: 1.04;
  }

  .arena-hero-only h2 {
    font-size: 19px;
    line-height: 1.06;
  }

  .arena-hero-only__text-link,
  .arena-hero-only__text-link:nth-child(2n),
  .arena-hero-only__text-link:nth-child(n+3) {
    grid-template-columns: 72px 1fr;
    gap: 10px;
    min-height: 66px;
    padding: 8px 0;
    font-size: 14px;
    line-height: 1.18;
  }

  .arena-hero-only__text-thumb {
    width: 72px;
    height: 58px;
  }

  body.home .arena-portal-card--video {
    min-height: 154px;
  }

  body.home .arena-portal-card__body {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }

  body.home .arena-portal-card h3 {
    font-size: 15px;
    line-height: 1.1;
  }

  body.home .arena-portal-card time {
    font-size: 10px;
  }

  body.home .arena-portal-carousel__track,
  body.home .arena-portal-card--carousel,
  body.home .arena-portal-card--carousel > a,
  body.home .arena-portal-card--tall {
    min-height: 292px;
  }

  body.home .arena-portal-card--wide {
    min-height: 174px;
  }

  body.home .arena-portal-text-item {
    padding: 11px 0;
    font-size: 14px;
    line-height: 1.22;
  }

  body.home .arena-portal-ranked li {
    grid-template-columns: 32px 1fr;
    gap: 10px;
  }

  body.home .arena-portal-ranked li span {
    width: 29px;
    height: 29px;
    font-size: 16px;
  }

  body.home .arena-portal-ranked li a {
    font-size: 13px;
    line-height: 1.2;
  }

  body.home .arena-portal-mini {
    grid-template-columns: 1fr 86px;
    gap: 10px;
    padding: 10px 0;
  }

  body.home .arena-portal-mini span {
    font-size: 14px;
    line-height: 1.18;
  }

  body.home .arena-portal-mini img,
  body.home .arena-portal-mini .arena-portal-card__img--fallback {
    width: 86px;
    height: 70px;
  }

  body.home .elementor-element-91d83f5 .elementor-element-da9309d .elementor-heading-title,
  body.home .elementor-element-91d83f5 .elementor-element-da9309d .elementor-heading-title a {
    font-size: 18px !important;
    line-height: 1.16 !important;
  }

  body.home .elementor-element-91d83f5 .elementor-element-8a62262,
  body.home .elementor-element-91d83f5 .elementor-element-8a62262 * {
    font-size: 12px !important;
  }
}
/* Desktop hero: vertical lead and right carousel like the reference portal. */
.arena-hero-only__carousel {
  position: relative;
}

.arena-hero-only__carousel-track {
  position: relative;
  min-height: 220px;
  overflow: hidden;
}

.arena-hero-only__carousel-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  opacity: 0;
  transform: translateX(18px);
  pointer-events: none;
  transition: opacity .28s ease, transform .28s ease;
}

.arena-hero-only__carousel-slide.is-active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.arena-hero-only__carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 13px 0 18px;
}

.arena-hero-only__carousel-arrow,
.arena-hero-only__carousel-dot {
  appearance: none;
  -webkit-appearance: none;
  padding: 0 !important;
  cursor: pointer;
}

.arena-hero-only__carousel-arrow {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border: 2px solid #050505 !important;
  border-radius: 50% !important;
  background: #fff !important;
  color: #050505 !important;
  font-size: 26px;
  font-weight: 900;
  line-height: 18px;
}

.arena-hero-only__carousel-arrow:hover,
.arena-hero-only__carousel-arrow:focus {
  border-color: #d71920 !important;
  color: #d71920 !important;
}

.arena-hero-only__carousel-dots {
  display: flex;
  align-items: center;
  gap: 9px;
}

.arena-hero-only__carousel-dot {
  width: 11px;
  height: 11px;
  border: 0 !important;
  border-radius: 50% !important;
  background: #aaa !important;
}

.arena-hero-only__carousel-dot.is-active {
  width: 15px;
  height: 15px;
  background: #050505 !important;
}

@media (min-width: 1025px) {
  .arena-hero-only__wrap {
    width: min(1500px, calc(100% - 96px));
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr);
    gap: 28px;
  }

  .arena-hero-only__main {
    min-height: 650px;
  }

  .arena-hero-only__main > a {
    min-height: 650px;
  }

  .arena-hero-only h1 {
    max-width: 820px;
    font-size: 46px;
    line-height: 1.04;
  }

  .arena-hero-only__carousel-track {
    min-height: 315px;
  }

  .arena-hero-only__secondary-card--carousel,
  .arena-hero-only__secondary-card--carousel > a {
    min-height: 315px;
  }

  .arena-hero-only__secondary-card--carousel h2 {
    font-size: 25px;
    line-height: 1.04;
  }

  .arena-hero-only__secondary-card--wide,
  .arena-hero-only__secondary-card--wide > a {
    min-height: 240px;
  }

  .arena-hero-only__text-grid {
    margin-top: 0;
  }

  .arena-hero-only__text-link {
    min-height: 86px;
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 22px;
    line-height: 1.13;
  }

  .arena-hero-only__text-link:nth-child(n+3) {
    padding-top: 20px;
  }
}

@media (max-width: 1024px) {
  .arena-hero-only__carousel-track {
    min-height: 240px;
  }

  .arena-hero-only__carousel-slide {
    grid-template-columns: 1fr;
  }

  .arena-hero-only__carousel-slide .arena-hero-only__secondary-card:nth-child(n+2) {
    display: none;
  }
}
/* Single post video layout for Arena video news. */
.single-post .arena-single-video {
  width: min(100%, 980px);
  margin: 0 auto 28px;
  font-family: Arial, Helvetica, sans-serif;
}

.single-post .arena-single-video__frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #050505;
  box-shadow: 0 18px 45px rgba(0,0,0,.16);
}

.single-post .arena-single-video__frame iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.single-post .arena-single-video__cta {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-top: 10px;
  padding: 0 13px;
  background: #d71920;
  color: #fff !important;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none !important;
  text-transform: uppercase;
}

.single-post .arena-single-video__cta:hover,
.single-post .arena-single-video__cta:focus {
  background: #050505;
}

@media (max-width: 767px) {
  .single-post .arena-single-video {
    width: 100%;
    margin-bottom: 20px;
  }

  .single-post .arena-single-video__frame {
    box-shadow: none;
  }
}
/* Video posts use the player as the main media, not the featured image. */
.single-post.arena-has-video-post .elementor-widget-theme-post-featured-image,
.single-post.arena-has-video-post .elementor-widget-theme-post-featured-image + .elementor-widget-spacer {
  display: none !important;
}

.single-post.arena-has-video-post .elementor-widget-theme-post-content .arena-single-video {
  margin-top: 0;
}
/* Header brand update requested: blue background and Arena News Brasil name. */
.arena-pm-header__top {
  background: #0B0F19 !important;
}

.arena-pm-header__brand {
  line-height: 1 !important;
}

.arena-pm-header__brand span,
.arena-pm-header__brand em {
  display: none !important;
}

.arena-pm-header__brand strong {
  margin-top: 0 !important;
  color: #fff !important;
  font-weight: 900 !important;
  text-transform: uppercase;
}

@media (min-width: 901px) {
  .arena-pm-header__brand strong {
    font-size: 64px !important;
    line-height: .94 !important;
  }
}

@media (max-width: 760px) {
  .arena-pm-header__brand strong {
    font-size: 24px !important;
    line-height: .96 !important;
  }
}

@media (max-width: 560px) {
  .arena-pm-header__brand strong {
    font-size: 19px !important;
    line-height: .96 !important;
  }
}
/* Header logo: use the official WordPress custom logo instead of text. */
.arena-pm-header__brand--logo {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: min(520px, 100%);
  line-height: 1 !important;
}

.arena-pm-header__logo {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 92px;
  object-fit: contain;
}

@media (min-width: 901px) {
  .arena-pm-header__brand--logo {
    width: min(620px, 100%);
  }

  .arena-pm-header__logo {
    max-height: 112px;
  }
}

@media (max-width: 760px) {
  .arena-pm-header__brand--logo {
    width: min(230px, 100%);
  }

  .arena-pm-header__logo {
    max-height: 48px;
  }
}

@media (max-width: 560px) {
  .arena-pm-header__brand--logo {
    width: min(190px, 100%);
  }

  .arena-pm-header__logo {
    max-height: 42px;
  }
}
/* Desktop nav mega menu with news cards. */
@media (min-width: 901px) {
  .arena-pm-header {
    z-index: 200;
  }

  .arena-pm-header__nav {
    position: relative;
    z-index: 210;
    overflow: visible;
  }

  .arena-pm-header__nav-inner {
    overflow: visible;
    gap: 0;
  }

  .arena-pm-header__nav-item {
    position: static;
    display: inline-flex;
    align-items: center;
  }

  .arena-pm-header__nav-link {
    position: relative;
    min-height: 58px !important;
    padding: 0 18px !important;
    font-size: 22px !important;
    line-height: 58px !important;
  }

  .arena-pm-header__nav-link::after {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 0;
    height: 3px;
    background: #d71920;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .18s ease;
  }

  .arena-pm-header__nav-item:hover .arena-pm-header__nav-link::after,
  .arena-pm-header__nav-item:focus-within .arena-pm-header__nav-link::after {
    transform: scaleX(1);
  }

  .arena-pm-header__mega {
    position: absolute;
    top: 100%;
    left: 50%;
    width: min(1240px, calc(100vw - 96px));
    padding: 24px 26px 28px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(0,0,0,.16);
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, 10px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  }

  .arena-pm-header__nav-item:hover .arena-pm-header__mega,
  .arena-pm-header__nav-item:focus-within .arena-pm-header__mega {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }

  .arena-pm-header__mega-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
  }

  .arena-pm-header__mega-head strong {
    color: #101826;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .arena-pm-header__mega-head a {
    color: #101826 !important;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none !important;
  }

  .arena-pm-header__mega-head a:hover,
  .arena-pm-header__mega-head a:focus {
    color: #d71920 !important;
  }

  .arena-pm-header__mega-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 22px;
  }

  .arena-pm-header__mega-card,
  .arena-pm-header__mega-card * {
    box-sizing: border-box;
  }

  .arena-pm-header__mega-card a {
    display: block;
    color: #101826 !important;
    text-decoration: none !important;
  }

  .arena-pm-header__mega-img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    object-fit: cover;
    background: #e9e9e9;
    margin-bottom: 12px;
  }

  .arena-pm-header__mega-title {
    display: block;
    color: #101826;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.18;
    min-height: 86px;
  }

  .arena-pm-header__mega-card a:hover .arena-pm-header__mega-title,
  .arena-pm-header__mega-card a:focus .arena-pm-header__mega-title {
    color: #d71920;
  }

  .arena-pm-header__mega-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    margin-top: 10px;
    color: #555;
    font-size: 12px;
    font-weight: 700;
  }

  .arena-pm-header__mega-meta em {
    display: inline-flex;
    min-height: 22px;
    align-items: center;
    padding: 0 8px;
    background: #d71920;
    color: #fff;
    font-style: normal;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .arena-pm-header__mega-meta time {
    font-size: 12px;
    color: #555;
  }
}

@media (max-width: 1180px) and (min-width: 901px) {
  .arena-pm-header__nav-link {
    padding: 0 12px !important;
    font-size: 18px !important;
  }

  .arena-pm-header__mega-grid {
    gap: 16px;
  }

  .arena-pm-header__mega-title {
    font-size: 16px;
  }
}
/* Mega menu card polish: balanced image, title, excerpt and meta. */
@media (min-width: 901px) {
  .arena-pm-header__mega {
    padding: 24px 26px 26px;
  }

  .arena-pm-header__mega-grid {
    align-items: start;
  }

  .arena-pm-header__mega-card a {
    min-width: 0;
  }

  .arena-pm-header__mega-img {
    aspect-ratio: 5 / 3;
    margin-bottom: 10px;
  }

  .arena-pm-header__mega-title {
    display: -webkit-box;
    min-height: 0;
    max-height: 68px;
    overflow: hidden;
    color: #101826;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.22;
    letter-spacing: 0;
    text-transform: none;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .arena-pm-header__mega-excerpt {
    display: -webkit-box;
    min-height: 35px;
    margin-top: 7px;
    overflow: hidden;
    color: #526071;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.32;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .arena-pm-header__mega-meta {
    gap: 7px;
    min-height: 24px;
    margin-top: 10px;
  }

  .arena-pm-header__mega-meta em {
    min-height: 20px;
    padding: 0 7px;
    border-radius: 2px;
    font-size: 10px;
  }

  .arena-pm-header__mega-meta time {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
  }
}

@media (max-width: 1180px) and (min-width: 901px) {
  .arena-pm-header__mega-title {
    font-size: 15px;
    max-height: 58px;
  }

  .arena-pm-header__mega-excerpt {
    font-size: 11px;
  }
}
/* Single news page polish inspired by the reference portal. */
body.single-post .elementor-location-header {
  display: none !important;
}

body.single-post {
  background: #fff;
}

body.single-post .elementor-110 {
  --arena-single-ink: #101826;
  --arena-single-muted: #5a6675;
  --arena-single-red: #d71920;
  --arena-single-blue: #1266d6;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--arena-single-ink);
}

body.single-post .elementor-110 .elementor-element-f522757 {
  background: #fff !important;
  padding: 54px 0 26px !important;
  border-top: 1px solid #e8e8e8;
}

body.single-post .elementor-110 .elementor-element-f522757 > .e-con-inner {
  width: min(980px, calc(100% - 32px));
  margin: 0 auto;
  text-align: center;
}

body.single-post .elementor-110.category-internacional.category-ultimas-noticias .elementor-element-f522757 > .e-con-inner::before {
  content: "INTERNACIONAL / \00DALTIMAS NOT\00CDCIAS";
  display: block;
  margin: 0 0 14px;
  color: var(--arena-single-red);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .02em;
}

body.single-post .elementor-110.category-internacional.category-ultimas-noticias .elementor-element-f522757 > .e-con-inner::first-letter {
  color: var(--arena-single-blue);
}

body.single-post .elementor-110 .elementor-widget-theme-post-title .elementor-heading-title {
  max-width: 920px;
  margin: 0 auto;
  color: var(--arena-single-ink) !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: clamp(38px, 4.1vw, 58px) !important;
  font-weight: 900 !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  text-align: center;
}

body.single-post .elementor-110 .elementor-widget-post-info {
  margin-top: 22px;
}

body.single-post .elementor-110 .elementor-widget-post-info,
body.single-post .elementor-110 .elementor-widget-post-info * {
  color: var(--arena-single-muted) !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

body.single-post .elementor-110 .elementor-element-42c17f4 {
  background: #fff !important;
  padding: 26px 0 58px !important;
}

body.single-post .elementor-110 .elementor-element-42c17f4 > .e-con-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  align-items: flex-start;
}

body.single-post .elementor-110 .elementor-element-0d9b405 {
  flex: 1 1 auto;
  max-width: 820px;
}

body.single-post .elementor-110 .elementor-element-7d3bf47 {
  background: #fff !important;
}

body.single-post .elementor-110 .elementor-widget-theme-post-featured-image {
  margin: 0 0 22px !important;
}

body.single-post .elementor-110 .elementor-widget-theme-post-featured-image img {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-height: 620px;
  object-fit: cover;
}

body.single-post .elementor-110 .elementor-widget-theme-post-content {
  max-width: 760px;
  margin: 0 auto;
}

body.single-post .elementor-110 .elementor-widget-theme-post-content p {
  color: #243247;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.82;
  margin: 0 0 24px;
}

body.single-post .elementor-110 .elementor-widget-theme-post-content p:first-of-type {
  color: #172235;
  font-weight: 700;
}

body.single-post .elementor-110 .elementor-widget-theme-post-content h2,
body.single-post .elementor-110 .elementor-widget-theme-post-content h3 {
  color: var(--arena-single-ink);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  line-height: 1.18;
  margin: 34px 0 14px;
}

body.single-post .elementor-110 .elementor-widget-button .elementor-button {
  border-radius: 3px !important;
  background: #0b0f19 !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  text-transform: uppercase;
}

body.single-post .elementor-110 .elementor-element-0d9b405 + .e-con,
body.single-post .elementor-110 .elementor-element-0d9b405 ~ .e-con {
  border-left: 1px dotted #d8d8d8;
  padding-left: 34px;
}

body.single-post .elementor-110 .elementor-widget-heading .elementor-heading-title,
body.single-post .elementor-110 .elementor-widget-posts .elementor-post__title,
body.single-post .elementor-110 .jet-listing-grid__item * {
  letter-spacing: 0 !important;
}

@media (max-width: 900px) {
  body.single-post .elementor-110 .elementor-element-f522757 {
    padding: 34px 0 18px !important;
  }

  body.single-post .elementor-110 .elementor-widget-theme-post-title .elementor-heading-title {
    font-size: 32px !important;
  }

  body.single-post .elementor-110 .elementor-element-42c17f4 > .e-con-inner {
    width: min(100% - 24px, 760px);
  }

  body.single-post .elementor-110 .elementor-element-0d9b405 {
    max-width: none;
  }

  body.single-post .elementor-110 .elementor-widget-theme-post-content p {
    font-size: 17px;
    line-height: 1.72;
  }

  body.single-post .elementor-110 .elementor-element-0d9b405 + .e-con,
  body.single-post .elementor-110 .elementor-element-0d9b405 ~ .e-con {
    border-left: 0;
    padding-left: 0;
  }
}