/* NOTICIA */
@font-face {
  font-family: "DINReg";
  src: url("/pub/fonts/DinOT-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
/* NOTICIA */
@font-face {
  font-family: "Verlag Compressed Bold";
  src: url("/pub/fonts/VerlagCompressed-BoldItalic.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
:root {
  --infostripe-blue: rgba(31, 80, 102, 1);
  --infostripe-green: rgba(0, 167, 81, 1);
}
.layout-block.box__block {
  margin: 0;
  z-index: 0;
  /* background-color: var(--infostripe-blue); */
}

/***** info worldcup2022 *****/
.container__row.box__block--section.worldcup .box__block--main {
  max-width: 1140px;
  min-width: 100vw;
}
/* .layout-block.box__block .box-worldcup {
  max-width: 1140px;
} */
.layout-block.box__block .box-worldcup .box__block--outer-wrapper {
  background: #fff;
}
.layout-block.box__block .worldcup__wrapper {
  display: flex;
  color: #fff;
  background-color: transparent;
  width: 100%;
}
.layout-block.box__block .worldcup__wrapper .worldcup__col {
  /* padding: 10px 15px 10px 20px; */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.layout-block.box__block .worldcup__wrapper .worldcup__first {
  text-transform: uppercase;
  color: #fff;
  font-family: "Verlag Compressed Bold";
  font-size: 3rem;
  font-weight: 400;
  padding: 0 10px;
  height: inherit;
  background-image: url(/pub/i/qatar2022_logo.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.layout-block.box__block .worldcup__wrapper .worldcup__second {
  text-transform: uppercase;
  color: #8a1538;
  font-family: "DINReg";
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  z-index: 2;
  position: relative;
  height: inherit;
  padding: 10px 20px 10px 25px;
  min-width: 10%;
}

.layout-block.box__block .worldcup__wrapper .worldcup__first p {
  white-space: pre;
  z-index: 2;
}
.layout-block.box__block .worldcup__wrapper .worldcup__third {
  font-family: "DIN Pro";
  font-size: 1.45rem;
  line-height: 28px;
  background-color: #8a1538;
  z-index: 2;
  color: #fff;
  min-width: 81%;
  background-image: url(/pub/i/vb2022_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.layout-block.box__block .worldcup__wrapper .worldcup__third::before {
  content: "";
  display: block;
  position: absolute;
  width: -webkit-fill-available;
  width: -moz-available;
  height: 100%;
  background-color: rgba(138, 21, 56, 0.8);
}
.layout-block.box__block .worldcup__wrapper .worldcup__third div {
  z-index: 2;
}
.layout-block.box__block .worldcup__wrapper .worldcup__third .tag {
  color: #8a1538;
  background: #eee;
  border: 1px solid #fff;
}

.layout-block.box__block .worldcup__wrapper .worldcup__second p {
  color: var(--infostripe-blue);
  white-space: pre-wrap;
  z-index: 2;
}
.layout-block.box__block .worldcup__wrapper .worldcup__second p span {
  color: #8a1538;
  z-index: 2;
}
.layout-block.box__block .worldcup__wrapper .worldcup__logo {
  background-color: #fff;
  padding: 0;
  min-width: 19%;
  border-right: 1px solid rgba(138, 21, 56, 0.2);
  border-left: 1px solid rgba(138, 21, 56, 0.2);
  background-image: url(/pub/i/qatar2022_logo.webp);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: inherit;
}
.layout-block.box__block .worldcup__wrapper .worldcup__logo:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
}
.toggle__visible svg {
  fill: #8a1538 !important;
}
.toggle__visible svg g {
  stroke: #8a1538 !important;
}
.vb__content-box .date__today {
  font: 600 14px "Open Sans", sans-serif !important;
}
.vb__content-box .vb__content-box--data {
  font: 600 18px "Open Sans", sans-serif !important;
}
.vb__content-box .vb__content-box--schedule {
  font: 600 14px "Open Sans", sans-serif !important;
}
.layout-block.box__block .worldcup__wrapper .worldcup__logo img {
  display: block;
  width: 150px;
  height: auto;
  object-fit: cover;
  z-index: 2;
}

.box__block--section.worldcup .box__block--connected.visible {
  background-color: #fff;

  border-top: 1px solid rgba(138, 21, 56, 0.2);
}
.boxlist__block--link {
  color: rgba(138, 21, 56, 1);
}
.boxlist__block--link:not(:last-child) {
  border-right: 1px solid rgba(138, 21, 56, 0.2);
}
.box__block--section.worldcup .vb__content-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 5px 10px;
}
.box__block--section.worldcup .vb__content-box--data {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: center;
}
.box__block--section.worldcup .vb__content-box--schedule {
  text-align: right;
}
/***** info podcast *****/
.layout-block.box__block .podcast__wrapper {
  display: flex;
  justify-content: center;
  color: #fff;
  background-color: transparent;
  width: 100%;
}
.container__row.box__block--section.podcast .box__block--main {
  width: 100%;
}
.layout-block.box__block .podcast__wrapper .podcast__col {
  padding: 10px 15px 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.layout-block.box__block .podcast__wrapper .podcast__first {
  text-transform: uppercase;
  color: #fff;
  font-family: "Verlag Compressed Bold";
  font-size: 3rem;
  font-weight: 400;
  /* padding: 0 10px; */
  height: inherit;
  width: 30vmin;
}

.layout-block.box__block .podcast__wrapper .podcast__first:after {
  left: 10px;
  content: "";
  display: block;
  position: absolute;
  width: -webkit-fill-available;
  width: -moz-available;
  height: 50vh;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-10deg);
  transform: translateY(-50%) rotate(10deg);
  z-index: 1;
  background-color: var(--infostripe-blue);
}
.layout-block.box__block .podcast__wrapper .podcast__second {
  text-transform: uppercase;
  color: #fff;
  font-family: "DINReg";
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  z-index: 2;
  position: relative;
  height: inherit;
  width: 20vmin;
}
.layout-block.box__block .podcast__wrapper .podcast__second:after {
  left: 0;
  content: "";
  display: block;
  position: absolute;
  width: -webkit-fill-available;
  width: -moz-available;
  height: 50vh;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-10deg);
  transform: translateY(-50%) rotate(10deg);
  z-index: 1;
  background-color: var(--infostripe-green);
}
.layout-block.box__block .podcast__wrapper .podcast__first p {
  white-space: pre;
  z-index: 2;
}
.layout-block.box__block .podcast__wrapper .podcast__third {
  font-family: "DIN Pro";
  font-size: 1.45rem;
  line-height: 28px;
  background-color: var(--infostripe-blue);
  z-index: 2;
  width: 88vmin;
}
.layout-block.box__block .podcast__wrapper .podcast__third div {
  z-index: 2;
}
.layout-block.box__block .podcast__wrapper .podcast__third a {
  color: #fff;
}
.layout-block.box__block .podcast__wrapper .podcast__third:after {
  left: -3px;
  content: "";
  display: block;
  position: absolute;
  width: -webkit-fill-available;
  width: -moz-available;
  height: 50vh;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-10deg);
  transform: translateY(-50%) rotate(10deg);
  z-index: -1;
  background-color: var(--infostripe-blue);
  right: -5px;
}
.layout-block.box__block .podcast__wrapper .podcast__second p {
  color: var(--infostripe-blue);
  white-space: pre-wrap;
  z-index: 2;
}
.layout-block.box__block .podcast__wrapper .podcast__second p span {
  color: #fff;
  z-index: 2;
}
.layout-block.box__block .podcast__wrapper .podcast__logo {
  /* background-color: #fff;
  padding: 0;
  width: 11vmin;
  padding: 10px 0 10px 10px; */
  background-color: rgba(31, 80, 102, 1);
  padding: 10px;
  /* width: 11vmin; */
  /* padding: 10px 0 10px 10px; */
  overflow: visible;
  z-index: 9;
}
.layout-block.box__block .podcast__wrapper .podcast__logo:after {
  left: -3px;
  content: "";
  display: block;
  position: absolute;
  width: -webkit-fill-available;
  width: -moz-available;
  height: 50vh;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-10deg);
  transform: translateY(-50%) rotate(10deg);
  z-index: 2;
  background-color: transparent;
  right: -5px;
}
.box__block--outer-wrapper .toggle__visible {
  min-width: 46px !important;
  width: 3%;
  height: 46px;
}
.box__block .toggle__visible span {
  width: 50px;
  height: 50px;
  display: flex;
  z-index: 9999999999999999999;
  /* position: absolute; */
  /* top: 50%; */
  /* right: 0; */
  position: fixed;
}
.box__block .toggle__visible span svg {
  width: 100%;
  height: 100%;
}
.layout-block.box__block .podcast__wrapper .podcast__logo img {
  display: block;
  width: 90%;
  height: 100%;
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.box__block--title span {
  position: relative;
}
.box__block--title span:not(:last-child):after {
  content: "";
}

section.box__block {
  width: 100%;
}
.box__block--main {
  width: auto;
  margin: 0 auto;
}
.box__block--outer-wrapper {
  margin: 0 auto;
}
/* .box__block--wrapper, */
.box__block--outer-wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: auto;
  max-width: 1140px;
  justify-content: space-around;
  margin: 0 auto;
  position: relative;
  /* max-height: 65px; */
}
.box__block--logo {
  width: auto;
  height: auto;
  padding: 0 20px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box__block--logo img {
  object-fit: contain;
  z-index: 999;
}
.box__block--logo svg {
  width: 15vw;
}
.box__block--title {
  width: 100%;
  height: inherit;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  /* display: flex;
  justify-content: flex-end;
  align-items: center; */
  white-space: pre-line;
  transform: translateX(-3%);
}
.toggle__visible {
  cursor: pointer;
}
.toggle__visible svg {
  pointer-events: none;
  /* fill: #fff; */
}

.toggle__visible:not(.active) svg {
  transition: 400ms all ease;
}
.toggle__visible.active svg {
  transform: rotate(-180deg);
  transition: 400ms all ease;
}
.box__block--connected:not(.visible) {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  height: 0;
  border-top: none;
  transition: 500ms opacity ease, 400ms height ease-in;
}
.box__block--content:not(.visible) {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  height: 0;
  border-top: none;
  transition: 500ms opacity ease, 400ms height ease-in;
}
.toggle__visible svg g circle {
  display: none;
}
.box__block--connected.visible {
  max-width: 1140px;
  visibility: visible;
  opacity: 1;
  display: table;
  /* margin: 5px 0; */
  margin: 0 auto;

  transition: 500ms opacity ease, 400ms height ease-in;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.box__block--content.visible {
  max-width: 1140px;
  width: 100%;
  visibility: visible;
  opacity: 1;
  display: table;
  /* margin: 5px 0; */
  padding: 0 0 0.75rem 0;
  transition: 500ms opacity ease, 400ms height ease-in;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  height: auto;
}

.box__block--connected.hidden {
  height: 0;
  visibility: hidden;
  opacity: 0;
}
.boxlist__block--link {
  position: relative;
}
.boxlist__block--link:not(:last-of-type)::after {
  content: "";
  position: absolute;
  height: 90%;
  top: 5%;
  right: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.boxlist__block--link:nth-of-type(1):last-child {
  width: auto;
  padding: 10px;
  flex: 1 auto;
  margin: 0;
  display: table-cell;
  align-items: center;
}
.valasztas__row .box__col {
  margin: 1rem 0;
}
.valasztas__row .box__col:not(:first-child) {
  border-left: 1px solid rgba(238, 238, 238, 0.5);
}
/* .boxlist__block--link:not(:last-child) {
  border-right: 1px solid #fff;
} */
.boxlist__block--link:nth-of-type(1):nth-last-of-type(2),
.boxlist__block--link:nth-of-type(2):last-child {
  width: 50%;
  padding: 10px;
  flex: 1 auto;
  margin: 0;
  display: table-cell;
  align-items: center;
}

.boxlist__block--link:nth-of-type(1):nth-last-of-type(3),
.boxlist__block--link:nth-of-type(2):nth-last-of-type(2),
.boxlist__block--link:nth-of-type(3):last-child {
  width: calc(100% / 3);
  flex: 1 auto;
  margin: 0;
  padding: 10px;
  display: table-cell;
  align-items: center;
}
.boxlist__block--link:nth-of-type(1):nth-last-of-type(4),
.boxlist__block--link:nth-of-type(2):nth-last-of-type(3),
.boxlist__block--link:nth-of-type(3):nth-last-of-type(2),
.boxlist__block--link:nth-of-type(4):last-child {
  width: calc(100% / 4);
  flex: 1 auto;
  margin: 0;
  padding: 10px;
  display: table-cell;
  align-items: center;
}

.boxlist__block--link:nth-of-type(1):nth-last-of-type(5),
.boxlist__block--link:nth-of-type(2):nth-last-of-type(4),
.boxlist__block--link:nth-of-type(3):nth-last-of-type(3),
.boxlist__block--link:nth-of-type(4):nth-last-of-type(2),
.boxlist__block--link:nth-of-type(5):last-child {
  width: calc(100% / 5);
  flex: 1 auto;
  margin: 0;
  padding: 10px;
  display: table-cell;
  align-items: center;
}

.layout-block.box__block .ukraine {
  background-image: linear-gradient(#005bbb, #ffd500);
}

.worldcup__logo img {
  width: 100px;
  height: 100px;
}

.vb__content-box--data {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.vb__content-box--data table {
  width: 40%;
}

/* flexbox */
.flexbox {
  width: 100%;
  border: none;
  min-height: 4rem;
}
.flexbox .box-flexbox {
  height: 100%;
  max-height: 6rem;
  /* max-height: 4rem; */
}
.flexbox .box__block--main {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.flexbox .box__block--outer-wrapper {
  height: inherit;
}
.box-flexbox .box__block--wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: inherit;
  background-color: rgb(50, 61, 77);
}
.box-flexbox .box__block--logo {
  height: inherit;
  padding: 0;
  position: relative;
  padding: 0 15px;
}
.box-flexbox .box__block--logo svg {
  max-width: 15rem;
  height: 100%;
  width: 100%;
  z-index: 99;
}
.box-flexbox .box__block--logo svg g text {
  fill: #f2f2f2 !important;
}
.box-flexbox .box__block--title {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  white-space: pre-line;
  padding: 0 2.25rem;
  z-index: 9999;
  text-align: center;
}
.box-flexbox .box__block--title a {
  /* color: #212121; */
  color: #fff;
  font-size: 1.25rem;
}
.box-flexbox .box__block--logo {
  background-color: var(--infostripe-blue);
}
.flexbox .box__block--connected.visible {
  height: max-content;
  padding: 0 0 0.5rem 0;
}
/************************ usa election ***************************/
.usa_elnok_2024 {
  display: flex;
  width: 100%;
  height: 7rem;
}
.usa__election--wrapper {
  width: 70%;
  height: 7rem;
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  z-index: 2;
  order: 2;
  overflow: hidden;
}
.usa__election--leftimage {
  background-image: url("/pub/i/usaelection/harris.png");
  background-repeat: no-repeat;
  /* width: 16vw; */
  height: inherit;
  background-size: cover;
  /* background-size: contain; */
  background-position: left;
  order: 1;
  width: 25%;
}
.usa__election--rightimage {
  background-image: url("/pub/i/usaelection/trump.png");
  background-repeat: no-repeat;
  /* width: 16vw; */
  height: inherit;
  background-size: cover;
  /* background-size: contain; */
  background-position: right;
  order: 3;
  width: 25%;
}
.box-usaelnok2024.usa__election {
  display: flex;
  min-height: 7rem;
  max-height: 7rem;

  z-index: 1;
}
.usa_elnok_2024 {
  background-image: url("/pub/i/usaelection/bg2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: local;
}
.usa__election--lefttext,
.usa__election--righttext,
.usa__election--centertext {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding: 0.25rem 0 0;
  flex: 1;
}
.usa__election--lefttext {
  order: 2;
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  z-index: 0;
}
.usa__election--leftvotes {
  font-family: "Roboto";
}
.usa__election--leftvotepercent {
  font-family: "Roboto";
}
.usa__election--leftvotes,
.usa__election--leftvotepercent,
.usa__election--rightvotes,
.usa__election--rightvotepercent {
  color: #fff;
  font-size: 15px;
}

.usa__election--lefttitle,
.usa__election--righttitle {
  height: 100%;
  color: #fff;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "DIN Pro";
}
.usa__election--leftsubtitle,
.usa__election--rightsubtitle {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "DIN Pro";
}
.usa__election--leftsubtitle {
  /* color: #0a6aa6; */
  background-color: #0a6aa6;
  padding: 6px 0 6px 2px;
  width: 100%;
  color: #fff;
  /* margin-top: 0.2rem; */
}
.usa__election--rightsubtitle {
  /* color: #ce1c1c; */
  background-color: #ce1c1c;
  padding: 6px 2px 6px 0;
  width: 100%;
  color: #fff;
  /* margin-top: 0.2rem; */
  text-align: end;
}
.usa__election--centertext {
  order: 3;
  width: 62%;
  height: auto;
  color: #212121 !important;
  font-size: 18px;
  padding: 4px 0 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
  overflow: hidden;
}
.usa__election--centertext p,
.usa__election--centertext p a {
  max-height: 76px;
  height: 100%;
  overflow: hidden;
  color: #212121 !important;
  font-family: "DIN Pro";
  font-size: 0.85rem;
  white-space: pre-wrap;
  word-break: break-all;
  padding: 0.15rem;
}
.usa__election--centertext a {
  max-height: 76px;
  height: 100;
  overflow: hidden;
  color: #212121 !important;
  font-family: "DIN Pro";
}
.usa__election--centertext a:hover {
  text-decoration: underline;
}
.usa__election--electorwrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
  width: 100%;
  position: relative;
}
.usa__election--electorwrapper::after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 50%;
  background-image: linear-gradient(black 33%, rgba(255, 255, 255, 0) 0%);
  background-position: right;
  background-size: 1px 9px;
  background-repeat: repeat-y;
  width: 1px;
  /* border: 1px dashed #212121; */
}
.usa__election--righttext {
  order: 4;
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  z-index: 0;
}
.usa__election--centerblahtext {
  max-height: 64px;
}
.usa__election--leftvotepercent,
.usa__election--rightvotes,
.usa__election--rightvotepercent {
  font-family: "Roboto";
}
.usa__election--flag {
  display: none;
}
.usa__election--electorcount--harris {
  /* background-color: #0a6aa6; */
  /* padding: 10px 20px; */
  padding: 5px 20px 4px;
  width: 100%;
  color: #212121;
  font-family: "DIN-Pro";
  font-weight: 700;
  font-size: 20px;
}
.usa__election--electorwrapper--trump {
  color: #212121;
  /* background-color: #ce1c1c; */
  /* padding: 10px 20px; */
  padding: 5px 20px 4px;
  width: 100%;
  font-family: "DIN-Pro";
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
.usa__election--electorcount--harris::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  border: 1px solid #fff;
}
.usa__election--electorwrapper--trump:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  border: 1px solid #fff;
}
.dark .usa__election--centertext {
  color: #fff !important;
  background-color: rgb(58, 58, 58) !important;
}
.dark .usa__election--centertext a {
  color: #fff !important;
}

/******************* election map  ********************/
/* #election_root {
  background: rgba(0, 0, 0, 0.1);
}
.dark #election_root svg g path {
  fill: rgba(33, 33, 33, 0.7);
}
.dark #election_root svg g path:hover {
  fill: orangered;
}
#election_root .state.state-label {
  stroke: rgba(33, 33, 33, 0.7);
}
#election_root .state {
  stroke: rgba(255, 255, 255, 0.5);
}
#election_root svg g path {
  fill: rgba(33, 33, 33, 0.3);
}
#election_root svg g path:hover {
  fill: orangered;
}
#election_root #state_tooltip {
  background-color: #ededed;
}
#election_root .state.state-label {
  stroke: #fff;
  font-family: "DIN Pro";
}
.dark #election_root #state_tooltip {
  background-color: rgba(33, 33, 33, 0.9);
} */
/* Light Mode */
.map-container {
  background-color: #f5f5f5;
  color: #333;
  border: 1px solid #ddd;
}

#election_root .state {
  fill: #e6e8f0; /* Softer background for unselected states */
  stroke: #666666; /* Darker border for improved contrast */
  transition: fill 0.3s ease;
}
.dark #election_root .state {
  fill: #4b4b4b; /* Dark gray for unselected states */
  stroke: #888888; /* Medium gray border for contrast */
  transition: fill 0.3s ease;
}
#election_root .state:hover {
  fill: #bfc9d9; /* Light grey-blue to signify hover state */
  stroke: #444444; /* Darker border on hover for distinction */
}
.dark #election_root .state:hover {
  fill: #5c5c5c; /* Slightly lighter shade on hover */
  stroke: #bbbbbb; /* Lighter gray border on hover */
}
#election_root .state_harris {
  fill: #0a6aa6 !important;
}
#election_root .state-label-harris {
  stroke: #999 !important;
}
#election_root .state-label-trump {
  stroke: #999 !important;
}
#election_root .state_trump {
  fill: #ce1c1c !important;
}
#election_root svg g path:hover {
  fill: #cdd4e0;
}
.legend {
  background-color: #ffffff;
  color: #333;
  border: 1px solid #ccc;
}
#election_root #state_tooltip {
  background-color: #f0f0f0; /* Dark background for tooltip */
  color: #333333; /* Light font color for contrast */
  border-radius: 5px;
  padding: 10px;
  font-size: 0.9em;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3); /* Soft shadow for depth */
}
#election_root #state_tooltip h3 {
  color: #333333 !important; /* Highlighted title color for improved readability */
  font-weight: bold !important;
  font-family: "DIN Pro";
}
#election_root #state_tooltip h4 {
  color: #333333 !important; /* Highlighted title color for improved readability */
  font-weight: bold !important;
  font-family: "DIN Pro";
}
#election_root #state_tooltip p {
  font-family: "Roboto";
  margin: 5px 0 !important;
}
#election_root #state_tooltip p span {
  font-family: "Roboto";
  color: #333333 !important;
}
.dark #election_root #state_tooltip {
  background-color: #333333; /* Dark background for tooltip */
  color: #f0f0f0; /* Light font color for contrast */
  border-radius: 5px;
  padding: 10px;
  font-size: 0.9em;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3); /* Soft shadow for depth */
}
.dark #election_root #state_tooltip h3 {
  color: #ffffff !important; /* Highlighted title color for improved readability */
  font-weight: bold !important;
  font-family: "DIN Pro";
}
.dark #election_root #state_tooltip h4 {
  color: #ffd966 !important; /* Highlighted title color for improved readability */
  font-weight: bold !important;
  font-family: "DIN Pro";
}
.dark #election_root #state_tooltip p {
  font-family: "Roboto";
  margin: 5px 0 !important;
}
.dark #election_root #state_tooltip p span {
  font-family: "Roboto";
  color: #ffffff !important;
}
#election_root .refresh_date {
  font-family: "Roboto";
}

