.adnm-topscroll
  :is(
    .adnm-topscroll-parent,
    .sticky-navbar-ad-container:has(.adnm-topscroll-parent),
    .top > .width_full,
    .width_full
  ) {
  height: 1px !important;
  min-height: unset !important;
}
.adnm-topscroll-expand .top:has(.masthead-navbar) > div:not(.identity-popup) {
  position: unset !important;
}
.adnm-topscroll-expand
  body:has(.masthead-navbar.masthead-navbar-open)
  .adnm-html-topscroll-expand-frame-wrapper {
  z-index: 3000 !important;
}
.adnm-topscroll-expand
  .sticky-navbar-ad-container:not(:has(.adnm-topscroll-expand-parent))
  > div {
  display: none !important;
}
.adnm-topscroll-expand.adnm-topscroll-expander-fixed
  .top
  > div[style*="position: relative"]:has(
    .header-layout-wrapper > .header-layout
  )
  + .width_full {
  height: 235px !important;
}
.adnm-topscroll-expand.adnm-topscroll-expander-fixed
  .top
  > div[style*="position: relative"]:not(
    :has(.header-layout-wrapper > .header-layout)
  )
  + .width_full {
  height: 49px !important;
}
.adnm-topscroll-expand-mobile
  .masthead-navbar:has(.right-panel.slide-open, .side-menu.slide-open) {
  overflow: unset !important;
}
.adnm-topscroll-expand-mobile.adnm-topscroll-expander-fixed
  .top
  > div[style*="position: relative"]:has(
    .header-layout-wrapper > .header-layout
  )
  + .width_full {
  height: 188px !important;
}
.adnm-topscroll-expand-mobile.adnm-topscroll-expander-fixed
  .top
  > div[style*="position: relative"]:not(
    :has(.header-layout-wrapper > .header-layout)
  )
  + .width_full {
  height: 49px !important;
}
.circle-wrapper {
  align-items: center;
  display: flex;
  padding-left: 16px;
}
.clavis-card {
  padding: 16px 0px;
  width: 100%;
}
.news-title-trending {
  border-left: 4px solid rgb(246, 142, 1);
  color: rgb(59, 59, 59);
  font-weight: 700;
  margin: 0px;
  padding-left: 12px;
}
.news-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.title-trending {
  color: rgb(31, 31, 31);
  font-family: Roboto;
  font-weight: 700;
  padding-bottom: 16px;
  width: 100%;
}
.title-trending svg {
  margin-right: 6px;
}
.trending-wrapper {
  background-color: rgb(250, 250, 250);
  border-radius: 5px;
  border: 1px solid rgb(213, 213, 213);
  margin-bottom: 32px;
  padding: 16px 16px 0px;
}
.trending-wrapper > div > a {
  border-top: 1px solid rgb(213, 213, 213);
}
:root {
  --header-bg: #ff8325;
  --header-color: #ffffff;
  --header-radius: 10px;
  --input-bg: #ffffff;
  --input-border: #cccccc;
  --input-radius: 8px;
  --input-text: #1f1f1f;
  --input-placeholder: #999999;
  --input-padding: 14px;
  --input-font-size: 16px;
  --btn-bg: #ff8325;
  --btn-color: #ffffff;
  --btn-radius: 8px;
  --btn-padding: 16px;
  --form-width: 100%;
  --gap: 15px;
  --font: "Roboto", sans-serif;
}
.form-wrap {
  width: 100%;
  max-width: 500px;
}
.dfpAd,
.ad-wrapper,
.second-saved-buttons,
.body-share-note {
  display: none !important;
  height: 0px !important;
  min-height: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
  border-width: medium !important;
  border-style: none !important;
  border-color: currentcolor !important;
  border-image: none !important;
}
@media (min-width: 992px) {
  .article-right-rail-centered-content {
    display: flex !important;
    justify-content: center !important;
    max-width: 1200px !important;
    margin: 0px auto !important;
    width: 100% !important;
  }
  .article-right-rail-centered-layout-body {
    flex: 1 1 0% !important;
    max-width: 800px !important;
    width: 100% !important;
    margin: 0px auto !important;
    grid-area: unset !important;
  }
  .article-right-rail-centered-left-span,
  .span-rail {
    display: none !important;
    width: 0px !important;
    min-width: 0px !important;
    flex: 0 0 0px !important;
  }
}
.visual__image {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  margin: 20px auto !important;
  width: 100% !important;
  max-width: 100% !important;
}
.visual__image img,
.global-image {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
  max-width: 100% !important;
  height: auto !important;
}
.article-figcaption-img {
  text-align: center !important;
  margin-top: 8px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
}
.form-header {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: var(--form-main-color);
}
[data-link] {
  cursor: pointer !important;
}
.fa-sr-only-focusable:not(:focus),
.sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0px, 0px, 0px, 0px);
  white-space: nowrap;
  border-width: 0px;
}
body {
  background-color: var(--bg);
  color: var(--gray-100);
  font-family: Roboto, sans-serif;
  margin: 0px;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
.global-image {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 100%;
}
.fusion-app {
  overflow-x: hidden;
}
.fusion-app:has(.full-screen) {
  overflow: hidden;
}
.visual__image img {
  height: auto;
  width: 100%;
}
body,
p {
  margin: 0px;
  margin-block: 0px;
}
a,
a:hover,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}
ul {
  list-style: none;
  margin-block: 0px;
  padding-inline-start: 0px;
}
* {
  box-sizing: border-box;
}
.align_items_center {
  align-items: center;
}
.justify_space_between {
  justify-content: space-between;
}
.justify_center {
  justify-content: center;
}
.display_flex {
  display: flex;
}
.display_grid {
  display: grid;
}
.display-inline-block {
  display: inline-block;
}
.flex_column {
  flex-direction: column;
}
.flex_row {
  flex-direction: row;
}
.display-block {
  display: block;
}
h1,
h2,
h3 {
  color: var(--headlines);
  display: block;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.3;
  margin: 0px 0px 10px;
  padding: 0px;
}
h1 {
  text-align: left;
  font-size: 38px;
  line-height: 42px;
}
h2 {
  font-size: 17px;
}
h3 {
  color: var(--gray-100);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  margin: 0px 0px 12px;
}
.text-align-left {
  text-align: left;
}
:root {
  --swiper-theme-color: #007aff;
}
:root {
  --swiper-navigation-size: 44px;
}
:host(.swiper-horizontal.swiper-rtl)
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition:
    transform 0.2s,
    right 0.2s;
}
.react-datepicker__month-select:focus-visible,
.react-datepicker__month-year-select:focus-visible,
.react-datepicker__year-select:focus-visible {
  outline: auto 1px;
}
.ad-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.ad-component-container {
  position: relative;
  width: 100%;
}
.ad-slot-node {
  display: block;
  min-height: var(--ad-shell-height, 250px);
  width: 100%;
}
.ad-slot-node--boxed {
  display: flex;
  justify-content: center;
  margin: 0px auto;
  width: 100%;
}
.ad-slot-node--boxed > div {
  margin: 0px auto;
}
.ad-desktop {
  display: none;
}
div[class^="megalateral"].ad-wrapper {
  justify-content: normal;
}
.ad-megalateral {
  display: block;
  height: 600px;
  margin: 2px;
  position: fixed;
  top: 152px;
  width: 250px;
  z-index: 3000;
}
.ad-header-masthead-left {
  left: 0px;
  margin-left: 30px;
  margin-top: 15px;
  position: absolute;
  top: 0px;
  width: auto;
}
.ad-header-masthead-right {
  margin-right: 30px;
  margin-top: 15px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: auto;
}
.ad-header-masthead-left .ad-slot-node,
.ad-header-masthead-right .ad-slot-node {
  width: auto;
}
.body-article {
  color: var(--sub-headlines);
  font-size: 18px;
  letter-spacing: normal;
  line-height: 1.7;
}
.body-article .paragraph {
  font-weight: 300;
  margin: 0px 0px 16px;
  text-align: left;
}
.body-article .paragraph a {
  color: var(--blue-100);
  font-style: italic;
  hyphens: auto;
  line-height: 1.6;
  overflow-wrap: break-word;
  text-decoration: none;
}
.body-article .paragraph b {
  font-weight: 700;
}
.body-article .visual__image {
  line-height: 0;
  height: 100%;
}
.body-article .visual__image:not(:has(figcaption)),
.body-article .visual__video:not(:has(figcaption)) {
  margin-bottom: 16px;
}
.body-article .image-initial-width img {
  margin: 0px 0px 0px -16px;
  width: calc(100% + 32px);
}
.marfeel-seguir-leyendo {
  min-height: 483px;
  margin-bottom: 16px;
}
.article-tags-container {
  border-bottom: 1px solid var(--gray-40);
  margin: 20px 0px;
  padding: 15px 0px 0px;
}
.article-tags-headline {
  flex-flow: wrap;
}
.related-themes-icon {
  margin: 0px 6px 0px 0px;
  width: 12px;
}
.related-themes-icon svg {
  margin-bottom: 0px;
}
.related-themes-icon svg path {
  fill: var(--gray-90);
}
.related-themes {
  color: var(--headlines);
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 0px;
  width: fit-content;
}
.article-tags {
  flex-flow: wrap;
  padding: 16px 0px 10px;
}
.article-tag {
  background-color: var(--gray-10);
  border: 1px solid transparent;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  margin: 0px 16px 12px 0px;
  padding: 6px 12px;
  width: fit-content;
}
.article-tag:hover {
  border: 1px solid rgb(226, 226, 226);
}
.article-tags-container {
  margin-top: 0px;
  padding-top: 0px;
}
.article-header {
  border-bottom: 1px solid var(--gray-40);
  margin: 12px 0px;
  width: 100%;
}
.article-header.with-follow-button-ctn {
  border-bottom: 0 solid var(--gray-40);
}
.arrow {
  fill: var(--gray-90);
  height: 8px;
  width: 5px;
}
.article-section-ctn {
  align-items: baseline;
  color: var(--gray-90);
  margin: 0px 0px 8px;
}
.article-section-tag {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0px 6px 0px 0px;
  text-decoration: none;
  text-transform: uppercase;
}
.article-headline {
  color: var(--headlines);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0px 0px 12px;
}
.article-subheadline {
  color: var(--sub-headlines);
  font-size: 21px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 12px;
}
.author-image-header {
  border-radius: 100%;
  height: 38px;
  margin-left: -4px;
  margin-right: 0px;
  width: 38px;
}
.author-image-header img {
  border-radius: 100px;
  border: 1px solid rgb(213, 213, 213);
  height: 32px;
  width: 32px;
}
.byline {
  color: var(--gray-90);
  font-size: 14px;
  min-height: 42px;
  padding-bottom: 10px;
}
.byline.follow-button-ctn {
  border-top: 1px solid var(--gray-40);
  border-bottom: 1px solid var(--gray-40);
  flex-wrap: nowrap;
  margin-left: -16px;
  padding: 12px 16px;
  width: calc(100% + 32px);
}
.byline.follow-button-ctn img {
  width: 38px;
  height: 38px;
}
.byline.follow-button-ctn .follow-button-icon {
  width: 18px;
  height: 18px;
}
.byline.follow-button-ctn .author-image-header {
  margin: 0px;
}
.byline.follow-button-ctn > :first-child,
.byline.follow-button-ctn > :nth-child(2) {
  display: flex;
}
.byline.follow-button-ctn.has-author {
  min-height: 70px;
}
.byline.follow-button-ctn.has-author > :last-child {
  margin-left: auto;
}
.byline .follow-button {
  border-radius: 100px;
  border: 1px solid var(--gray-50);
  flex-shrink: 0;
  gap: 6px;
  justify-content: space-around;
  min-height: 34px;
  min-width: 202px;
  padding: 8px 16px;
}
.byline .follow-button:hover {
  background: var(--gray-10);
}
.byline .follow-button span {
  color: var(--gray-80);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin: 0px;
}
.follow-button-wrap {
  display: inline-flex;
  flex-shrink: 0;
  position: relative;
  vertical-align: middle;
}
.follow-button-tooltip {
  animation: 0.2s ease-in 5s 1 normal forwards running hideTooltip;
  background: rgb(252, 221, 179);
  border-radius: 9px;
  gap: 6px;
  left: 50%;
  min-width: 202px;
  padding: 6px;
  position: absolute;
  top: calc(100% + 10px);
  transform: translateX(-50%);
  z-index: 5;
}
.follow-button-tooltip::before {
  background: rgb(252, 221, 179);
  content: "";
  height: 10px;
  left: 15%;
  position: absolute;
  top: -5px;
  transform: translateX(-50%) rotate(45deg);
  width: 10px;
}
@keyframes hideTooltip {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.follow-button-tooltip__text {
  color: rgb(59, 59, 59);
  flex: 1 1 0%;
  font-size: 13px;
  font-weight: 300;
  line-height: 130%;
  position: relative;
}
.follow-button-tooltip__close {
  align-items: center;
  background: rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: none;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  height: 20px;
  margin: 0px;
  padding: 6px;
  width: 20px;
}
.follow-button-tooltip__close:focus-visible {
  outline: 2px solid var(--gray-70);
  outline-offset: 2px;
}
/* .byline-image-ctn {
  margin-right: 12px;
} */
.authors-name-txt-ctn {
  flex-flow: wrap;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  color: var(--sub-headlines);
}
.authors-name-txt-ctn a,
.authors-name-txt-ctn span {
  font-size: 14px;
  line-height: 18px;
}
.authors-name-txt-ctn > span:first-child {
  margin: 0px 5px 0px 0px;
}
.author-name {
  font-weight: 500;
}
.dark-mode-btn {
  position: relative;
  width: 320px;
}
.dark-mode-btn__container {
  align-items: center;
  bottom: 0px;
  display: flex;
  margin-left: auto;
  padding: 12px 27px;
  position: fixed;
  width: 100%;
  border-top: 1px solid var(--gray-40);
  z-index: 99999;
  justify-content: flex-end;
}
.dark-mode-btn__container {
  background-color: var(--gray-0);
}
.dark-mode-btn__toggler {
  background-color: var(--gray-90);
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  height: 22px;
  justify-content: space-between;
  align-items: center;
  width: 44px;
  position: relative;
}
.dark-mode-btn__circle {
  background-color: var(--white-100);
  border-radius: 100px;
  height: 16px;
  transform: translateX(0px);
  transition: transform 0.2s linear;
  width: 16px;
  position: absolute;
  top: 3px;
  left: 4px;
  z-index: 0;
}
.light-icon {
  left: 6px;
}
.dark-icon,
.light-icon {
  position: absolute;
  top: 5px;
  z-index: 999999;
}
.dark-icon {
  left: 26px;
}
.article-figcaption-img {
  color: var(--gray-80);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  margin: 12px 0px 16px;
}
.footer-ctn {
  background-color: rgb(59, 59, 59);
  color: rgb(232, 234, 237);
  padding: 26px 24px 64px;
  position: relative;
  width: 100vw;
}
.footer-menu {
  border-bottom: 1px solid rgb(213, 213, 213);
  grid-template-columns: 100%;
  width: 100%;
}
.footer-section {
  flex-wrap: wrap;
  gap: 0px;
  margin-top: 8px;
}
.footer-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}
.footer-link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  min-width: 48px;
  padding: 16px 8px;
}
.footer-logo {
  height: 27.93px;
  width: 120px;
}
.copyright-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
}
.social-copy {
  font-size: 14px;
  padding: 0px;
  width: 100%;
}
.logo-wrapper {
  flex-direction: row;
  gap: calc(100% - 258px);
  justify-content: center;
  margin-bottom: 28px;
  max-width: 351px;
  width: 100%;
}
.social-media-buttons {
  display: inline-flex;
  gap: 12px;
  margin-top: 16px;
}
.copyright {
  margin-top: 24px;
}
.footer-column {
  margin-bottom: 40px;
  text-align: center;
}
.social-logo {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: none;
  cursor: pointer;
}
.social-logo .svg-icon {
  height: 32px;
  width: 32px;
}
.social-logo .svg-icon path {
  fill: rgb(226, 226, 226);
}
.social-logo .svg-icon .svg-icon-border {
  stroke: rgb(226, 226, 226);
}
.social-logo:hover .svg-icon path {
  fill: var(--gray-10);
}
.social-logo:hover .svg-icon .svg-icon-bg {
  fill: var(--gray-60);
}
.social-logo:hover .svg-icon .svg-icon-border {
  stroke: var(--gray-10);
}
a.headline-link:has(.text-align-center),
a.headline-link:has(.text-align-justify),
a.headline-link:has(.text-align-right) {
  display: block;
}
.login-form-input:hover:not(:focus):not(:active) {
  background-color: var(--gray-0);
}
.field-input:hover:not(:focus):not(:active) {
  background-color: var(--gray-0);
  border: 1px solid var(--gray-50);
}
.identity-button-confirm-disabled:has(.identity-saved),
.identity-button-confirm:has(.identity-saved) {
  background-color: var(--orange-40);
  border-color: var(--orange-40);
  color: var(--gray-90);
}
.field-select-input:hover:not(:focus):not(:active) {
  background-color: var(--gray-0);
  border: 1px solid var(--gray-50);
}
.homepage-centered-layout:has(.slide-open) .homepage-centered-left-span,
.homepage-centered-layout:has(.slide-open) .homepage-centered-right-span {
  z-index: 3000;
}
.top {
  width: 100%;
}
.page-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.article {
  flex: 1 1 0%;
  grid-area: article;
  padding: 0px;
  width: 100%;
  z-index: auto;
  height: fit-content;
}
.span-rail {
  display: none;
}
.span-section {
  position: fixed;
  top: 110px;
  z-index: 1000;
}
.article-section {
  display: flex;
  flex-direction: column;
}
.article-header-wrapper {
  grid-area: header;
  width: 100%;
}
.article-right-rail-centered-layout {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.article-right-rail-centered-content {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 100%;
}
.article-right-rail-centered-layout-body {
  flex: 1 1 0%;
  max-width: 1236px;
}
.article-right-rail-centered-left-span {
  display: none;
}
.article-right-rail-centered:has(.sport-live-events) .top {
  margin-top: 0px;
}
.article-right-rail-centered:has(.sport-live-events)
  .header-layout-content-child {
  padding: 0px;
}
.mhh-site-logo {
  min-height: 102px;
  padding: 18.5px 0px;
  margin: 0px;
  width: 100%;
}
.mhh-site-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.masthead-header {
  position: relative;
}
.masthead-header .mhh-new {
  display: none;
  font-family: Roboto;
  flex-direction: column;
  height: fit-content;
  position: relative;
  width: 100%;
}
.masthead-header .mhh-new .mhh-site-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
  width: 100%;
}
.masthead-header .ctn-quicklinks {
  border-bottom: 1px solid rgb(222, 222, 222);
  border-top: 1px solid rgb(222, 222, 222);
  display: flex;
  justify-content: center;
  min-height: 40px;
  padding: 8px 0px;
}
.masthead-header .ctn-quicklinks .trend {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: var(--gray-80);
  display: flex;
  align-items: center;
  gap: 4px;
}
.masthead-header .ctn-quicklinks .quicklink {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 300;
  color: var(--gray-80);
}
.masthead-header .ctn-quicklinks .infinite-slider {
  display: flex;
  font-size: 15px;
  justify-content: flex-start;
  line-height: 100%;
  overflow: hidden;
  user-select: none;
  white-space: nowrap;
}
.masthead-header .ctn-quicklinks .infinite-slider .slider-track {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  gap: 12px;
}
.masthead-header .ctn-quicklinks .infinite-slider.center {
  align-items: center;
  justify-content: center;
}
.article-right-rail-centered-layout .masthead-header {
  max-width: calc(-32px + 100vw);
}
.masthead-navbar {
  background-color: var(--white-100);
  display: flex;
  flex-direction: column;
  font-family: Roboto, sans-serif;
  height: auto;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 3001;
}
.width_full {
  height: 105px;
  overflow-anchor: none;
}
.login-register-container {
  align-items: center;
  display: flex;
  grid-column: 3 / 4;
  justify-content: flex-end;
  justify-self: flex-end;
  overflow: visible;
  width: auto;
}
.content-button {
  display: none;
}
.identity-button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  font-family: Roboto, sans-serif;
}
.primary,
.secondary {
  border: 1px solid var(--orange-50);
  border-radius: 100px;
  color: var(--button-alert-text);
  font-size: 14px;
  font-weight: 400;
  height: 32px;
  padding: 0px;
  text-transform: uppercase;
  white-space: nowrap;
  width: fit-content;
}
.secondary {
  background-color: var(--white-100);
  border: 1px solid var(--gray-50);
}
.secondary:active,
.secondary:hover {
  background: var(--orange-10);
}
.secondary:active {
  border: 1px solid var(--orange-50);
}
.primary {
  background: var(--orange-20);
  border: 1px solid var(--orange-20);
}
.primary:hover {
  background: var(--orange-10);
  border-color: var(--orange-50);
}
.primary:active {
  background: var(--orange-40);
}
.user-default-avatar {
  border-radius: 100px;
  height: 32px;
  width: 32px;
  background-color: var(--background-icon-avatar);
}
.user-default-avatar path {
  fill: var(--color-icon-avatar);
}
.account-button {
  align-items: center;
  background-color: var(--white-100);
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: none;
  cursor: pointer;
  display: flex;
  flex-direction: row-reverse;
  height: 32px;
  justify-content: center;
  outline: none;
  overflow: visible;
  padding: 0px;
  width: auto;
}
.account-button--mobile {
  padding: 0px;
}
.site-header {
  box-shadow: var(--shadow-nav);
  overflow: visible;
  width: 100%;
  z-index: 1999;
}
.sectionnav-container {
  border: 1px solid var(--gray-40);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: visible;
}
.sectionnav-container {
  align-items: center;
  height: 56px;
  padding: 0px 16px;
  position: relative;
}
.sectionnav-container > a {
  display: block;
  grid-column: 2 / 3;
  justify-self: center;
  transition:
    width 0.5s,
    opacity 0.5s;
}
.site-logo {
  visibility: hidden;
}
.site-logo.visible {
  opacity: 1;
  visibility: visible;
}
.hamburger {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  align-items: center;
  cursor: pointer;
  display: flex;
  grid-column: 1 / 2;
  height: 19px;
  justify-content: center;
  justify-self: flex-start;
  outline: none;
  position: static;
  transition: 0.2s;
  width: 28px;
  z-index: 10;
}
.hamburger svg {
  height: 19px;
  width: 28px;
}
.date-info {
  color: var(--headlines);
  display: none;
  font-size: 16px;
  padding-top: 2px;
}
.date-info,
.section-menu {
  transition: width 0.5s;
}
.section-menu {
  display: flex;
  gap: 32px;
}
.menu-item {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  align-items: center;
  color: var(--gray-100);
  display: flex;
  font-size: 16px;
  font-weight: 500;
  height: 100%;
  letter-spacing: 0px;
  white-space: nowrap;
}
.menu-item:hover {
  color: var(--gray-80);
}
.logo-image {
  height: 36px;
  width: 154px;
}
.avatar-ctn,
.user-default-avatar-ctn {
  position: relative;
}
.avatar-ctn {
  overflow: visible;
}
.notifications-menu-active:has(.notifications-menu-not-configured)
  .notifications-menu-ctn-interests {
  height: calc(-555px + 100vh);
}
:root {
  --background-button: var(--white-100);
  --color-button: var(--black-100);
}
.raffle:has(.raffle__success) {
  background-color: var(--orange-10);
}
:root {
  --background-card: #fff9f2;
  --background-card-hover: #fef4e6;
  --border-color: #fabb67;
  --show-more-color: var(--border-color-hover);
  --secondary-card-border-color: var(--border-color-hover);
}
.right-panel {
  background: var(--gray-0);
  border-bottom: 1px solid var(--gray-20);
  display: inline-block;
  padding-inline-start: 0px;
  position: absolute;
  text-align: left;
  padding: 0px 16px 8px;
  transition: 0.3s;
  width: 100vw;
  right: -101%;
  z-index: 20000;
  border-left: 1px solid var(--gray-20);
}
.right-panel__auth-buttons {
  display: grid;
  width: 100%;
  grid-template-rows: repeat(2, 32px);
  gap: 12px;
}
.right-panel__auth-buttons > button {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 32px;
  width: 100%;
}
.right-panel__auth-buttons > button:hover {
  cursor: pointer;
}
.right-panel__auth-buttons-login {
  background: transparent;
  border-radius: 32px;
  border: 1px solid var(--gray-70);
  color: var(--gray-80);
  height: 32px;
  width: 328px;
}
.right-panel__auth-buttons-register {
  background: var(--orange-20);
  border-radius: 32px;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: none;
  color: var(--gray-90);
  height: 32px;
  outline: none;
}
.right-panel__header {
  position: relative;
  z-index: 20000;
  padding-top: 12px;
}
.right-panel__user-data {
  border-bottom: 1px solid var(--gray-40);
  display: grid;
  grid-template-columns: 76px auto;
  height: 60px;
  margin-bottom: 12px;
}
.right-panel__content-avatar {
  margin-left: 16px;
  margin-right: 12px;
}
.right-panel__content-info {
  display: flex;
  flex-direction: column;
  margin-top: 3px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.right-panel__content-info > span:first-child {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.right-panel__content-info > span:nth-child(2) {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.3;
}
.right-panel__content-avatar .user-default-avatar {
  display: flex;
  height: 48px;
  width: 48px;
}
.sharebar-container {
  align-items: center;
  flex-flow: column wrap;
  font-size: 12px;
  justify-content: space-between;
  margin-bottom: 12px;
  opacity: 0;
  row-gap: 12px;
  width: 100%;
}
.buttons-save-text {
  color: var(--gray-100);
  display: none;
}
.sharebar-buttons-container {
  align-items: center;
  flex-direction: row-reverse;
  gap: 10px;
  min-width: 72px;
  padding: 0px 5px;
}
.share-bar-article-date-container {
  display: inline-flex;
  flex-flow: wrap;
  justify-content: center;
  line-height: 1.6;
}
.sharebar-article-date {
  color: var(--gray-80);
  font-size: 12px;
  font-weight: 300;
  max-width: max-content;
  padding-top: 1px;
}
.sharebar-buttons {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  align-items: center;
  border-radius: 100px;
  border: 1px solid var(--gray-50);
  color: rgb(59, 59, 59);
  cursor: pointer;
  display: flex;
  gap: 6px;
  height: 38px;
  outline: none;
}
.button-save {
  height: 38px;
  justify-content: center;
  padding: 8px;
  position: relative;
  width: 38px;
}
.button-save:hover {
  background-color: rgb(240, 240, 240);
}
.sharemenu-buttons svg rect {
  fill: var(--white-100);
  stroke: var(--gray-50);
}
.sharemenu-buttons svg path {
  fill: var(--background-shared-btn);
}
.sharemenu-buttons.sharemenu-google-follow {
  background: var(--bg-color);
  border-radius: 100px;
  border: 1px solid var(--gray-50);
  gap: 5px;
  height: 38px;
  padding: 10px;
}
.sharemenu-buttons.sharemenu-google-follow:hover {
  background: var(--gray-10);
}
.follow-button svg rect {
  fill: var(--white-100);
  stroke: var(--gray-50);
}
.follow-button svg path,
.sharemenu-google-follow svg path {
  fill: var(--background-shared-btn);
}
.sharemenu-buttons {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  align-items: center;
  background: none;
  border-radius: 100px;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: none;
  color: var(--gray-90);
  cursor: pointer;
  flex-direction: row;
  gap: 12px;
  height: 48px;
  outline: none;
  padding: 0px;
}
.sharebar-buttons-separator {
  background-color: var(--gray-40);
  height: 48px;
  margin: 0px 4px;
  width: 1px;
}
.svg-icon {
  height: 28px;
  width: 28px;
}
.svg-icon path {
  fill: var(--gray-60);
}
.svg-icon .svg-icon-bg {
  fill: transparent;
}
.svg-icon .svg-icon-border {
  stroke: var(--gray-60);
}
.sharemenu-buttons:hover svg rect {
  fill: var(--gray-10);
}
.body-share-note {
  align-items: center;
  border-bottom: 1px solid var(--gray-40);
  border-top: 1px solid var(--gray-40);
  color: var(--background-shared-btn);
  display: grid;
  font-size: 14px;
  font-weight: 400;
  grid-template-columns: auto auto;
  justify-content: center;
  margin-bottom: 20px;
  padding: 16px 0px 0px;
  text-align: center;
}
.share-note-txt {
  padding-right: 11px;
}
.side-menu {
  background-color: var(--gray-0);
  border-radius: 0px 0px 3px;
  display: inline-block;
  left: -105%;
  overflow: hidden auto;
  padding-inline-start: 0px;
  position: absolute;
  text-align: left;
  transition: 0.3s;
  width: 100vw;
  z-index: 20003;
}
.side-menu::-webkit-scrollbar {
  display: none;
}
.side-menu .item {
  align-items: center;
  display: flex;
  justify-content: space-between;
  line-height: 16px;
}
.side-menu .item {
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: none;
  color: var(--gray-90);
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  height: 32px;
  left: 0px;
  margin: 2px 16px;
  outline: none;
  padding: 10px 0px 14px;
  position: absolute;
  text-decoration: none;
  top: 0px;
  width: 90%;
}
.side-menu .item.non-bold {
  font-weight: 400;
}
.side-menu-sticky-items {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: var(--gray-0);
  padding: 16px 16px 0px;
  position: sticky;
  top: 0px;
  z-index: 20004;
}
.queryly_searchicon_img {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.queryly_searchicon_img button {
  align-items: center;
  background-color: var(--gray-0);
  border: 1px solid var(--gray-40);
  border-radius: 100px;
  color: var(--gray-60);
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 300;
  height: 35px;
  justify-content: space-between;
  outline: none;
  padding: 8px 16px;
  text-align: left;
  width: 100%;
}
.queryly_searchicon_img svg {
  fill: var(--gray-60);
  height: 14px;
  width: 14px;
}
.dropdown {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 8px 0px;
  max-width: 100%;
  min-height: 32px;
  position: relative;
}
.dropdown:nth-last-child(2) + .dark-mode-btn {
  padding-bottom: 48px;
}
.dropdown-item-ctn {
  border-radius: 50px;
  margin: 2px 16px;
  min-height: 32px;
  padding: 8px 16px;
  position: relative;
  top: 5px;
  width: 92%;
}
.icon-dropdown {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  align-items: center;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  height: 32px;
  justify-content: center;
  position: absolute;
  right: 8px;
  top: 1px;
  width: 32px;
}
.icon-dropdown:focus-visible {
  box-shadow: none;
  outline: none;
}
.icon-dropdown svg {
  height: 7px;
  width: 12px;
}
.dropdown-body {
  border-top: 1px solid rgb(229, 232, 236);
  display: none;
  padding: 5px;
}
.dropdown-item {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  height: 32px;
  padding: 8px 0px 8px 16px;
}
.dropdown-item:active,
.dropdown-item:focus {
  background-color: var(--gray-20);
  border-radius: 100px;
}
.title-bar:has(.newsletter-chain-view-button, .title-bar-anchor-button) {
  gap: 16px;
}
.article .second-saved-buttons .sharebar-container {
  margin-bottom: 16px;
}
.identity-preferences-button:not(:disabled):active {
  background-color: var(--orange-30);
}
.switch:has(.switch-circle-enable) {
  background: rgba(246, 142, 1, 0.6);
}
.register-preferences-button.finish:not(:disabled):active {
  background-color: var(--orange-30);
}
.raffle-register-event:has(.register-verification) {
  grid-template-rows: repeat(2, auto);
}
.raffle-register-event:has(.register-verification) .login-default-card {
  background-color: var(--orange-0);
}
.dynamic-chain-main-anchor-img:has(iframe) {
  padding-bottom: 0px;
  width: 100%;
  aspect-ratio: 16 / 9;
}
.dynamic-chain-main-info-promo:not(:has(img)) {
  color: var(--gray-90);
  font-size: 14px;
  font-weight: 500;
  line-height: 132%;
}
.dynamic-chain.dynamic-chain-streaming:has(.dynamic-chain-main-info.streaming)
  .logo-streaming-ctn {
  height: 18px;
  justify-content: center;
  width: auto;
  margin-bottom: 16px;
}
.dynamic-chain.dynamic-chain-streaming:has(.dynamic-chain-main-info.streaming)
  .logo-streaming-ctn
  .logo-streaming {
  height: 100%;
  width: 100%;
}
.dynamic-chain.dynamic-chain-streaming:has(.dynamic-chain-main-info.streaming)
  .dynamic-chain-main {
  margin-bottom: 20px;
}
.dynamic-chain.dynamic-chain-streaming:has(.dynamic-chain-main-info.streaming)
  .dynamic-chain-small-ctn {
  padding-bottom: 20px;
}
.dynamic-chain.dynamic-chain-streaming:has(
    .dynamic-chain-main-info.streaming
  ).backgroundClass {
  border-width: 2px 0px;
  border-style: solid none;
  border-color: transparent currentcolor;
  border-image: linear-gradient(270deg, rgb(253, 204, 137), rgb(216, 80, 0)) 1 /
    1 / 0 stretch;
}
.saved-icon {
  margin: 3px;
  padding-left: 2px;
  width: 100%;
}
.saved-icon path {
  stroke: var(--gray-90);
}
.saved-icon.saved path {
  fill: var(--gray-90);
}
.pos-tbl-ctn
  .table-container-default:has(.table-ranking-cell)
  .table-cell:first-child {
  margin: auto;
}
.pos-tbl-inf:has(.pos-tbl-inf-obs) {
  gap: 16px;
}
.sport-calendar-error:has(.not-found-league),
.sport-calendar:has(.not-found-league) {
  row-gap: 32px;
}
.sport-calendar-swiper .sport-calendar-date:focus-visible {
  border-radius: 6px;
}
.sport-calendar-date:focus-visible {
  background: rgba(2, 132, 12, 0.1);
  border-radius: 100px;
}
.sport-calendar-matches-all:has(.not-found-league),
.sport-calendar-matches:has(.not-found-league) {
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: none;
}
.league-overview-tab:focus-visible {
  background: var(--gray-10);
  border: 1px solid var(--gray-50);
  color: var(--gray-100);
}
.league-overview-tab-active:focus-visible {
  background: rgba(2, 132, 12, 0.1);
  border: 1px solid var(--green-100);
  color: var(--gray-100);
}
.league-overview-tab-disabled:focus-visible {
  background: var(--white-100);
  border: 1px solid var(--gray-30);
  color: var(--gray-30);
}
.sports-live-event-team-card:is(.sports-live-event-team-loser) {
  opacity: 0.5;
}
.tabs-component-button:focus-visible {
  background: var(--gray-10);
  border: 1px solid var(--gray-50);
  color: var(--gray-100);
}
.tabs-component-button-active:focus-visible {
  background: rgba(2, 132, 12, 0.1);
  border: 1px solid var(--green-100);
  color: var(--gray-100);
}
.tabs-component-button-disabled:focus-visible {
  background: var(--white-100);
  border: 1px solid var(--gray-30);
  color: var(--gray-30);
}
:root {
  --bg: "transparent";
  --bg-color: #fff;
  --black-100: #000;
  --gray-0: #fafafa;
  --gray-10: #f5f5f5;
  --gray-20: #eaeaea;
  --gray-30: #e2e2e2;
  --gray-40: #d5d5d5;
  --gray-50: #c2c2c2;
  --gray-60: #9b9b9b;
  --gray-70: #777;
  --gray-80: #555;
  --gray-sport-80: #555;
  --gray-85: #5f5f5f;
  --gray-90: #3b3b3b;
  --gray-100: #1f1f1f;
  --gray-110: #fafafa;
  --gray-115: rgba(28, 27, 31, 0.7019607843137254);
  --gray-120: #f7f8f9;
  --gray-204: #ccc;
  --gray-especial-deck: #c4c7c5;
  --gray-especial-hl: #e8eaed;
  --green-100: #02840c;
  --headlines: #1f1f1f;
  --orange-0: #fff9f2;
  --orange-10: #fef4e6;
  --orange-20: #fde8cc;
  --orange-30: #fcddb3;
  --orange-40: #fbd299;
  --orange-50: #fac680;
  --orange-60: #fabb67;
  --orange-70: #f9b04d;
  --orange-80: #f8a534;
  --orange-90: #f7991a;
  --orange-100: #f68e01;
  --orange-100-sport: #f68e01;
  --orange-110: #f96700;
  --orange-120: #f58e1f;
  --orange-130: #ad6400;
  --orange-140: #ffb959;
  --red-100: #b10000;
  --white-100: #fff;
  --yellow-50: #fbe094;
  --border-web-history: #f68e24;
  --background-shared-btn: #555;
  --sub-headlines: #3b3b3b;
  --border-newsletter: #e2e2e2;
  --background-preview-modal: #fff;
  --newsletter-btn-color: #707070;
  --newsletter-btn-icon-path: #3c3c3b;
  --background-podcast: #1c1b1f;
  --minute-marker-border: #b10000;
  --new-btn-text: #f68e01;
  --background-btn-game-card: #fef4e6;
  --border-btn-game-card: #fabb67;
  --color-btn-game-card: #555;
  --background-btn-game-card-hover: #fabb67;
  --border-btn-game-card-hover: #fabb67;
  --masthead-navbar-shadow: rgba(0, 0, 0, 0.14901960784313725);
  --shared-icon-date: #c5c5c5;
  --button-alert-background: #fff;
  --button-alert-text: #3b3b3b;
  --button-alert-border: #c2c2c2;
  --button-alert-hover-bg: #fef4e6;
  --button-alert-hover-bor: #c2c2c2;
  --border-titlebar: #d5d5d5;
  --msg-text-color: #e8eaed;
  --switch-background: #fafafa;
  --circle-background-enable: #f68e01;
  --circle-background-disable: #9b9b9b;
  --bg-menu: #fafafa;
  --border-input: #c2c2c2;
  --color-text-input: #3b3b3b;
  --border-btn-identity: #dadce0;
  --border-hover-identity: #d2e3fc;
  --background-color-identity: #2d2f31;
  --text-color-disabled: #e8eaed;
  --text-color-continue: #9aa0a6;
  --mhh-nav-item: #555;
  --shadow-nav: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  --border-tooltip: #ffb959;
  --text-tooltip: #c4c7c5;
  --color-text-perfil: #000;
  --color-icon-avatar: #d5d5d5;
  --background-icon-avatar: inherit;
  --head-story-title: #f5f5f5;
  --fill-icon-show-minus: #3b3b3b;
  --border-bottom-color: #c2c2c2;
  --skeleton-bg-1: #eaeaea;
  --skeleton-bg-2: #f5f5f5;
  --bg-color-bajalibros: #f5f5f5;
  --bg-exclusive: #fdf1e0;
  --progess-back-color: #4a506e;
  --progess-up-color: #ad6400;
  --volume-back-color: #747474;
  --volume-up-color: #fff;
  --bg-background-face: rgba(66, 133, 244, 0.04);
  --border-btn-face: #d2e3fc;
  --color-txt-face: #3b3b3b;
  --bg-tooltip-password: rgba(85, 85, 85, 0.9);
  --shadow-tooltip-password: rgba(0, 0, 0, 0.58);
  --background-queryly-input: #fff;
  --recipes-card-tag: #004405;
  --recipes-card-tag-color: #fff;
  --recipes-no-results-border: #b10000;
  --streaming-arrow-bg: hsla(0, 0%, 100%, 0.9);
}
:root {
  --blue-100: #0b57d0;
  --blue-50: #79adff;
  --cyan-100: #32dcdc;
  --dark-60: #747474;
  --dark-70: #4a506e;
  --dark-80: #121212;
  --dark-85: #5f6368;
  --dark-90: #2d2f31;
  --dark-blue-100: #202124;
  --election-gray-10: #f5f5f5;
  --election-gray-40: #d5d5d5;
  --election-gray-90: #3b3b3b;
  --green-10: #f2f9f3;
  --green-50: #00ff86;
  --red-10: #fbf2f2;
  --red-20: #d88080;
  --red-50: #ff8b96;
  --red-90: #d91023;
  --white-105: hsla(0, 0%, 100%, 0.7019607843137254);
  --yellow-100: #fffc41;
  --red-permanent: #b10000;
  --chain-with-border: #c2c2c2;
  --nav-podcast-border: #444746;
}
.laws-filter .field-select:has(.field-select-input:focus)::after {
  background: var(--white-100);
}
.laws-filter
  .field-select:has(.field-select-input:hover:not(:focus):not(:active))
  label {
  background: var(--gray-0);
}
.wc-bonds:not(:has(.bonds)) {
  min-height: 1048px;
}
.wc-world-cup-2026-predict:not(:has(.world-cup-2026-predict)) {
  min-height: 2246px;
}
.wc-summoned-list:not(:has(.summoned-list-container)) {
  min-height: 791px;
  width: 100vw;
  margin-left: -16px;
}
.wc-match-events:not(:has(.match-events)) {
  min-height: 1892px;
}
.wc-scoreboard-soccer:not(:has(.scoreboard-futbol-container)) {
  min-height: 147px;
  position: relative;
}
.wc-ideal-team:not(:has(.ideal-team)) {
  min-height: 746px;
}
.wc-venues:not(:has(.venues-wc)) {
  min-height: 883px;
}
.soccer-top-performers:not(:has(.top-performers-container)) {
  min-height: 1309px;
  width: 100vw;
  margin-left: -16px;
}
.wc-player-evaluation-group:not(:has(.group-matches-ctn)) {
  min-height: 1900px;
}
.wc-player-evaluation:not(:has(.player-evaluation)) {
  min-height: 9000px;
}
.wc-soccer-header:not(:has(.soccer-header)) {
  min-height: 105px;
}
.match-countdown-container:not(:has(.match-countdown)) {
  min-height: 215px;
  margin: 0px -32px 16px;
}
.soccer-pass-matrix:not(:has(.pass-matrix)) {
  min-height: 573px;
  margin-bottom: 32px;
}
.wc-referees:not(:has(.referees-container)) {
  min-height: 378px;
  width: 100vw;
  margin-left: -16px;
  margin-bottom: 37px;
}
.wc-match-preview:not(:has(.match-preview)) {
  min-height: 700px;
}
.soccer-seasonal-stats:not(:has(.seasonal-stats)) {
  min-height: 460px;
  margin-bottom: 32px;
}
.soccer-match-stats:not(:has(.match-stats)) {
  min-height: 573px;
  margin-bottom: 32px;
}
.byline {
  padding-bottom: 0px;
}
.byline .authors-name-txt-ctn {
  color: var(--gray-100);
}
.right-rail.most-read-relative:has(.content-table) .most-read,
.right-rail.most-read-sticky:has(.content-table) .most-read {
  position: static;
  top: auto;
}
.otf-chain-third-col .story-card-info:last-child:has(img) {
  max-width: 80px;
}
.otf-chain-title-bar:has(
  .newsletter-chain-view-button,
  .title-bar-anchor-button
) {
  gap: 16px;
}
.seven-video-chain.seven-video-chain-bg
  .seven-video-chain-third-column
  > :nth-last-child(1 of .story-card-ctn) {
  margin: 0px;
}
.basic-nav:not(:has(.sticky-navbar-ad-container)) {
  margin-top: 56px;
}
.videos-feed-ctn:not(:has(.front-page)) {
  padding-top: 16px;
}
@media only screen and (min-width: 480px) {
  .article .sharebar-buttons {
    padding: 8px 12px;
  }
  .article .button-save {
    padding: 8px;
  }
  .article .sharebar-buttons-container {
    min-width: 202px;
  }
}
@media only screen and (min-width: 577px) {
  .body-article {
    font-size: 22px;
  }
  .body-article .paragraph {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 24px;
  }
  .body-article .image-initial-width img,
  .body-article .visual__image img {
    border-radius: 3px;
    margin: 0px;
    width: 100%;
  }
  .marfeel-seguir-leyendo {
    min-height: 300px;
  }
  .article-tags-container {
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
  }
  .article-tag {
    font-size: 16px;
  }
  .related-themes {
    font-size: 18px;
  }
  .related-themes-icon svg {
    margin-bottom: 0px;
  }
  .article-section-ctn {
    align-items: center;
    margin: 0px 0px 12px;
  }
  .article-section-tag {
    font-size: 16px;
  }
  .article-headline {
    font-size: 46px;
    font-weight: 700;
    margin: 0px 0px 16px;
  }
  .article-subheadline {
    font-size: 24px;
    font-weight: 300;
    line-height: 150%;
    margin-bottom: 16px;
  }
  .author-image-header,
  .author-image-header img {
    height: 40px;
    width: 40px;
  }
  .author-image-header {
    align-items: center;
    display: flex;
    margin: 8px 0px;
  }
  .byline.follow-button-ctn {
    margin-left: 0px;
    padding: 16px 0px;
    width: 100%;
  }
  .byline.follow-button-ctn.has-author {
    border-bottom: 1px solid var(--gray-40);
  }
  .authors-name-txt-ctn,
  .authors-name-txt-ctn a,
  .authors-name-txt-ctn span {
    font-size: 16px;
    line-height: 20.8px;
  }
  .footer-ctn {
    display: block;
    padding: 32px 16px 104px;
    z-index: 2990;
  }
  .footer-menu {
    grid-template-columns: repeat(5, 20%);
    max-width: 928px;
  }
  .logo-wrapper {
    align-items: inherit;
    flex-direction: column;
    gap: inherit;
    margin-bottom: 40px;
    margin-top: 0px;
  }
  .footer-column {
    font-size: 14px;
    grid-template-columns: 100%;
    padding-left: 0px;
    row-gap: 4px;
    text-align: center;
  }
  .social-media-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .footer-section {
    flex-direction: column;
    margin-top: 8px;
  }
  .copyright-text {
    text-align: center;
  }
  .footer-link {
    padding: 8px;
  }
  .masthead-header .ctn-quicklinks {
    margin: 0px -16px 12px;
  }
  .notifications-menu-active:has(.notifications-menu-not-configured)
    .notifications-menu-ctn-interests {
    height: calc(-575px + 100vh);
  }
  .right-panel {
    max-width: 318px;
  }
  .sharebar-container {
    flex-flow: wrap;
  }
  .buttons-save-text {
    display: flex;
    justify-content: center;
    min-width: 61px;
  }
  .sharebar-buttons.button-save {
    font-size: 14px;
    font-weight: 400;
    gap: 6px;
    padding: 10px 22px 10px 16px;
    width: 100%;
  }
  .button-save {
    width: auto;
  }
  .sharemenu-buttons {
    font-size: 10px;
    gap: 6px;
    height: auto;
    padding: 0px;
  }
  .sharemenu-buttons:active {
    background: none;
  }
  .share-note-txt {
    padding-right: 17px;
    margin-bottom: 16px;
  }
  .svg-icon {
    height: 22px;
    width: 22px;
  }
  .side-menu {
    left: -320px;
  }
  .dropdown-item-ctn {
    width: 90%;
  }
  .dark-mode-btn__container,
  .side-menu {
    max-width: 320px;
  }
  .dropdown-item {
    margin-right: 8px;
  }
  .sharebar-article-date {
    font-size: 14px;
  }
  .sharebar-container {
    margin-bottom: 16px;
    position: relative;
  }
  .sharebar-buttons:hover {
    background-color: var(--gray-10);
  }
  .background-feature-cards-right:has(.background-feature-card-full-width-img)
    .background-feature-card {
    max-width: 227px;
    width: 227px;
  }
  .background-feature-cards-right:has(.background-feature-card-full-width-img)
    .background-feature-card-full-width-img {
    max-height: 210px;
    max-width: 373.33px;
    width: 373.33px;
  }
  .pos-tbl-inf:has(.pos-tbl-inf-obs) {
    flex-direction: row;
    justify-content: space-between;
  }
  .center {
    justify-content: center;
  }
  .default-chain-2:has(.ad-wrapper) {
    display: flex;
  }
  .custom-class
    .otf-chain-second-col
    .streaming-story-ctn:has(.storycard-video-ctn.default-theme),
  .streamig-class
    .otf-chain-second-col
    .streaming-story-ctn:has(.storycard-video-ctn.default-theme) {
    box-sizing: content-box;
    min-height: unset;
    width: 100%;
  }
}
@media screen and (min-width: 577px) {
  .wc-bonds:not(:has(.bonds)) {
    min-height: 1246px;
  }
  .wc-scoreboard-soccer:not(:has(.scoreboard-futbol-container)) {
    min-height: 128px;
  }
}
@media only screen and (min-width: 615px) {
  .article .share-bar-article-date-container {
    flex-direction: row;
  }
}
@media only screen and (min-width: 615px) and (max-width: 735px) {
  .article .sharebar-buttons {
    padding: 8px 7px;
  }
  .article .sharebar-buttons.button-save {
    padding: 10px 22px 10px 16px;
  }
  .article .sharebar-buttons-container {
    min-width: 88px;
  }
}
@media screen and (min-width: 760px) {
  .wc-world-cup-2026-predict:not(:has(.world-cup-2026-predict)) {
    min-height: 2789px;
  }
  .wc-summoned-list:not(:has(.summoned-list-container)) {
    min-height: 979px;
  }
  .wc-ideal-team:not(:has(.ideal-team)) {
    min-height: 1024px;
  }
  .wc-venues:not(:has(.venues-wc)) {
    min-height: 604px;
  }
  .soccer-top-performers:not(:has(.top-performers-container)) {
    min-height: 827px;
  }
  .wc-player-evaluation-group:not(:has(.group-matches-ctn)) {
    min-height: 900px;
  }
  .wc-ideal-eleven-group:not(:has(.group-matches-ctn)) {
    min-height: 900px;
  }
  .wc-player-evaluation:not(:has(.player-evaluation)) {
    min-height: 6000px;
  }
  .wc-referees:not(:has(.referees-container)) {
    min-height: 448px;
  }
  .wc-match-preview:not(:has(.match-preview)) {
    min-height: 587px;
  }
  .soccer-seasonal-stats:not(:has(.seasonal-stats)) {
    min-height: 390px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 884px) {
  .article .sharebar-buttons {
    padding: 8px 7px;
  }
  .article .sharebar-buttons.button-save {
    padding: 10px 22px 10px 16px;
  }
  .article .sharebar-buttons-container {
    min-width: 88px;
  }
}
@media only screen and (min-width: 769px) {
  h1 {
    font-size: 40px;
    line-height: 45px;
  }
  h2,
  h3 {
    font-size: 18px;
  }
  .ad-desktop {
    display: flex;
  }
  .exclusive-article .visual__image:not(:has(figcaption)) {
    margin-bottom: 24px;
  }
  .body-article .visual__image {
    display: block;
    left: 0px;
    margin: 0px 0px 20px;
    max-width: 100%;
    padding: 0px;
    position: relative;
    width: 100%;
  }
  .article-header {
    margin: 0px 0px 16px;
  }
  .byline {
    min-height: 56px;
  }
  .dark-mode-btn,
  .dark-mode-btn__container {
    width: 320px;
  }
  .article-figcaption-img {
    margin: 12px 0px 24px;
  }
  .page-container {
    max-width: 1236px;
  }
  /* .article-section {
    display: grid;
    grid-template-areas: "header header" "article right-rail";
    grid-template-columns: minmax(328px, 1fr) 328px;
    max-width: 1236px;
  } */
  .article-section {
    column-gap: 16px;
  }
  .width_full {
    height: 144px;
  }
  .raffle:has(.raffle__success) {
    border: 1px solid var(--orange-70);
  }
  .article .share-bar-article-date-container {
    flex-direction: row;
  }
  .match-countdown-container:not(:has(.match-countdown)) {
    min-height: 120px;
    margin: 0px 0px 16px;
  }
}
@media only screen and (min-width: 769px) and (width: 820px) {
  .article-section {
    margin-top: 16px;
  }
}
@media (min-width: 992px) {
  .videos-feed-ctn:not(:has(.front-page)) {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .footer-ctn {
    flex-direction: column;
    padding: 32px 32px 104px;
    z-index: 2990;
  }
  .social-media-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .logo-wrapper {
    align-items: inherit;
    flex-direction: column;
    margin-bottom: 40px;
    margin-top: 0px;
  }
  .footer-logo {
    height: 40px;
    width: 171.84px;
  }
  .footer-menu {
    grid-template-columns: repeat(4, 25%);
    margin: 0px auto;
    max-width: 1204px;
  }
  .user-default-avatar {
    margin-right: 12px;
  }
  .side-menu {
    max-width: 320px;
  }
  .dropdown-item:active,
  .dropdown-item:hover {
    background-color: var(--gray-20);
    border-radius: 100px;
  }
  .dropdown-item-ctn:active,
  .dropdown-item-ctn:hover {
    background-color: var(--gray-20);
    border-radius: 50px;
  }
  .sharebar-article-date {
    font-size: 16px;
  }
  .dynamic-chain-main-anchor-img:has(iframe) {
    width: 60%;
    padding-bottom: 0px;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  .dynamic-chain.dynamic-chain-streaming:has(
      .dynamic-chain-main-info.streaming
    ) {
    padding: 24px;
    border-radius: 24px;
  }
  .dynamic-chain.dynamic-chain-streaming:has(
      .dynamic-chain-main-info.streaming
    ):has(.dynamic-chain-streaming-no-bg) {
    padding: 0px;
  }
  .dynamic-chain.dynamic-chain-streaming:has(
      .dynamic-chain-main-info.streaming
    ).backgroundClass {
    border: 1px solid rgb(253, 204, 137);
  }
  .dynamic-chain.dynamic-chain-streaming:has(.dynamic-chain-main-info.streaming)
    .dynamic-chain-small-two {
    display: grid;
    grid-template-areas: "info img";
  }
  .dynamic-chain.dynamic-chain-streaming:has(.dynamic-chain-main-info.streaming)
    .dynamic-chain-small-two
    .dynamic-chain-small-two-info {
    grid-area: info;
  }
  .dynamic-chain.dynamic-chain-streaming:has(.dynamic-chain-main-info.streaming)
    .dynamic-chain-main-info.streaming {
    border-radius: 0px 9px 9px 0px;
    border-width: 1px 1px 1px medium;
    border-style: solid solid solid none;
    border-color: rgb(231, 190, 100) rgb(231, 190, 100) rgb(231, 190, 100)
      currentcolor;
    border-image: none;
  }
  .dynamic-chain.dynamic-chain-streaming:has(.dynamic-chain-main-info.streaming)
    .logo-streaming-ctn {
    height: 22px;
    justify-content: center;
    width: auto;
  }
  .RI .register-preferences-button.finish:not(:disabled):hover {
    background-color: var(--orange-20);
    border: 1px solid transparent;
  }
  .default-chain-2:has(.ad-wrapper) {
    display: grid;
  }
  .basic-nav:not(:has(.sticky-navbar-ad-container)) {
    margin-top: 48px;
  }
}
@media screen and (min-width: 992px) {
  .notifications-menu-active:has(.notifications-menu-not-configured)
    .notifications-menu-ctn-interests {
    height: calc(-600px + 100vh);
  }
  .notifications-menu-active:has(.notifications-menu-not-configured)
    .notifications-menu-ctn-interests.navbar-contracted-48 {
    height: calc(-520px + 100vh);
  }
  .wc-bonds:not(:has(.bonds)) {
    min-height: 633px;
  }
  .wc-world-cup-2026-predict:not(:has(.world-cup-2026-predict)) {
    min-height: 1682px;
  }
  .wc-match-events:not(:has(.match-events)) {
    min-height: 1006px;
  }
  .wc-ideal-team:not(:has(.ideal-team)) {
    min-height: 1050px;
  }
  .wc-ideal-eleven-group:not(:has(.group-matches-ctn)) {
    min-height: 977px;
  }
  .wc-player-evaluation:not(:has(.group-matches-ctn)) {
    min-height: 977px;
  }
  .wc-player-evaluation:not(:has(.player-evaluation)) {
    min-height: 4000px;
  }
  .wc-soccer-header:not(:has(.soccer-header)) {
    min-height: 133px;
  }
  .wc-match-preview:not(:has(.match-preview)) {
    min-height: 583px;
  }
  .soccer-seasonal-stats:not(:has(.seasonal-stats)) {
    min-height: 390px;
  }
}
@media only screen and (min-width: 993px) {
  h1 {
    font-size: 45px;
    line-height: 50px;
  }
  h2 {
    font-size: 20px;
  }
  .marfeel-seguir-leyendo {
    min-height: 275px;
    margin-bottom: 24px;
  }
  .article-section {
    column-gap: 20px;
  }
  .article-right-rail-centered-content {
    flex-direction: row;
  }
  .article-right-rail-centered:has(.sport-live-events) .header-layout-wrapper {
    padding: 0px;
  }
  .article-right-rail-centered:has(.sport-live-events) .header-layout-content {
    grid-column: span 12;
    width: 100%;
  }
  .article-right-rail-centered:has(.sport-live-events)
    .header-layout-content-child {
    margin: 0px;
    max-width: max-content;
    padding: 0px;
  }
  .article-right-rail-centered:has(.sport-live-events)
    .header-layout-content-child
    .leagues-swiper-divider {
    margin: auto 0px;
  }
  .article-right-rail-centered:has(.sport-live-events)
    .header-layout-content-child
    .sport-live-events-league
    .leagues-swiper-divider {
    margin: auto;
  }
  .masthead-header .mhh-new {
    display: flex;
  }
  .masthead-header .ctn-quicklinks {
    margin: 0px 0px 20px;
  }
  .sectionnav-container {
    grid-template-columns: 26px min-content max-content 1fr max-content;
    height: 48px;
  }
  .hamburger {
    grid-column: 1 / 2;
  }
  .logo-image {
    height: 24px;
    width: 100px;
  }
  .sectionnav-container > a {
    opacity: 0;
    width: 0px;
  }
  .sectionnav-container > a.visible {
    display: block;
    grid-column: 2 / 3;
    justify-self: center;
    margin-left: 24px;
    opacity: 1;
    padding-bottom: 2px;
    visibility: visible;
    width: fit-content;
  }
  .date-info {
    display: inline-block;
    grid-column: 3 / 4;
    margin-left: 24px;
    max-width: fit-content;
  }
  .section-menu {
    flex-wrap: wrap;
    grid-column: 4 / 5;
    height: 100%;
    margin-left: 40px;
    overflow: hidden;
  }
  .login-register-container {
    grid-column: 5 / 6;
    margin-left: 16px;
  }
  .login-register-container > .content-button {
    column-gap: 12px;
    display: flex;
  }
  .site-logo {
    height: 100%;
    margin: 0px;
    width: unset;
  }
  .account-button,
  .site-logo {
    align-items: center;
    display: flex;
  }
  .account-button {
    height: 32px;
  }
  .account-button--mobile {
    display: none;
  }
  .identity-preferences-button:not(:disabled):hover {
    background-color: var(--orange-10);
    border: 1px solid var(--orange-60);
  }
  .register-preferences-button.finish:not(:disabled):hover {
    background-color: var(--orange-10);
    border: 1px solid var(--orange-60);
  }
}
@media only screen and (min-width: 1130px) {
  .article .share-bar-article-date-container {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1130px) and (max-width: 1150px) {
  .article .sharebar-buttons {
    padding: 8px 7px;
  }
  .article .sharebar-buttons.button-save {
    padding: 10px 22px 10px 16px;
  }
  .article .sharebar-buttons-container {
    min-width: 88px;
  }
}
@media only screen and (min-width: 1150px) {
  .article .share-bar-article-date-container {
    flex-direction: row;
  }
}
@media (min-width: 1168px) {
  .masthead-header .mhh-new {
    max-width: 1204px;
  }
}
@media screen and (min-width: 1366px) {
  .span-rail:not(.isAdmin) {
    display: flex;
    grid-column: span 2;
  }
  .article-right-rail-centered-content {
    display: grid;
    grid-template-areas: "body megalateral";
    grid-template-columns: minmax(0px, 1fr) minmax(250px, 250px);
    margin: 0px auto;
    max-width: 1486px;
  }
  .article-right-rail-centered-layout-body {
    grid-area: body;
  }
  .article-right-rail-centered-left-span:not(.isAdmin) {
    display: none;
    min-width: 250px;
    width: 250px;
    flex: 0 0 250px;
  }
  .article-right-rail-centered:has(.sport-live-events) .header-layout-wrapper {
    padding: 0px;
  }
  .article-right-rail-centered:has(.sport-live-events) .header-layout-content {
    grid-column: span 12;
    width: 100%;
  }
  .article-right-rail-centered:has(.sport-live-events)
    .header-layout-content-child {
    margin: 0px;
    max-width: max-content;
  }
  .article-right-rail-centered:has(.sport-live-events)
    .header-layout-content-child
    .leagues-swiper-divider {
    margin: auto 0px;
  }
  .article-right-rail-centered:has(.sport-live-events)
    .header-layout-content-child
    .sport-live-events-league
    .leagues-swiper-divider {
    margin: auto;
  }
}
@media only screen and (min-width: 1394px) {
  .article .share-bar-article-date-container {
    flex-direction: row;
  }
}
@media screen and (min-width: 1648px) {
  .article-right-rail-centered-content {
    display: grid;
    grid-template-areas: "megalateral2 body megalateral";
    grid-template-columns: minmax(250px, 250px) minmax(0px, 1fr) minmax(
        250px,
        250px
      );
    margin: 0px auto;
    max-width: 1736px;
  }
  .article-right-rail-centered-left-span:not(.isAdmin) {
    display: block;
    grid-area: megalateral2;
    margin: 0px;
    min-width: 250px;
    width: 250px;
    flex: 0 0 250px;
  }
  .article-right-rail-centered
    .header-layout-wrapper:has(.sport-live-events)
    .header-layout-content {
    grid-column: span 12;
    width: 100%;
  }
  .article-right-rail-centered
    .header-layout-wrapper:has(.sport-live-events)
    .header-layout-content-child {
    margin: inherit;
    max-width: max-content;
    padding: 0px;
  }
}

@media only screen and (max-width: 768px) {
  h2 {
    font-size: 17px;
    line-height: 24px;
  }
  .article-right-rail-centered-layout .masthead-header .ctn-quicklinks {
    margin: 0px -16px 12px;
  }
}
@media screen and (max-width: 410px) {
  .body-share-note {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
}
@media only screen and (max-width: 385px) {
  .sharemenu-google-follow-icon-more {
    display: none;
  }
}
@media (hover: none) and (pointer: coarse) {
  .span-rail:not(.isAdmin) {
    display: none;
  }
}
@media print {
  .ad-wrapper,
  .article-tags-container,
  .second-saved-buttons {
    display: none;
  }
  .masthead-navbar {
    border-bottom: 1px solid var(--gray-40);
    position: static;
    z-index: 1;
  }
  .hamburger {
    display: none;
  }
  .sectionnav-container {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: none;
    display: flex;
    height: fit-content;
    padding: 16px;
  }
  .sectionnav-container > a,
  .site-logo {
    display: none;
  }
  .section-menu {
    display: flex;
    flex-wrap: nowrap;
    gap: 32px;
    grid-column: 2 / 3;
    height: 100%;
    justify-content: flex-start;
    margin-left: 40px;
    overflow: hidden;
  }
  .menu-item {
    color: var(--gray-100);
    display: flex;
    font-size: 16px;
    font-weight: 500;
  }
  .date-info {
    color: var(--headlines);
    display: inline-block;
    font-size: 16px;
    grid-column: 3 / 4;
    min-width: fit-content;
  }
  .login-register-container {
    grid-column: 3 / 4;
    justify-content: flex-end;
    margin-left: 16px;
  }
  .content-button {
    display: flex;
    column-gap: 12px;
  }
  .account-button {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 32px;
  }
  .account-button--mobile {
    display: none;
  }
  .user-default-avatar {
    margin-right: 12px;
  }
  .width_full {
    display: none;
  }
  .site-header {
    box-shadow: none;
  }
}
@media (max-width: 600px) {
  .has-author {
    flex-wrap: wrap !important;
    gap: 12px;
  }
}

.masthead-navbar {
  background-color: var(--white-100);
  display: flex;
  flex-direction: column;
  font-family: Roboto, sans-serif;
  height: auto;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 3001;
}

.login-register-container {
  align-items: center;
  display: flex;
  grid-column: 3 / 4;
  justify-content: flex-end;
  justify-self: flex-end;
  overflow: visible;
  width: auto;
}

.user-default-avatar {
  border-radius: 100px;
  height: 32px;
  width: 32px;
  background-color: var(--background-icon-avatar);
}

.user-default-avatar path {
  fill: var(--color-icon-avatar);
}

.account-button {
  align-items: center;
  background-color: var(--white-100);
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  cursor: pointer;
  display: flex;
  flex-direction: row-reverse;
  height: 32px;
  justify-content: center;
  outline: none;
  overflow: visible;
  padding: 0px;
  width: auto;
}

.account-button--mobile {
  padding: 0px;
}

.site-header {
  box-shadow: var(--shadow-nav);
  overflow: visible;
  width: 100%;
  z-index: 1999;
}

.sectionnav-container {
  border: 1px solid var(--gray-40);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: visible;
}

.sectionnav-container {
  align-items: center;
  height: 56px;
  padding: 0px 16px;
  position: relative;
}

.sectionnav-container > a {
  display: block;
  grid-column: 2 / 3;
  justify-self: center;
  transition:
    width 0.5s,
    opacity 0.5s;
}

.site-logo {
  visibility: hidden;
}

.site-logo.visible {
  opacity: 1;
  visibility: visible;
}

.hamburger {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  align-items: center;
  cursor: pointer;
  display: flex;
  grid-column: 1 / 2;
  height: 19px;
  justify-content: center;
  justify-self: flex-start;
  outline: none;
  position: static;
  transition: 0.2s;
  width: 28px;
  z-index: 10;
}

.hamburger svg {
  height: 19px;
  width: 28px;
}

.logo-image {
  height: 36px;
  width: 154px;
}

.notifications-menu-active:has(.notifications-menu-not-configured)
  .notifications-menu-ctn-interests {
  height: calc(-555px + 100vh);
}

:root {
  --background-button: var(--white-100);
  --color-button: var(--black-100);
}

.raffle:has(.raffle__success) {
  background-color: var(--orange-10);
}

:root {
  --background-card: #fff9f2;
  --background-card-hover: #fef4e6;
  --border-color: #fabb67;
  --show-more-color: var(--border-color-hover);
  --secondary-card-border-color: var(--border-color-hover);
}

.icon-dropdown:focus-visible {
  box-shadow: none;
  outline: none;
}

.title-bar:has(.newsletter-chain-view-button, .title-bar-anchor-button) {
  gap: 16px;
}

.identity-preferences-button:not(:disabled):active {
  background-color: var(--orange-30);
}

.switch:has(.switch-circle-enable) {
  background: rgba(246, 142, 1, 0.6);
}

.register-preferences-button.finish:not(:disabled):active {
  background-color: var(--orange-30);
}

.raffle-register-event:has(.register-verification) {
  grid-template-rows: repeat(2, auto);
}

.raffle-register-event:has(.register-verification) .login-default-card {
  background-color: var(--orange-0);
}

.dynamic-chain-main-anchor-img:has(iframe) {
  padding-bottom: 0px;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.dynamic-chain-main-info-promo:not(:has(img)) {
  color: var(--gray-90);
  font-size: 14px;
  font-weight: 500;
  line-height: 132%;
}

.dynamic-chain.dynamic-chain-streaming:has(.dynamic-chain-main-info.streaming)
  .logo-streaming-ctn {
  height: 18px;
  justify-content: center;
  width: auto;
  margin-bottom: 16px;
}

.dynamic-chain.dynamic-chain-streaming:has(.dynamic-chain-main-info.streaming)
  .logo-streaming-ctn
  .logo-streaming {
  height: 100%;
  width: 100%;
}

.dynamic-chain.dynamic-chain-streaming:has(.dynamic-chain-main-info.streaming)
  .dynamic-chain-main {
  margin-bottom: 20px;
}

.dynamic-chain.dynamic-chain-streaming:has(.dynamic-chain-main-info.streaming)
  .dynamic-chain-small-ctn {
  padding-bottom: 20px;
}

.dynamic-chain.dynamic-chain-streaming:has(
    .dynamic-chain-main-info.streaming
  ).backgroundClass {
  border-width: 2px 0px;
  border-style: solid none;
  border-color: transparent currentcolor;
  border-image: linear-gradient(270deg, rgb(253, 204, 137), rgb(216, 80, 0)) 1 /
    1 / 0 stretch;
}

.pos-tbl-ctn
  .table-container-default:has(.table-ranking-cell)
  .table-cell:first-child {
  margin: auto;
}

.pos-tbl-inf:has(.pos-tbl-inf-obs) {
  gap: 16px;
}

.sport-calendar-error:has(.not-found-league),
.sport-calendar:has(.not-found-league) {
  row-gap: 32px;
}

.sport-calendar-swiper .sport-calendar-date:focus-visible {
  border-radius: 6px;
}

.sport-calendar-date:focus-visible {
  background: rgba(2, 132, 12, 0.1);
  border-radius: 100px;
}

.sport-calendar-matches-all:has(.not-found-league),
.sport-calendar-matches:has(.not-found-league) {
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
}

.league-overview-tab:focus-visible {
  background: var(--gray-10);
  border: 1px solid var(--gray-50);
  color: var(--gray-100);
}

.league-overview-tab-active:focus-visible {
  background: rgba(2, 132, 12, 0.1);
  border: 1px solid var(--green-100);
  color: var(--gray-100);
}

.league-overview-tab-disabled:focus-visible {
  background: var(--white-100);
  border: 1px solid var(--gray-30);
  color: var(--gray-30);
}

.sports-live-event-team-card:is(.sports-live-event-team-loser) {
  opacity: 0.5;
}

.tabs-component-button:focus-visible {
  background: var(--gray-10);
  border: 1px solid var(--gray-50);
  color: var(--gray-100);
}

.tabs-component-button-active:focus-visible {
  background: rgba(2, 132, 12, 0.1);
  border: 1px solid var(--green-100);
  color: var(--gray-100);
}

.tabs-component-button-disabled:focus-visible {
  background: var(--white-100);
  border: 1px solid var(--gray-30);
  color: var(--gray-30);
}

:root {
  --bg: "transparent";
  --bg-color: #fff;
  --black-100: #000;
  --gray-0: #fafafa;
  --gray-10: #f5f5f5;
  --gray-20: #eaeaea;
  --gray-30: #e2e2e2;
  --gray-40: #d5d5d5;
  --gray-50: #c2c2c2;
  --gray-60: #9b9b9b;
  --gray-70: #777;
  --gray-80: #555;
  --gray-sport-80: #555;
  --gray-85: #5f5f5f;
  --gray-90: #3b3b3b;
  --gray-100: #1f1f1f;
  --gray-110: #fafafa;
  --gray-115: rgba(28, 27, 31, 0.7019607843137254);
  --gray-120: #f7f8f9;
  --gray-204: #ccc;
  --gray-especial-deck: #c4c7c5;
  --gray-especial-hl: #e8eaed;
  --green-100: #02840c;
  --headlines: #1f1f1f;
  --orange-0: #fff9f2;
  --orange-10: #fef4e6;
  --orange-20: #fde8cc;
  --orange-30: #fcddb3;
  --orange-40: #fbd299;
  --orange-50: #fac680;
  --orange-60: #fabb67;
  --orange-70: #f9b04d;
  --orange-80: #f8a534;
  --orange-90: #f7991a;
  --orange-100: #f68e01;
  --orange-100-sport: #f68e01;
  --orange-110: #f96700;
  --orange-120: #f58e1f;
  --orange-130: #ad6400;
  --orange-140: #ffb959;
  --red-100: #b10000;
  --white-100: #fff;
  --yellow-50: #fbe094;
  --border-web-history: #f68e24;
  --background-shared-btn: #555;
  --sub-headlines: #3b3b3b;
  --border-newsletter: #e2e2e2;
  --background-preview-modal: #fff;
  --newsletter-btn-color: #707070;
  --newsletter-btn-icon-path: #3c3c3b;
  --background-podcast: #1c1b1f;
  --minute-marker-border: #b10000;
  --new-btn-text: #f68e01;
  --background-btn-game-card: #fef4e6;
  --border-btn-game-card: #fabb67;
  --color-btn-game-card: #555;
  --background-btn-game-card-hover: #fabb67;
  --border-btn-game-card-hover: #fabb67;
  --masthead-navbar-shadow: rgba(0, 0, 0, 0.14901960784313725);
  --shared-icon-date: #c5c5c5;
  --button-alert-background: #fff;
  --button-alert-text: #3b3b3b;
  --button-alert-border: #c2c2c2;
  --button-alert-hover-bg: #fef4e6;
  --button-alert-hover-bor: #c2c2c2;
  --border-titlebar: #d5d5d5;
  --msg-text-color: #e8eaed;
  --switch-background: #fafafa;
  --circle-background-enable: #f68e01;
  --circle-background-disable: #9b9b9b;
  --bg-menu: #fafafa;
  --border-input: #c2c2c2;
  --color-text-input: #3b3b3b;
  --border-btn-identity: #dadce0;
  --border-hover-identity: #d2e3fc;
  --background-color-identity: #2d2f31;
  --text-color-disabled: #e8eaed;
  --text-color-continue: #9aa0a6;
  --mhh-nav-item: #555;
  --shadow-nav: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  --border-tooltip: #ffb959;
  --text-tooltip: #c4c7c5;
  --color-text-perfil: #000;
  --color-icon-avatar: #d5d5d5;
  --background-icon-avatar: inherit;
  --head-story-title: #f5f5f5;
  --fill-icon-show-minus: #3b3b3b;
  --border-bottom-color: #c2c2c2;
  --skeleton-bg-1: #eaeaea;
  --skeleton-bg-2: #f5f5f5;
  --bg-color-bajalibros: #f5f5f5;
  --bg-exclusive: #fdf1e0;
  --progess-back-color: #4a506e;
  --progess-up-color: #ad6400;
  --volume-back-color: #747474;
  --volume-up-color: #fff;
  --bg-background-face: rgba(66, 133, 244, 0.04);
  --border-btn-face: #d2e3fc;
  --color-txt-face: #3b3b3b;
  --bg-tooltip-password: rgba(85, 85, 85, 0.9);
  --shadow-tooltip-password: rgba(0, 0, 0, 0.58);
  --background-queryly-input: #fff;
  --recipes-card-tag: #004405;
  --recipes-card-tag-color: #fff;
  --recipes-no-results-border: #b10000;
  --streaming-arrow-bg: hsla(0, 0%, 100%, 0.9);
}

:root {
  --blue-100: #0b57d0;
  --blue-50: #79adff;
  --cyan-100: #32dcdc;
  --dark-60: #747474;
  --dark-70: #4a506e;
  --dark-80: #121212;
  --dark-85: #5f6368;
  --dark-90: #2d2f31;
  --dark-blue-100: #202124;
  --election-gray-10: #f5f5f5;
  --election-gray-40: #d5d5d5;
  --election-gray-90: #3b3b3b;
  --green-10: #f2f9f3;
  --green-50: #00ff86;
  --red-10: #fbf2f2;
  --red-20: #d88080;
  --red-50: #ff8b96;
  --red-90: #d91023;
  --white-105: hsla(0, 0%, 100%, 0.7019607843137254);
  --yellow-100: #fffc41;
  --red-permanent: #b10000;
  --chain-with-border: #c2c2c2;
  --nav-podcast-border: #444746;
}

.laws-filter .field-select:has(.field-select-input:focus)::after {
  background: var(--white-100);
}

.laws-filter
  .field-select:has(.field-select-input:hover:not(:focus):not(:active))
  label {
  background: var(--gray-0);
}

.wc-bonds:not(:has(.bonds)) {
  min-height: 1048px;
}

.wc-world-cup-2026-predict:not(:has(.world-cup-2026-predict)) {
  min-height: 2246px;
}

.wc-summoned-list:not(:has(.summoned-list-container)) {
  min-height: 791px;
  width: 100vw;
  margin-left: -16px;
}

.wc-match-events:not(:has(.match-events)) {
  min-height: 1892px;
}

.wc-scoreboard-soccer:not(:has(.scoreboard-futbol-container)) {
  min-height: 147px;
  position: relative;
}

.wc-ideal-team:not(:has(.ideal-team)) {
  min-height: 746px;
}

.wc-venues:not(:has(.venues-wc)) {
  min-height: 883px;
}

.soccer-top-performers:not(:has(.top-performers-container)) {
  min-height: 1309px;
  width: 100vw;
  margin-left: -16px;
}

.wc-player-evaluation-group:not(:has(.group-matches-ctn)) {
  min-height: 1900px;
}

.wc-ideal-eleven-group:not(:has(.group-matches-ctn)) {
}

.wc-player-evaluation:not(:has(.player-evaluation)) {
  min-height: 9000px;
}

.wc-soccer-header:not(:has(.soccer-header)) {
  min-height: 105px;
}

.match-countdown-container:not(:has(.match-countdown)) {
  min-height: 215px;
  margin: 0px -32px 16px;
}

.soccer-pass-matrix:not(:has(.pass-matrix)) {
  min-height: 573px;
  margin-bottom: 32px;
}

.wc-referees:not(:has(.referees-container)) {
  min-height: 378px;
  width: 100vw;
  margin-left: -16px;
  margin-bottom: 37px;
}

.wc-match-preview:not(:has(.match-preview)) {
  min-height: 700px;
}

.soccer-seasonal-stats:not(:has(.seasonal-stats)) {
  min-height: 460px;
  margin-bottom: 32px;
}

.soccer-match-stats:not(:has(.match-stats)) {
  min-height: 573px;
  margin-bottom: 32px;
}

.right-rail.most-read-relative:has(.content-table) .most-read,
.right-rail.most-read-sticky:has(.content-table) .most-read {
  position: static;
  top: auto;
}

.otf-chain-third-col .story-card-info:last-child:has(img) {
  max-width: 80px;
}

.otf-chain-title-bar:has(
  .newsletter-chain-view-button,
  .title-bar-anchor-button
) {
  gap: 16px;
}

.seven-video-chain.seven-video-chain-bg
  .seven-video-chain-third-column
  > :nth-last-child(1 of .story-card-ctn) {
  margin: 0px;
}

.basic-nav:not(:has(.sticky-navbar-ad-container)) {
  margin-top: 56px;
}

.videos-feed-ctn:not(:has(.front-page)) {
  padding-top: 16px;
}

@media only screen and (min-width: 577px) {
  .notifications-menu-active:has(.notifications-menu-not-configured)
    .notifications-menu-ctn-interests {
    height: calc(-575px + 100vh);
  }
  .background-feature-cards-right:has(.background-feature-card-full-width-img)
    .background-feature-card {
    max-width: 227px;
    width: 227px;
  }
  .background-feature-cards-right:has(.background-feature-card-full-width-img)
    .background-feature-card-full-width-img {
    max-height: 210px;
    max-width: 373.33px;
    width: 373.33px;
  }
  .pos-tbl-inf:has(.pos-tbl-inf-obs) {
    flex-direction: row;
    justify-content: space-between;
  }
  .default-chain-2:has(.ad-wrapper) {
    display: flex;
  }
  .custom-class
    .otf-chain-second-col
    .streaming-story-ctn:has(.storycard-video-ctn.default-theme),
  .streamig-class
    .otf-chain-second-col
    .streaming-story-ctn:has(.storycard-video-ctn.default-theme) {
    box-sizing: content-box;
    min-height: unset;
    width: 100%;
  }
}

@media screen and (min-width: 577px) {
  .wc-bonds:not(:has(.bonds)) {
    min-height: 1246px;
  }
  .wc-scoreboard-soccer:not(:has(.scoreboard-futbol-container)) {
    min-height: 128px;
  }
}

@media screen and (min-width: 760px) {
  .wc-world-cup-2026-predict:not(:has(.world-cup-2026-predict)) {
    min-height: 2789px;
  }
  .wc-summoned-list:not(:has(.summoned-list-container)) {
    min-height: 979px;
  }
  .wc-ideal-team:not(:has(.ideal-team)) {
    min-height: 1024px;
  }
  .wc-venues:not(:has(.venues-wc)) {
    min-height: 604px;
  }
  .soccer-top-performers:not(:has(.top-performers-container)) {
    min-height: 827px;
  }
  .wc-player-evaluation-group:not(:has(.group-matches-ctn)) {
    min-height: 900px;
  }
  .wc-ideal-eleven-group:not(:has(.group-matches-ctn)) {
    min-height: 900px;
  }
  .wc-player-evaluation:not(:has(.player-evaluation)) {
    min-height: 6000px;
  }
  .wc-referees:not(:has(.referees-container)) {
    min-height: 448px;
  }
  .wc-match-preview:not(:has(.match-preview)) {
    min-height: 587px;
  }
  .soccer-seasonal-stats:not(:has(.seasonal-stats)) {
    min-height: 390px;
  }
}

@media only screen and (min-width: 769px) {
  .exclusive-article .visual__image:not(:has(figcaption)) {
    margin-bottom: 24px;
  }
  .raffle:has(.raffle__success) {
    border: 1px solid var(--orange-70);
  }
  .match-countdown-container:not(:has(.match-countdown)) {
    min-height: 120px;
    margin: 0px 0px 16px;
  }
}

@media (min-width: 992px) {
  .videos-feed-ctn:not(:has(.front-page)) {
    padding-top: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .user-default-avatar {
    margin-right: 12px;
  }
  .dynamic-chain-main-anchor-img:has(iframe) {
    width: 60%;
    padding-bottom: 0px;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  .dynamic-chain.dynamic-chain-streaming:has(
      .dynamic-chain-main-info.streaming
    ) {
    padding: 24px;
    border-radius: 24px;
  }
  .dynamic-chain.dynamic-chain-streaming:has(
      .dynamic-chain-main-info.streaming
    ):has(.dynamic-chain-streaming-no-bg) {
    padding: 0px;
  }
  .dynamic-chain.dynamic-chain-streaming:has(
      .dynamic-chain-main-info.streaming
    ).backgroundClass {
    border: 1px solid rgb(253, 204, 137);
  }
  .dynamic-chain.dynamic-chain-streaming:has(.dynamic-chain-main-info.streaming)
    .dynamic-chain-small-two {
    display: grid;
    grid-template-areas: "info img";
  }
  .dynamic-chain.dynamic-chain-streaming:has(.dynamic-chain-main-info.streaming)
    .dynamic-chain-small-two
    .dynamic-chain-small-two-info {
    grid-area: info;
  }
  .dynamic-chain.dynamic-chain-streaming:has(.dynamic-chain-main-info.streaming)
    .dynamic-chain-main-info.streaming {
    border-radius: 0px 9px 9px 0px;
    border-width: 1px 1px 1px medium;
    border-style: solid solid solid none;
    border-color: rgb(231, 190, 100) rgb(231, 190, 100) rgb(231, 190, 100)
      currentcolor;
    border-image: initial;
  }
  .dynamic-chain.dynamic-chain-streaming:has(.dynamic-chain-main-info.streaming)
    .logo-streaming-ctn {
    height: 22px;
    justify-content: center;
    width: auto;
  }
  .RI .register-preferences-button.finish:not(:disabled):hover {
    background-color: var(--orange-20);
    border: 1px solid transparent;
  }
  .default-chain-2:has(.ad-wrapper) {
    display: grid;
  }
  .basic-nav:not(:has(.sticky-navbar-ad-container)) {
    margin-top: 48px;
  }
}

@media screen and (min-width: 992px) {
  .notifications-menu-active:has(.notifications-menu-not-configured)
    .notifications-menu-ctn-interests {
    height: calc(-600px + 100vh);
  }
  .notifications-menu-active:has(.notifications-menu-not-configured)
    .notifications-menu-ctn-interests.navbar-contracted-48 {
    height: calc(-520px + 100vh);
  }
  .wc-bonds:not(:has(.bonds)) {
    min-height: 633px;
  }
  .wc-world-cup-2026-predict:not(:has(.world-cup-2026-predict)) {
    min-height: 1682px;
  }
  .wc-match-events:not(:has(.match-events)) {
    min-height: 1006px;
  }
  .wc-ideal-team:not(:has(.ideal-team)) {
    min-height: 1050px;
  }
  .wc-ideal-eleven-group:not(:has(.group-matches-ctn)) {
    min-height: 977px;
  }
  .wc-player-evaluation:not(:has(.group-matches-ctn)) {
    min-height: 977px;
  }
  .wc-player-evaluation:not(:has(.player-evaluation)) {
    min-height: 4000px;
  }
  .wc-soccer-header:not(:has(.soccer-header)) {
    min-height: 133px;
  }
  .wc-match-preview:not(:has(.match-preview)) {
    min-height: 583px;
  }
  .soccer-seasonal-stats:not(:has(.seasonal-stats)) {
    min-height: 390px;
  }
}

@media only screen and (min-width: 993px) {
  .article-right-rail-centered:has(.sport-live-events) .header-layout-wrapper {
    padding: 0px;
  }
  .article-right-rail-centered:has(.sport-live-events) .header-layout-content {
    grid-column: span 12;
    width: 100%;
  }
  .article-right-rail-centered:has(.sport-live-events)
    .header-layout-content-child {
    margin: 0px;
    max-width: max-content;
    padding: 0px;
  }
  .article-right-rail-centered:has(.sport-live-events)
    .header-layout-content-child
    .leagues-swiper-divider {
    margin: auto 0px;
  }
  .article-right-rail-centered:has(.sport-live-events)
    .header-layout-content-child
    .sport-live-events-league
    .leagues-swiper-divider {
    margin: auto;
  }
  .sectionnav-container {
    height: 48px;
  }
  .hamburger {
    grid-column: 1 / 2;
  }
  .logo-image {
    height: 24px;
    width: 100px;
  }
  .sectionnav-container > a {
    opacity: 0;
    width: 0px;
  }
  .sectionnav-container > a.visible {
    display: block;
    grid-column: 2 / 3;
    justify-self: center;
    margin-left: 24px;
    opacity: 1;
    padding-bottom: 2px;
    visibility: visible;
    width: fit-content;
  }
  .login-register-container {
    grid-column: 5 / 6;
    margin-left: 16px;
  }
  .site-logo {
    height: 100%;
    margin: 0px;
    width: unset;
  }
  .account-button,
  .site-logo {
    align-items: center;
    display: flex;
  }
  .account-button {
    height: 32px;
  }

  .identity-preferences-button:not(:disabled):hover {
    background-color: var(--orange-10);
    border: 1px solid var(--orange-60);
  }
  .register-preferences-button.finish:not(:disabled):hover {
    background-color: var(--orange-10);
    border: 1px solid var(--orange-60);
  }
}

@media screen and (min-width: 1366px) {
  .article-right-rail-centered:has(.sport-live-events) .header-layout-wrapper {
    padding: 0px;
  }
  .article-right-rail-centered:has(.sport-live-events) .header-layout-content {
    grid-column: span 12;
    width: 100%;
  }
  .article-right-rail-centered:has(.sport-live-events)
    .header-layout-content-child {
    margin: 0px;
    max-width: max-content;
  }
  .article-right-rail-centered:has(.sport-live-events)
    .header-layout-content-child
    .leagues-swiper-divider {
    margin: auto 0px;
  }
  .article-right-rail-centered:has(.sport-live-events)
    .header-layout-content-child
    .sport-live-events-league
    .leagues-swiper-divider {
    margin: auto;
  }
}

@media screen and (min-width: 1648px) {
  .article-right-rail-centered
    .header-layout-wrapper:has(.sport-live-events)
    .header-layout-content {
    grid-column: span 12;
    width: 100%;
  }
  .article-right-rail-centered
    .header-layout-wrapper:has(.sport-live-events)
    .header-layout-content-child {
    margin: inherit;
    max-width: max-content;
    padding: 0px;
  }
}

@media only screen and (max-width: 992px) {
  .site-logo {
    opacity: 1;
    visibility: visible;
  }
  .logo-image {
    margin-top: 0px;
  }
}

@media print {
  .masthead-navbar {
    border-bottom: 1px solid var(--gray-40);
    position: static;
    z-index: 1;
  }
  .hamburger {
    display: none;
  }
  .sectionnav-container {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    display: flex;
    height: fit-content;
    padding: 16px;
  }
  .sectionnav-container > a,
  .site-logo {
    display: none;
  }
  .login-register-container {
    grid-column: 3 / 4;
    justify-content: flex-end;
    margin-left: 16px;
  }
  .account-button {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 32px;
  }
  .account-button--mobile {
    display: none;
  }
  .user-default-avatar {
    margin-right: 12px;
  }
  .site-header {
    box-shadow: none;
  }
}
