/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  overflow-x: hidden;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
a {
  background-color: transparent;
}
b,
strong {
  font-weight: bolder;
}
img {
  border-style: none;
}
button,
input {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button {
  text-transform: none;
}
button {
  -webkit-appearance: button;
}
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

body {
  font-family:
    "CNNSansDisplay", "FontTwo", "FontOne", "FontThree", "Helvetica Neue",
    Helvetica, Utkal, sans-serif;
  color: #262626;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}

header {
  font-family: "FontOne", sans-serif;
  color: black;
}

a {
  text-decoration: none;
  color: inherit;
  font-size: 15px;
}

/* ===== Серый бар ===== */
.top-gray-bar {
  background: #252525;
  color: #ccc;
  font-family: acumin-pro-condensed, Rubik, Arial, Helvetica, serif;
  font-weight: 100;
  font-size: 14px;
  padding: 6px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: solid 1px #414141;
}

.top-left {
  display: none;
}

.top-right {
  margin-left: 50px;
  display: flex;
  align-items: center;
  font-weight: bold;
}

.login-icon {
  font-size: 18px;
  margin-right: 4px;
}

/* ===== Чёрный хедер ===== */

.main-black-bar {
  background: black;
  padding: 0 16px 0px 10px;
  color: white;
  height: 71px;
}

.menu-icon {
  display: none;
}

.menu-icon.desctop {
  display: block;
  margin-top: -6px;
}

.icon-serch {
  margin-top: -2px;
}

.icon-serch {
  font-family: "cnn-icons" !important;

  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.category-title {
  display: none;
}

.container-black {
  max-width: 1254px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

/* .main-logo{
  position: relative;
  top:10px;
} */
.left {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.menu-icon {
  font-size: 22px;
  cursor: pointer;
}

.category-title {
  font-size: 16px;
  font-weight: bold;
}

.nav-categories {
  display: flex;
  gap: 15px;
  margin-left: 20px;
  font-weight: 300;
}

.nav-categories a {
  color: white;
}

.nav-categories a.active {
  font-weight: 900;
}

.right.live-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.live-label {
  background: #cc0000;
  color: white;
  font-weight: bold;
  font-size: 12px;

  padding: 2px 6px;
  margin-top: 10px;
  animation: pulseBrightness 1.5s infinite ease-in-out;
}

@keyframes pulseBrightness {
  0% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(0.6);
  }
  100% {
    filter: brightness(1);
  }
}

.live-video {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

/* ===== Белый бар ===== */
.sub-white-bar {
  background: white;
  border-top: 1px solid #e0e0e0;
  padding: 20px 16px 15px 10px;
  max-width: 1254px;
  margin: 0 auto;
  font-size: 22px;
  font-weight: 100;
  overflow-x: auto;
  border-bottom: 1px solid #ccc;
}

.topics-bar a {
  font-size: 13px;
}
.topics-bar {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 15px;
  white-space: nowrap;
}

.topics-bar a.red {
  color: #c00;
  font-weight: 200;
}

.divider {
  color: #bbb;
}

/* main part */

.article-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
  padding: 20px;
  font-family: "CNNSansDisplay" sans-serif;
}

.article-content {
  flex: 3;
}

h1 {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 10px;
}

.author a {
  color: #c00;
  text-decoration: none;
  font-weight: 500;
}

.timestamp {
  font-size: 14px !important;
  color: #666;
  margin-bottom: 5px !important;
}

article img,
article video {
  width: 100%;
  margin-bottom: 10px;
}

/* Сайдбар */
.sidebar {
  flex: 1;
  background: #fefefe;
  padding: 10px;
}

.ad-placeholder {
  padding: 15px;
  text-align: center;
}

.text-container {
  padding-left: 30px;
}

article h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.4;
}

article p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 15px;
  font-weight: 300;
}

article a {
  font-size: inherit;
  color: #c00;
  text-decoration: underline;
}

/* footer */

.desctop {
  display: inline-block;
}

/* second gray footer */

.footer-legal {
  background: #3a3a3a;
  padding: 10px 20px;
  font-size: 11px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.footer-legal a {
  color: rgb(191, 191, 191);
  font-size: 11px;
  text-decoration: none;
  border-right: 1px solid #666;
  padding-right: 10px;
}

.footer-legal a:last-child {
  border: none;
}

.publicidade-btn {
  background-color: #0066cc;
  color: white !important;
  padding: 2px 8px;
  border-radius: 6px;
  font-weight: 400;
}

/* ===== Нижний футер ===== */
.footer-bottom {
  background: #1d1d1d;
  color: rgb(222, 222, 222);
  text-align: center;
  padding: 30px 20px;
}

.footer-logos {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-bottom: 20px;
}

.footer-logos img {
  height: auto;
  max-height: 40px;
}

.footer-copy {
  font-size: 14px;
  color: #ccc;
  padding-bottom: 20px;
}

@media (max-width: 1000px) {
  .sidebar {
    display: none;
  }
  .article-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .text-container {
    max-width: 780px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .nav-categories {
    display: none;
  }

  /* ===== Серый бар ===== */

  .top-gray-bar {
    background: #2e2e2e;
    color: #ccc;
    font-weight: 100;
    font-family: "FontOne" sans-serif;

    font-size: 14px;
    padding: 5px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .top-left {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 100;
  }

  .nav-categories {
    display: none;
  }

  .top-right {
    display: flex;
    align-items: center;
    font-weight: bold;
  }

  .top-right .login-icon {
    font-size: 18px;
    margin-right: 4px;
  }

  /* ===== Чёрный блок ===== */
  .menu-icon {
    display: block;
  }

  .category-title {
    display: block;
  }

  .main-black-bar {
    background: black;
    padding: 10px 16px 0px 10px;
    color: white;
    width: full;
  }

  .container-black {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .left {
    position: relative;
    top: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .main-logo {
    width: 66px;
  }

  .menu-icon {
    font-size: 22px;
    cursor: pointer;
  }

  .category-title {
    font-size: 16px;
    font-weight: bold;
  }

  .right.live-block {
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .live-label {
    background: #cc0000;
    color: white;
    font-weight: bold;
    font-size: 12px;
    padding: 2px 6px;
    margin-bottom: 4px;
  }

  .live-video {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .nav-categories {
    display: none;
  }

  /* белая часть хедера */
  .topics-bar {
    overflow-x: scroll;
  }

  .live-block {
    display: none;
  }

  .sub-white-bar {
    font-size: 22px;
    font-weight: 100;
    background: white;
    border-top: 1px solid #e0e0e0;
    padding: 30px 0 15px 0;
    border-bottom: 1px solid #e0e0e0;
  }

  .topics-scroll-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .topics-scroll-wrapper::-webkit-scrollbar {
    display: none;
  }

  .topics-bar {
    display: flex;
    gap: 10px;
    padding: 0 20px;
    white-space: nowrap;
  }

  .topics-bar a {
    font-size: 15px;
    color: black;
    font-weight: normal;
  }

  .topics-bar a.red {
    color: #c00;
    font-size: 12px;
    font-weight: 200;
  }

  .divider {
    color: #ccc;
  }

  /* main */
  .article-wrapper {
    flex-direction: column;
    padding: 15px;
  }

  h1 {
    font-size: 24px;
    line-height: 1.3;
  }

  .text-container {
    padding-left: 0;
  }

  .sidebar {
    display: none;
  }

  article h2 {
    font-size: 18px;
  }

  article p {
    font-size: 18px;
  }

  .sidebar {
    display: none;
  }

  /* footer */

  .desctop {
    display: none;
  }

  /* second footer gray */
  .footer-legal {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    font-size: 12px;
  }

  .footer-legal a {
    border: none;
    padding: 0;
  }

  .publicidade-btn {
    padding: 2px 8px !important;
  }

  .footer-logos {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }

  .footer-copy {
    text-align: left;
  }
}

/* block with blue brackets before form  */

/* orange button after comments */

.button-link {
  background-color: #f56b0d;
  /* color: white !important; */
  color: black !important;
  display: block;
  max-width: 100%;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
  border-radius: 5px;
  box-shadow: 1px 3px 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 4px 1px 1px rgba(0, 0, 0, 0.15);
  animation: heartbeat 3s ease-in-out 2s infinite both;
}
@keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.button-link:hover {
  color: #fff;
  background-color: #444;
}

.form-container {
  background-color: rgb(255 255 255 / 83%);
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  padding: 20px;
  max-width: 500px;
  position: relative;
  overflow: hidden;
  border: 2px solid #003399;
  /* margin-bottom: 30px; */
  margin: 20px auto;
  width: 100%;
}
.video-background {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.video-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.form-header {
  text-align: center;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}
.form-header h1 {
  font-size: 20px;
  color: #003399;
  margin: 0 0 8px 0;
}
.form-header p {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
}
.disclaimer {
  font-size: 12px;
  color: #333;
  text-align: center;
  margin-top: 15px;
  position: relative;
  z-index: 1;
}

.comments-area a {
  text-decoration: none;
}

/*!
   * minimum set of bootstrap includes for most embed components
   */
.post-message div p {
  font-size: 15px !important;
}
.comments-area p::first-letter {
  font-family: inherit !important;
  color: inherit !important;
  font-style: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  padding: inherit !important;
  float: none !important;
}

ul {
  list-style: none;
}

* {
  box-sizing: border-box;
}

.children .post:after,
.comment-footer__menu:after,
.nav:after,
.post-content .post-message:after,
.post-content footer,
.post-content:after,
.post-list .post:after {
  clear: both;
}

a,
button,
h1,
h2,
img,
li,
p,
strong,
ul {
  margin: 0;
  padding: 0;
  border: 0;
}

a:active,
a:hover {
  outline: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

video {
  display: inline-block;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

button,
input {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

.post-content .post-body {
  overflow: hidden;
}

.post-content:focus,
a:focus {
  outline: 0;
}

strong {
  font-weight: 700;
}

p {
  margin: 0 0 1.5em;
}

a:active,
a:hover {
  text-decoration: none;
}

button::-moz-focus-inner {
  border: 0;
}

.btn:not(:disabled):hover {
  background: #606d75;
  background: rgba(29, 47, 58, 0.7);
  color: #fff;
}

.btn:not(:disabled).active,
.btn:not(:disabled):active {
  transition: none;
  background: #f56b0d;
}

.avatar .user,
.avatar img {
  display: block;
  border-radius: 3px;
}

.avatar {
  float: left;
}

.avatar img {
  width: 48px;
  height: 48px;
}

.avatar .user {
  position: relative;
  /* z-index: 100; */
  background: #dbdfe4;
  padding: 0;
}

.post .avatar {
  margin-right: 12px;
}

.post-list {
  list-style-type: none;
  margin: 0;
}

.post-list .post:after,
.post-list .post:before {
  display: table;
  content: "";
  line-height: 0;
}

.children .post:after,
.children .post:before,
.post-content:after,
.post-content:before {
  display: table;
  line-height: 0;
  content: "";
}

.children .post {
  margin-left: 60px;
}

.children .post .avatar .user img {
  width: 36px;
  height: 36px;
}

.children .post .indicator {
  height: 36px;
}

.post-content {
  position: relative;
  margin-bottom: 24px;
  transition: all 0.2s ease-in-out;
}

.post-content .indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 48px;
  border-radius: 3px;
}

.comment-footer__menu > li a:focus {
  outline: auto;
}

.post-content .post-message-container {
  position: relative;
  overflow: hidden;
  zoom: 1;
  width: 100%;
}

.post-content .post-message {
  line-height: 21px;
}

.post-content .post-message:after,
.post-content .post-message:before {
  display: table;
  content: "";
  line-height: 0;
}

.post-content .post-message p {
  line-height: 21px;
  margin: 0 0 15px;
}

.post-content .post-message p:last-child {
  margin: 0;
}

.share__button,
.vote-down:hover,
.vote-up:hover {
  cursor: pointer;
}

.updatable {
  transition: all 0.3s linear;
}

.bullet {
  padding: 0;
  color: #c2c6cc;
  line-height: 1.4;
}

.nav {
  position: relative;
  margin: 0 0 -6px;
  padding: 0;
}

.nav:after,
.nav:before {
  display: table;
  content: "";
  line-height: 0;
}

.nav-primary {
  margin: 0 0 24px;
  border-bottom: 2px solid #e7e9ee;
}

.nav-secondary {
  margin: -12px 0 6px;
}

.nav-tab > a {
  color: #656c7a;
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 700;
  line-height: 1;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.tab-conversation.active > a:after {
  content: " ";
  display: block;
  height: 2px;
  background: #f56b0d;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
}

.nav-tab > a:hover {
  color: #2a2e2e;
}

.nav-tab--primary > a {
  font-size: 15px;
  padding: 12px 0;
  margin-right: 15px;
}

.tab-conversation {
  float: left;
}

.tab-conversation > a {
  text-transform: capitalize;
}

.tab-conversation.active > a {
  color: #2a2e2e !important;
}

@media (max-width: 480px) {
  .comment-count {
    display: none;
  }
}
.comment__footer .vote-down,
.comment__footer a,
.comment__header a {
  color: #656c7a;
  font-weight: 500;
}
.comment__footer .vote-down:hover,
.comment__footer a:hover,
.comment__header a:hover {
  color: #2a2e2e;
}
.comment__header .author {
  color: #656c7a;
  font-weight: 700;
}
.vote-down,
.vote-up {
  display: inline-block;
}
.time-ago {
  font-weight: 500;
  font-size: 12px;
  color: #687a86;
}
.vote-down,
.vote-up {
  position: relative;
  padding: 0 3px;
  line-height: 0.85;
  height: 11px;
  min-height: 14px;
  overflow: hidden;
}
.vote-down .control,
.vote-up .control {
  font-size: 12px;
  font-weight: 700;
  opacity: 0.7;
}
.vote-down {
  padding-right: 0;
  padding-left: 6px;
  border-left: 2px solid #e7e9ee;
}
.vote-up {
  padding-left: 0;
}
.vote-up:after {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: -5px;
  right: -3px;
  bottom: -10px;
}
.vote-up .count {
  color: gray;
  position: relative;
  top: -3px;
  font-size: 13px;
}
.vote-up.count-0 {
  margin-left: -3px;
}
.vote-up.count-0 .count {
  display: none;
}
.comment__header {
  line-height: 1;
  font-size: 13px;
  padding-right: 46px;
  margin-bottom: 3px;
}
.comment__header .author a {
  font-weight: 700;
}
.comment__footer {
  color: #656c7a;
  margin: 4px 0 0;
}
.comment__footer .bullet {
  line-height: 1.45;
}
.comment-footer__menu {
  margin: 0;
  padding: 0;
}
.comment-footer__menu:after,
.comment-footer__menu:before {
  display: table;
  content: "";
  line-height: 0;
}
.comment-footer__menu > li {
  float: left;
  list-style-type: none;
  padding: 0;
  font-size: 13px;
  line-height: 15px;
  margin-right: 7px !important;
}
.comment-footer__menu > li.comment__share {
  margin-right: 0;
}
.comment-footer__menu > li.realtime {
  float: right;
}
.reply a {
  padding: 2px 0;
  border-radius: 4px;
}
.comment__share {
  position: relative;
  margin-right: 0;
}
.comment-share__buttons {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  white-space: nowrap;
  display: block;
  position: relative;
  top: -14px;
  left: -7px;
}
.comment__share:hover .comment-share__buttons {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible !important;
}
.comment-share__buttons li {
  float: none;
  transition: right 0.4s ease-in-out;
  opacity: 0;
  position: absolute;
  right: 30px;
  top: -2px;
  padding-left: 8px;
}
.comment-share__buttons li.link .share__button {
  opacity: 0;
}
.comment__share:hover .comment-share__buttons li {
  opacity: 1;
}
.comment__share:hover .comment-share__buttons li.twitter {
  right: -28px;
}
.comment__share:hover .comment-share__buttons li.facebook {
  right: -52px;
}
.comment__share:hover .comment-share__buttons li.link {
  right: -230px;
}
.comment__share:hover .comment-share__buttons li.link .share__button {
  transition: opacity 0.3s ease-in-out 0.2s;
  opacity: 0.6;
}
.comment__share:focus-within .comment-share__buttons {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible !important;
}
.comment__share:focus-within .comment-share__buttons li {
  opacity: 1;
}
.comment__share:focus-within .comment-share__buttons li.twitter {
  right: -28px;
}
.comment__share:focus-within .comment-share__buttons li.facebook {
  right: -52px;
}
.comment__share:focus-within .comment-share__buttons li.link {
  right: -230px;
}
.comment__share:focus-within .comment-share__buttons li.link .share__button {
  transition: opacity 0.3s ease-in-out 0.2s;
  opacity: 0.6;
}
.share__button {
  display: inline-block;
  width: 18px !important;
  height: 18px !important;
  padding: 0 0 0 18px;
  overflow: hidden;
  border: none;
  opacity: 0.6;
}
.facebook .share__button,
.link .share__button,
.twitter .share__button {
  background-image: url("94861a62de5a06a0b4fee481763578fd9483a4c2.png");
  height: 18px;
}
.share__button:hover {
  opacity: 0.8;
}
.twitter .share__button {
  background-position: 0 -56px;
  width: 18px;
}
.facebook .share__button {
  background-position: 0 -16px;
  width: 18px;
}
.link .share__button {
  background-position: 0 -36px;
  width: 172px !important;
  padding: 0 0 2px 20px;
  text-decoration: underline;
}
.post-meta {
  display: inline-block;
}
.sso__button.no-image:not(:disabled):hover {
  background: #606d75;
  background: rgba(29, 47, 58, 0.7);
  color: #fff;
}
.sso__button.no-image:not(:disabled).active,
.sso__button.no-image:not(:disabled):active {
  transition: none;
  background: #f56b0d;
}
.button-link {
  color: #f56b0d;
  font-size: inherit;
}

.comment-share__buttons {
  display: none;
}
/*!
   * minimum set of bootstrap includes for most embed components
   */
.post-message div p {
  font-size: 15px !important;
}
.comments-area p::first-letter {
  font-family: inherit !important;
  color: inherit !important;
  font-style: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  padding: inherit !important;
  float: none !important;
}

ul {
  list-style: none;
}

* {
  box-sizing: border-box;
}

.children .post:after,
.comment-footer__menu:after,
.nav:after,
.post-content .post-message:after,
.post-content footer,
.post-content:after,
.post-list .post:after {
  clear: both;
}

a,
button,
h1,
h2,
img,
li,
p,
strong,
ul {
  margin: 0;
  padding: 0;
  border: 0;
}

a:active,
a:hover {
  outline: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

video {
  display: inline-block;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

button,
input {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

.post-content .post-body {
  overflow: hidden;
}

.post-content:focus,
a:focus {
  outline: 0;
}

strong {
  font-weight: 700;
}

p {
  margin: 0 0 1.5em;
}

a:active,
a:hover {
  text-decoration: none;
}

button::-moz-focus-inner {
  border: 0;
}

.btn:not(:disabled):hover {
  background: #606d75;
  background: rgba(29, 47, 58, 0.7);
  color: #fff;
}

.btn:not(:disabled).active,
.btn:not(:disabled):active {
  transition: none;
  background: #f56b0d;
}

.icon-arrow:before {
  content: "\25bd";
}
.icon-arrow-2:before {
  content: "\25b3";
}

.avatar .user,
.avatar img {
  display: block;
  border-radius: 3px;
}

.avatar {
  float: left;
}

.avatar img {
  width: 48px;
  height: 48px;
}

.avatar .user {
  position: relative;
  /* z-index: 100; */
  background: #dbdfe4;
  padding: 0;
}

.post .avatar {
  margin-right: 12px;
}

.post-list {
  list-style-type: none;
  margin: 0;
}

.post-list .post:after,
.post-list .post:before {
  display: table;
  content: "";
  line-height: 0;
}

.children .post:after,
.children .post:before,
.post-content:after,
.post-content:before {
  display: table;
  line-height: 0;
  content: "";
}

.children .post {
  margin-left: 60px;
}

.children .post .avatar .user img {
  width: 36px;
  height: 36px;
}

.children .post .indicator {
  height: 36px;
}

.post-content {
  position: relative;
  margin-bottom: 24px;
  transition: all 0.2s ease-in-out;
}

.post-content .indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 48px;
  border-radius: 3px;
}

.comment-footer__menu > li a:focus {
  outline: auto;
}

.post-content .post-message-container {
  position: relative;
  overflow: hidden;
  zoom: 1;
  width: 100%;
}

.post-content .post-message {
  line-height: 21px;
}

.post-content .post-message:after,
.post-content .post-message:before {
  display: table;
  content: "";
  line-height: 0;
}

.post-content .post-message p {
  line-height: 21px;
  margin: 0 0 15px;
}

.post-content .post-message p:last-child {
  margin: 0;
}

.share__button,
.vote-down:hover,
.vote-up:hover {
  cursor: pointer;
}

.updatable {
  transition: all 0.3s linear;
}

.bullet {
  padding: 0;
  color: #c2c6cc;
  line-height: 1.4;
}

.nav {
  position: relative;
  margin: 0 0 -6px;
  padding: 0;
}

.nav:after,
.nav:before {
  display: table;
  content: "";
  line-height: 0;
}

.nav-primary {
  margin: 0 0 24px;
  border-bottom: 2px solid #e7e9ee;
}

.nav-secondary {
  margin: -12px 0 6px;
}

.nav-tab > a {
  color: #656c7a;
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 700;
  line-height: 1;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.tab-conversation.active > a:after {
  content: " ";
  display: block;
  height: 2px;
  background: #f56b0d;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
}

.nav-tab > a:hover {
  color: #2a2e2e;
}

.nav-tab--primary > a {
  font-size: 15px;
  padding: 12px 0;
  margin-right: 15px;
}

.tab-conversation {
  float: left;
}

.tab-conversation > a {
  text-transform: capitalize;
}

.tab-conversation.active > a {
  color: #2a2e2e !important;
}

@media (max-width: 480px) {
  .comment-count {
    display: none;
  }
}
.comment__footer .vote-down,
.comment__footer a,
.comment__header a {
  color: #656c7a;
  font-weight: 500;
}
.comment__footer .vote-down:hover,
.comment__footer a:hover,
.comment__header a:hover {
  color: #2a2e2e;
}
.comment__header .author {
  color: #656c7a;
  font-weight: 700;
}
.vote-down,
.vote-up {
  display: inline-block;
}
.time-ago {
  font-weight: 500;
  font-size: 12px;
  color: #687a86;
}
.vote-down,
.vote-up {
  position: relative;
  padding: 0 3px;
  line-height: 0.85;
  height: 11px;
  min-height: 14px;
  overflow: hidden;
}
.vote-down .control,
.vote-up .control {
  font-size: 12px;
  font-weight: 700;
  opacity: 0.7;
}
.vote-down {
  padding-right: 0;
  padding-left: 6px;
  border-left: 2px solid #e7e9ee;
}
.vote-up {
  padding-left: 0;
}
.vote-up:after {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: -5px;
  right: -3px;
  bottom: -10px;
}
.vote-up .count {
  color: gray;
  position: relative;
  top: -3px;
  font-size: 13px;
}
.vote-up.count-0 {
  margin-left: -3px;
}
.vote-up.count-0 .count {
  display: none;
}
.comment__header {
  line-height: 1;
  font-size: 13px;
  padding-right: 46px;
  margin-bottom: 3px;
}
.comment__header .author a {
  font-weight: 700;
}
.comment__footer {
  color: #656c7a;
  margin: 4px 0 0;
}
.comment__footer .bullet {
  line-height: 1.45;
}
.comment-footer__menu {
  margin: 0;
  padding: 0;
}
.comment-footer__menu:after,
.comment-footer__menu:before {
  display: table;
  content: "";
  line-height: 0;
}
.comment-footer__menu > li {
  float: left;
  list-style-type: none;
  padding: 0;
  font-size: 13px;
  line-height: 15px;
  margin-right: 7px;
}
.comment-footer__menu > li.comment__share {
  margin-right: 0;
}
.comment-footer__menu > li.realtime {
  float: right;
}
.reply a {
  padding: 2px 0;
  border-radius: 4px;
}
.comment__share {
  position: relative;
  margin-right: 0;
}
.comment-share__buttons {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  white-space: nowrap;
  display: block;
  position: relative;
  top: -14px;
  left: -7px;
}
.comment__share:hover .comment-share__buttons {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible !important;
}
.comment-share__buttons li {
  float: none;
  transition: right 0.4s ease-in-out;
  opacity: 0;
  position: absolute;
  right: 30px;
  top: -2px;
  padding-left: 8px;
}
.comment-share__buttons li.link .share__button {
  opacity: 0;
}
.comment__share:hover .comment-share__buttons li {
  opacity: 1;
}
.comment__share:hover .comment-share__buttons li.twitter {
  right: -28px;
}
.comment__share:hover .comment-share__buttons li.facebook {
  right: -52px;
}
.comment__share:hover .comment-share__buttons li.link {
  right: -230px;
}
.comment__share:hover .comment-share__buttons li.link .share__button {
  transition: opacity 0.3s ease-in-out 0.2s;
  opacity: 0.6;
}
.comment__share:focus-within .comment-share__buttons {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible !important;
}
.comment__share:focus-within .comment-share__buttons li {
  opacity: 1;
}
.comment__share:focus-within .comment-share__buttons li.twitter {
  right: -28px;
}
.comment__share:focus-within .comment-share__buttons li.facebook {
  right: -52px;
}
.comment__share:focus-within .comment-share__buttons li.link {
  right: -230px;
}
.comment__share:focus-within .comment-share__buttons li.link .share__button {
  transition: opacity 0.3s ease-in-out 0.2s;
  opacity: 0.6;
}
.share__button {
  display: inline-block;
  width: 18px !important;
  height: 18px !important;
  padding: 0 0 0 18px;
  overflow: hidden;
  border: none;
  opacity: 0.6;
}
.facebook .share__button,
.link .share__button,
.twitter .share__button {
  background-image: url("94861a62de5a06a0b4fee481763578fd9483a4c2.png");
  height: 18px;
}
.share__button:hover {
  opacity: 0.8;
}
.twitter .share__button {
  background-position: 0 -56px;
  width: 18px;
}
.facebook .share__button {
  background-position: 0 -16px;
  width: 18px;
}
.link .share__button {
  background-position: 0 -36px;
  width: 172px !important;
  padding: 0 0 2px 20px;
  text-decoration: underline;
}
.post-meta {
  display: inline-block;
}
.sso__button.no-image:not(:disabled):hover {
  background: #606d75;
  background: rgba(29, 47, 58, 0.7);
  color: #fff;
}
.sso__button.no-image:not(:disabled).active,
.sso__button.no-image:not(:disabled):active {
  transition: none;
  background: #f56b0d;
}
.publisher-nav-color {
  text-decoration: none;
}
.button-link {
  color: #f56b0d;
  font-size: inherit;
}

.comment-share__buttons {
  display: none;
}
h1 {
  margin-top: 15px;
}

:root {
  --bacground: #0bb224;
  --text: #fff;
  --input-color: #000;
  --border: #eee;
  --focus-color: ;
}
input {
  border-radius: 10px !important;
}

.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;
}

: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;
}

.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;
  scroll-behavior: smooth;
}

.fusion-app:has(.full-screen) {
  overflow: hidden;
}

body {
  margin: 0px;
  margin-block: 0px;
}

a,
a:hover,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}

* {
  box-sizing: border-box;
}

: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;
}

.body-article .visual__image:not(:has(figcaption)),
.body-article .visual__video:not(:has(figcaption)) {
  margin-bottom: 16px;
}

.follow-button-tooltip__close:focus-visible {
  outline: 2px solid var(--gray-70);
  outline-offset: 2px;
}

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;
}

.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;
}

.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;
  }
}

.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;
}

: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;
}

.dfpAd,
.ad-wrapper {
  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: initial !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;
  scroll-behavior: smooth;
}

.fusion-app:has(.full-screen) {
  overflow: hidden;
}

body {
  margin: 0px;
  margin-block: 0px;
}

a,
a:hover,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}

* {
  box-sizing: border-box;
}

: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;
}

.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 .visual__image:not(:has(figcaption)),
.body-article .visual__video:not(:has(figcaption)) {
  margin-bottom: 16px;
}

.follow-button-tooltip__close:focus-visible {
  outline: 2px solid var(--gray-70);
  outline-offset: 2px;
}

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-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;
}

.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) {
  .masthead-header .ctn-quicklinks {
    margin: 0px -16px 12px;
  }
  .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;
  }
  .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 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) {
  .ad-desktop {
    display: flex;
  }
  .exclusive-article .visual__image:not(:has(figcaption)) {
    margin-bottom: 24px;
  }
  .page-container {
    max-width: 1236px;
  }
  .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) {
  .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;
  }
  .masthead-header .mhh-new {
    display: flex;
  }
  .masthead-header .ctn-quicklinks {
    margin: 0px 0px 20px;
  }

  .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 (min-width: 1168px) {
  .masthead-header .mhh-new {
    max-width: 1204px;
  }
}