/* Dark Mode */
body.dark .map-container {
  background-color: #2c2f33;
  color: #f0f0f0;
  border: 1px solid #444;
}

body.dark .state {
  fill: #3a3e47;
  stroke: #555b66;
  transition: fill 0.3s ease;
}

body.dark .state_harris {
  fill: #0a6aa6 !important;
}

body.dark .state_trump {
  fill: #ce1c1c !important;
}

body.dark .state:hover {
  fill: #565d6b !important;
}

body.dark .legend {
  background-color: #3b4048;
  color: #f0f0f0;
  border: 1px solid #555;
}

@media screen and (max-width: 1000px) {
  .usa_elnok_2024 {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #election_root #state_tooltip {
    max-width: 50vw;
    height: auto;
  }
  .box-usaelnok2024.usa__election {
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 2rem auto;
    min-height: 13rem;
  }
  .usa__election--electorwrapper--trump:after,
  .usa__election--electorcount--harris::before {
    content: unset;
  }
  .usa__election--lefttitle,
  .usa__election--righttitle,
  .usa__election--leftvotes,
  .usa__election--leftvotepercent,
  .usa__election--rightvotes,
  .usa__election--rightvotepercent,
  .usa__election--leftsubtitle,
  .usa__election--rightsubtitle {
    color: #fff;
  }
  .usa__election--lefttitle,
  .usa__election--righttitle,
  .usa__election--leftsubtitle,
  .usa__election--rightsubtitle {
    font-family: "DIN Pro";
  }
  .usa__election--electorcount--harris,
  .usa__election--electorwrapper--trump {
    padding: 0.25rem 0.45rem;
    width: 48%;
  }
  .usa__election--centertext {
    font-family: "DIN Pro";
  }

  .usa__election--lefttext,
  .usa__election--righttext {
    width: 34%;
    padding: 0.5rem;
  }
  .usa__election--lefttext {
    background-color: #0a6aa6;
    align-items: flex-end;
    text-align: end;
  }
  .usa__election--righttext {
    background-color: #ce1c1c;
    align-items: flex-start;
  }
  .usa__election--centertext {
    color: #212121 !important;
    width: 30%;
    padding: 0;
    text-align: center;
    font-size: 2.5vh;
    background-color: #fff;
    justify-content: space-between;
  }
  .usa__election--centertext a {
    color: #212121 !important;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .usa__election--leftimage {
    width: 30%;
    order: 1;
    height: 6rem;
  }
  .usa__election--electorwrapper {
    width: 99%;
    color: #fff;
    padding: 0;
  }
  .usa__election--flag {
    width: 26%;
    order: 2;
    display: block;
    background-image: url("/pub/i/usaelection/flag.png");
    background-repeat: no-repeat;
    height: 6rem;
    background-size: contain;
    background-position: bottom;
  }
  .usa__election--rightimage {
    width: 30%;
    order: 3;
    height: 6rem;
  }
  .usa__election--leftsubtitle,
  .usa__election--rightsubtitle {
    padding: 0;
  }
  .usa__election--rightsubtitle {
    text-align: start;
  }

  .usa__election--wrapper {
    order: 4;
    background-color: #fff;
    padding: 0.15rem 0;
    border-bottom: 1px solid #eee;
    height: 9rem;
    background: #ededed;
    width: 100%;
    justify-content: stretch;
  }
  #election_root {
    margin-top: 2rem;
    padding: 0 0.5rem;
  }
  .usa__election--centertext p,
  .usa__election--centertext p a {
    max-height: 100px;
  }
}

.flexbox .box__block--outer-wrapper .toggle__visible {
  position: relative;
  max-width: 5rem;
  overflow: visible;
  width: auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flexbox .box__block--outer-wrapper .toggle__visible span {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 9999999;
}
.flexbox .toggle__visible.hidden {
  background-color: gray;
}
.flexbox .toggle__visible:not(.hidden) {
  /* background-color: var(--infostripe-blue); */
  background-color: rgb(50, 61, 77);
}
.dark #chart circle.dot2019 {
  fill: #f2f2f2 !important;
}
.flexbox .box__block--connected.visible {
  border-top: 1px solid #eee;
  padding: 1rem 0 0.5rem 0 !important;
}
.flexbox .toggle__visible svg g {
  stroke: white !important;
}
.flexbox .html__content p {
  display: flex;
  color: #f2f2f2;
  font-family: "Roboto";
}
.flexbox .html__content p a {
  padding: 1rem 0;
}
.box__block--connected.visible:empty {
  padding: 0 !important;
  height: 0;
}
/* eb2024 */
#eb2024 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  background-image: url("/pub/i/eb2024_bg.png");
  width: 100%;
  min-height: 5rem;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0.5rem 0 !important;
  font-family: "DIN Pro";
}
.eb2024__logo {
  padding: 0.5rem;
  width: 12rem;
  height: auto;
}
.eb2024__match__type,
.eb2024__match__date {
  color: #fff;
}
.eb2024__match__cardrow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  margin: 0 2rem;
}
.eb2024__match-col {
  height: max-content;
}
.eb2024__matchcard__teams {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  /* justify-content: start;
  align-items: baseline; */
  justify-content: baseline;
  align-items: center;
  /* margin: 1rem auto 0 auto; */
  padding: 0.5rem;
  min-height: 4rem;
  /* height: 5rem; */
  background-color: rgba(255, 255, 255, 0.1);
}
.eb2024__matchcard__teams tr {
  display: flex;
  width: 100%;
  justify-content: space-around;
}