@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 print {
  .ad-wrapper {
    display: none;
  }
}
.top {
  margin-top: 50px;
}

.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;
  scroll-behavior: smooth;
}

.fusion-app:has(.full-screen) {
  overflow: hidden;
}

body {
  margin: 0px;
  margin-block: 0px;
}

a,
a:hover,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}

* {
  box-sizing: border-box;
}

.align_items_center {
  align-items: center;
}

.justify_center {
  justify-content: center;
}

.display_flex {
  display: flex;
}

.display_grid {
  display: grid;
}

.flex_column {
  flex-direction: column;
}

: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;
}

.body-article .visual__image:not(:has(figcaption)),
.body-article .visual__video:not(:has(figcaption)) {
  margin-bottom: 16px;
}

.follow-button-tooltip__close:focus-visible {
  outline: 2px solid var(--gray-70);
  outline-offset: 2px;
}

.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: initial;
  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;
}

.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;
}

.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);
}

.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);
}

.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) {
  .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;
  }
  .notifications-menu-active:has(.notifications-menu-not-configured)
    .notifications-menu-ctn-interests {
    height: calc(-575px + 100vh);
  }
  .svg-icon {
    height: 22px;
    width: 22px;
  }
  .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) {
  .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;
  }
  .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;
  }

  .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;
  }
}