.eb2024__matchcard__teams td {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.eb2024__match__date {
  width: 100%;
  text-align: center;
  /* text-align: left; */
  font-size: 0.75rem;
  padding-bottom: 0.5rem;
}
.eb2024__matchcard__teams--inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  /* justify-content: flex-start; */
  align-items: center;
  width: 100%;
}
.eb2024__team {
  /* display: flex;  */
  /* flex-direction: row;
  flex-wrap: wrap; */
  /* justify-content: center;
  align-items: center;
  max-width: 40%;
  width: 100%; */
}
/* .eb2024__groups__table .table__holder td {
  padding: 0 0 0 0 !important;
} */
.eb2024__team p {
  padding: 0 0.2rem;
  color: #f2f2f2;
  font-weight: 700;
  /* font-size: 0.9rem; */
  /* font-size: clamp(0.9rem, 0.55vw + 0.2rem, 1rem);*/
  font-size: 0.75rem;
}
.eb2024__team img,
.eb2024__tableteam__img {
  /* width: auto;
  height: 1rem; */
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: 3px solid #fff;
}
.eb2024__matchResult {
  font-weight: 700;
  font-size: 1rem;
  color: #f2f2f2;
  min-width: 20%;
  /*width: 100%;*/
  text-align: center;
  display: flex;
  justify-content: center;
}
.eb2024__matchday__title {
  width: 100%;
  color: #f2f2f2;
  font-size: 1rem;
  padding: 0.25rem 0 0.5rem 0;
}
.eb2024__matchcard__teams td.eb2024__team--left p {
  order: 1;
}
.eb2024__matchcard__teams td.eb2024__team--left img {
  order: 2;
}
.eb2024__matchcard__teams td.eb2024__team--right {
  justify-content: start;
}
.eb2024__matchcard__teams td.eb2024__team--right p {
  order: 2;
}
.eb2024__matchcard__teams td.eb2024__team--right img {
  order: 1;
}
#eb2024__groups__table {
  /* width: 100%; */
  /* max-width: 1140px; */
  width: -webkit-fill-available;
  width: -moz-available;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  /* justify-content: space-between; */
  align-items: baseline;
  background-image: url(/pub/i/eb2024_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "DIN Pro";
  background-attachment: fixed;
  padding: 2rem;
  color: #fff;
}
.table__holder {
  width: 80%;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.1);
  margin: 0.5rem;
  padding: 0.25rem;
}
.table__holder table {
  table-layout: fixed;
}
.table__holder th.csapat:nth-of-type(1) {
  text-align: end;
}
.table__holder th.csapat:nth-of-type(2) {
  text-align: start;
}
.table__holder td:not(:first-of-type) {
  text-align: center;
}
.table__holder thead tr:not(:first-of-type) th {
  font-weight: 500;
  font-size: 0.85rem;
}
.table__holder th:first-of-type {
  text-align: left;
  font-weight: 700;
}
.table__holder tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.table__holder td {
  min-height: 30px !important;
}
.eb2024__tableteam__img {
  margin-bottom: 0.25rem;
}
/* .table__holder td p,
.table__holder td div {
  padding: 0.5rem 0 !important;
  height: 100% !important;
  min-height: 30px !important;
} */
.table__holder tbody {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.85rem;
}
.table__holder td:nth-of-type(2) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.eb2024__table--team {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.eb2024__table--team-one {
  order: 1;
  display: flex;
  padding-right: 1rem;
}
.eb2024__table--team-two {
  order: 2;
  display: flex;
  padding-left: 1rem;
}
.olimpia2024__layout {
  font-family: "Paris2024 Variable";
}
.olimpia2024__layout.boxed {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.olimpia2024__layout.fullwidth {
  width: 100%;
}
.olimpia2024__layout--header {
  width: 100%;
  /* height: 100px; */
  background-image: url(/pub/i/olimpia2024/olimpia2024_banner.webp);
  background-attachment: local;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  /* min-height: 6rem; */
  display: flex;
  height: auto;
  background-size: cover;
  min-height: 6rem;
}
.olimpia2024__layout--datesholder {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1140px;
  height: auto;
  min-height: 4rem;
  margin: 0 auto;
  padding: 0.25rem 0;
  background-color: #38296e;
  border: 0.5px solid #38296e;
}
.olimpia2024__layout--currentdate {
  display: flex;
  flex-direction: row;
  width: 100%;
  color: #fbd78b;
  font-weight: lighter;
  padding: 0.25rem 0.5rem;
}
.olimpia2024__layout--currentdate span {
  font-weight: 700;
}
.olimpia2024__layout--dateslistholder {
  width: 100%;
  min-height: 3rem;
  overflow-x: auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  /* justify-content: space-around; */
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}
.olimpia2024__layout--titlerow {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  padding: 0 0.5rem;
}
.olimpia2024__layout--dateslistholder::-webkit-scrollbar-button {
  display: none !important;
  width: 0;
}
.olimpia2024__layout--date {
  width: auto;
  padding: 0.25rem 0.5rem 0.25rem 0;
  min-width: 3rem;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.85rem;
  cursor: pointer;
  font-weight: 500;
  position: relative;
}

.olimpia2024__layout--date::before {
  position: absolute;
  left: -5px;
  bottom: 8px;
  height: 30%;
  /* width: 1px; */
  border: 1px solid #fff;
  z-index: 999;
  content: "";
}
.olimpia2024__layout--date.today::after {
  position: absolute;
  bottom: 10px;
  left: 0;
  background-color: #f15f61;
  height: 0.45rem;
  z-index: 999;
  content: "";
  width: 100%;
}
.olimpia2024__layout--date.active {
  font-weight: 700;
  color: #fbd78b;
}
.olimpia2024__layout--iconholder {
  width: 0;
  margin: 0 auto;
  height: 0;
  position: relative;
  justify-content: space-around;
}
.olimpia2024__layout--iconholder.active {
  width: 95%;
  max-width: 1140px;
  height: auto;
  padding: 0.5rem 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border: 0.5px solid #eee;
  background: white;
}
.olimpia2024__layout--iconwrapper {
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: center;
  align-items: center;
}
.olimpia2024__layout--iconelement {
  display: flex;
  position: relative;
  width: 4rem;
  height: 4rem;
}
.olimpia2024__layout--removelayer {
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-self: flex-end;
}
.olimpia2024__layout--removelayer g {
  stroke: gray;
}
.olimpia2024__layout--removelayer g circle {
  stroke: white;
}
.olimpia2024__layout--textholder {
  position: absolute;
  inset: 0;
  background: #fff;
  z-index: 999;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
}
.olimpia2024__layout--textcontent {
  padding: 0.5rem;
  width: auto;
  display: block;
}
.infostripe--banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: white;
  border-radius: 5px;
  padding: 0.25rem 4rem;
  /* max-width: 960px; */
  margin: 0 auto;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); */
  text-align: center;
  position: relative;
  overflow: hidden;
}

.infostripe--ribbon {
  /* position: absolute;
  top: 0;
  left: 0; */
  /* background: #157efc; */
  color: #0071ad;
  padding: 5px 12px;
  font-size: 1.25rem;
  border-bottom-right-radius: 8px;
  font-weight: bold;
  font-family: "DIN Pro";
}

.infostripe--banner-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #222;
  font-family: "DIN Pro", sans-serif;
  text-align: left;
  padding: 0 6rem;
}

.infostripe--icon-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}

.infostripe--icon-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 1 auto;
  text-align: center;
  cursor: pointer;
}

.infostripe--img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 60px;
  height: 60px;
}
@media (max-width: 1000px) {
  .infostripe--banner-title {
    font-size: 1.5rem;
  }

  .infostripe--icon-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }

  .infostripe--icon-box {
    flex: unset;
    padding: 0 10px;
  }
}
@media (max-width: 780px) {
  .infostripe--banner-title {
    font-size: 1.5rem;
  }

  .infostripe--icon-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 20px 0 0;
  }

  .infostripe--icon-box {
    flex: 1 1 5px;
  }
}
@media screen and (max-width: 1400px) {
  .eb2024__matchcard__teams td.eb2024__team--right p {
    order: 1;
    justify-content: center;
  }
  .eb2024__matchcard__teams td.eb2024__team--right img {
    order: 2;
  }
  .eb2024__matchcard__teams td.eb2024__team--right {
    justify-content: center;
  }
}

@media screen and (max-width: 1200px) {
  /***** info podcast *****/
  .eb2024__matchcard__teams td.eb2024__team--right {
    justify-content: center;
  }
  /* .table__holder td div,
  .table__holder td p {
    justify-content: end;
  } */
  .table__holder {
    width: 100%;
  }
  .eb2024__matchcard__teams td.eb2024__team--right p {
    order: 1;
  }
  .eb2024__matchcard__teams td.eb2024__team--right img {
    order: 2;
  }

  .layout-block.box__block .podcast__wrapper .podcast__first {
    min-width: 18vmin;
    font-size: 2.5rem;
  }
  .layout-block.box__block .podcast__wrapper .podcast__second {
    min-width: 16vmin;
  }
  .layout-block.box__block .podcast__wrapper .podcast__third {
    width: 70vmin;
  }
  /***** info worldcup2022 *****/
  /* .layout-block.box__block .box-worldcup {
    width: auto;
  }
  .layout-block.box__block .worldcup__wrapper .worldcup__first {
    min-width: 18vmin;
    font-size: 2.5rem;
  }
  .layout-block.box__block .worldcup__wrapper .worldcup__second {
    min-width: 10vmin;
  }
  .layout-block.box__block .worldcup__wrapper .worldcup__third {
    width: 70vmin;
  }
  .layout-block.box__block .worldcup__wrapper .worldcup__logo {
    width: 18vmin;
  }
  .layout-block.box__block .worldcup__wrapper .worldcup__third:after {
    left: -5px;
  } */
}
@media screen and (max-width: 1150px) {
  /***** info podcast *****/
  .layout-block.box__block .podcast__wrapper .podcast__first {
    width: 16vmin;
    font-size: 1.75rem;
  }
  .layout-block.box__block .podcast__wrapper .podcast__second {
    width: 16vmin;
    font-size: 1.35rem;
  }
  .layout-block.box__block .podcast__wrapper .podcast__second {
    font-size: 1.35rem;
  }
  /***** info worldcup2022 *****/
  /* .layout-block.box__block .worldcup__wrapper .worldcup__first {
    width: 16vmin;
    font-size: 1.75rem;
  }
  .layout-block.box__block .worldcup__wrapper .worldcup__second {
    width: 12vmin;
    font-size: 1.35rem;
  }
  .layout-block.box__block .worldcup__wrapper .worldcup__third {
    font-size: 1.35rem;
    min-width: 80vmin;
  } */
}
@media screen and (max-width: 1120px) {
  /***** info podcast *****/
  .layout-block.box__block .podcast__wrapper .podcast__first {
    width: 15vmin;
    font-size: 1.45rem;
  }
  .layout-block.box__block .podcast__wrapper .podcast__second {
    width: 15vmin;
    font-size: 1.15rem;
  }
  .layout-block.box__block .podcast__wrapper .podcast__third {
    font-size: 1.15rem;
    width: 63vmin;
  }
  /***** info worldcup2022 *****/
  /* .layout-block.box__block .worldcup__wrapper .worldcup__first {
    width: 15vmin;
    font-size: 1.45rem;
  }
  .layout-block.box__block .worldcup__wrapper .worldcup__second {
    width: 10vmin;
    font-size: 1.15rem;
  }
  .layout-block.box__block .worldcup__wrapper .worldcup__third {
    font-size: 1.15rem;
    min-width: 70vmin;
  } */
}
@media screen and (max-width: 1000px) {
  .olimpia2024__layout--header {
    background-size: auto 100%;
  }
  .navigation__main .layout-block.box__block.pagewidth.visible {
    /* margin: 40px 0 0; */
    margin: 30px 0 0;
    width: auto;
  }
  /* eb2024 table */
  #eb2024__groups__table {
    width: 100%;
    padding: 2rem 0;
  }
  .table__holder {
    width: 100%;
  }
  /* eb2024 */
  #eb2024 {
    flex-direction: column;
  }
  .eb2024__match__cardrow {
    flex-wrap: wrap;
    margin: 0 0.25rem;
  }
  .eb2024__match-col {
    width: 100% !important;
    margin-bottom: 0.25rem;
  }
  .eb2024__team {
    max-width: 40%;
    width: 100%;
    display: flex;
  }

  .eb2024__matchResult {
    max-width: 20%;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .eb2024__team p {
    font-size: 0.8rem;
  }
  .eb2024__matchcard__teams td.eb2024__team--left {
    justify-content: end;
  }
  .eb2024__matchcard__teams td.eb2024__team--right {
    justify-content: start;
  }
  /*  */
  .box__block.pagewidth.visible[data-position="0"],
  .box__block.fullwidth.visible[data-position="0"] {
    margin: 30px 0 10px;
    width: auto;
  }
  .eb2024__matchcard__teams td.eb2024__team--right p {
    order: 2;
  }
  .eb2024__matchcard__teams td.eb2024__team--right img {
    order: 1;
  }
  #chart {
    max-width: 20rem;
    width: 100%;
  }
  #chart-holder {
    padding: 1rem 0;
    flex-wrap: wrap;
  }
  #chart-title {
    flex-wrap: wrap !important;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  #chart-title p:first-of-type {
    width: 100%;
    padding-bottom: 1rem;
  }
  .navigation__main
    .box__block.pagewidth.visible[data-position="0"]
    + .banner__top {
    margin: 45px 0 5px 0;
  }
  .navigation__main
    .box__block.box__block.fullwidth.visible[data-position="0"]
    + .banner__top {
    margin: 45px 0 5px 0;
  }
  .box__block--logo svg {
    width: 200px;
  }
  .box__block--main {
    width: 100%;
  }
  .box__block--wrapper {
    padding: 10px 0;
  }
  .box__block--wrapper,
  .box__block--outer-wrapper {
    width: 100%;
    max-width: unset;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
  }
  .toggle__visible {
    display: none;
  }
  .flexbox .box-flexbox {
    max-height: auto;
    height: auto;
  }
  .flexbox #chart {
    width: 100%;
  }
  .box-flexbox .box__block--title a {
    color: #fff;
  }
  .box-flexbox .box__block--title {
    width: 100% !important;
    background-color: var(--infostripe-blue);
  }
  .box-flexbox .box__block--logo {
    width: 100%;
    height: auto;
  }
  .box__block--title {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: auto;
    transform: none;
    padding: 0 10px;
  }
  .box__block--connected.visible {
    width: auto;
    max-width: unset;
    display: flex;
    flex-direction: column;
  }
  .boxlist__block--link {
    width: auto !important;
  }
  .boxlist__block--link::before {
    content: unset;
  }
  /***** info podcast *****/
  .layout-block.box__block .podcast__wrapper .podcast__col {
    padding: 10px;
    width: 100%;
    min-width: unset;
    z-index: 3;
  }
  .layout-block.box__block .podcast__wrapper .podcast__first:after,
  .layout-block.box__block .podcast__wrapper .podcast__second:after,
  .layout-block.box__block .podcast__wrapper .podcast__third:after {
    content: unset;
  }
  .layout-block.box__block .podcast__wrapper .podcast__first {
    background-color: var(--infostripe-blue);
  }
  .layout-block.box__block .podcast__wrapper .podcast__second {
    background-color: var(--infostripe-green);
    width: -webkit-fill-available;
    width: -moz-available;
  }
  /***** info worldcup2022 *****/
  .layout-block.box__block .worldcup__wrapper .worldcup__col {
    padding: 10px;
    width: 100%;
    min-width: unset;
    z-index: 3;
  }
  .layout-block.box__block .worldcup__wrapper .worldcup__col.worldcup__logo {
    width: 100%;
    height: 100px;
    padding: 0;
  }
  .layout-block.box__block .worldcup__wrapper .worldcup__logo:after {
    height: initial;
  }
  .layout-block.box__block .worldcup__wrapper .worldcup__logo img {
    width: 100%;
    height: inherit;
    object-fit: contain;
  }
  .vb__content-box--schedule {
    text-align: center;
    padding: 10px 0;
  }
  .vb__content-box--data {
    padding: 10px 0 0;
  }
  .vb__content-box--data table {
    width: 100%;
  }
  .layout-block.box__block .worldcup__wrapper .worldcup__first:after,
  .layout-block.box__block .worldcup__wrapper .worldcup__second:after,
  .layout-block.box__block .worldcup__wrapper .worldcup__third:after {
    content: unset;
  }
  .layout-block.box__block .worldcup__wrapper .worldcup__second {
    border-top: 1px solid;
    background-color: #fff;
    width: -webkit-fill-available;
    width: -moz-available;
  }
  .layout-block.box__block .worldcup__wrapper .worldcup__second p span {
    color: #8a1538;
  }
  .layout-block.box__block .worldcup__wrapper .worldcup__third {
    background-color: #8a1538;
  }
  .flexbox .valasztas__row {
    flex-direction: column !important;
  }
  .flexbox .box__col {
    max-width: unset !important;
  }
  .flexbox .fenykepeslista__col {
    /* flex-direction: row !important; */
    justify-content: space-evenly !important;
  }
  .flexbox .fenykepeslista__inner__col {
    flex-direction: row !important;
  }
  .flexbox .box__col section {
    width: -webkit-fill-available !important;
    width: -moz-available !important;
  }
  .valasztas__row .box__col:not(:last-child) {
    border-bottom: 1px solid rgba(238, 238, 238, 0.5);
  }
  .valasztas__row .box__col:not(:first-child) {
    border-left: unset;
  }
  .flexbox .box-flexbox {
    max-height: unset !important;
  }
  .flexbox .valasztas__layout {
    width: 97vw !important;
    padding: 0 !important;
  }
  .flexbox .valasztas__col h2 {
    width: -webkit-fill-available !important;
    width: -moz-available !important;
    padding: 1rem !important;
  }
  .flexbox .list__card {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
  .flexbox #feldar {
    padding: 1rem 0 0;
  }
  .extra__content {
    width: -webkit-fill-available !important;
    width: -moz-available !important;
  }
  .swiper-slide .col__left,
  .swiper-slide .col__right {
    max-width: unset !important;
  }
  .valasztas-swiper-pagination {
    transform: translate(-5%, -10%) !important;
  }
}
@media screen and (max-width: 650px) {
  .table__holder {
    width: 100%;
  }
  .table__holder tbody {
    font-size: 0.75rem;
  }
  .eb2024__table--team {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .eb2024__table--team-one {
    padding-bottom: 0.5rem;
    padding-right: 0;
  }

  .eb2024__table--team-two {
    order: 1;
    padding-bottom: 0.5rem;
    padding-left: 0;
  }
  /* .eb2024__tableteam__img {
    padding-bottom: 0.25rem;
  } */
  .eb2024__table--time {
    height: 100%;
  }
  .table__holder td {
    min-height: 80px !important;
    table-layout: fixed;
  }
  .table__holder td div,
  .table__holder td p {
    word-wrap: break-word;
  }
}
