
.tabGioco {
  --image-aspect-ratio: 1/1.2;
  --image-width: 80px;
  display: flex;
  border-radius: 12px;
  overflow: unset;
  user-select: none;
}
@media screen and (min-width: 1024px) {
  .tabGioco {
    --image-width: 90px;
  }
}
.tabGioco > *:first-child {
  border-radius: 12px 0 0 12px;
  overflow: hidden;
}
.tabGioco > *:last-child {
  border-radius: 0 12px 12px 0;
  overflow: hidden;
}
.tabGioco__img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}
.tabGioco__img__container {
  flex: 0 0 auto;
  position: relative;
  width: max-content;
  height: 100%;
}
.tabGioco__img__container::after {
  display: block;
  content: "";
  width: var(--image-width);
  padding-bottom: calc(100% / var(--image-aspect-ratio));
}
.tabGioco__body {
  flex: 1 0 auto;
  background: #1f222e;
  padding: 0 16px 0 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 15ch;
  /* height: 100%; */
  padding: 16px 4px !important;
}

@media screen and (min-width: 1024px) {
  .tabGioco__body {
    /*min-width: 18ch;*/
    padding: 16px 12px !important;
  }
}

.tabGioco__body > *:not(:last-child) {
  margin-bottom: 6px;
}
.tabGioco__body__text1 {
  font-size: 16px;
  color: #a7a7a7;
}
.tabGioco__body__text2 {
  font-size: 18px;
  color: #fff;
}
.tabGioco--landing {
  --image-aspect-ratio: calc(5 / 7);
  background: #1f222e;
  padding: 6px;
  width: max-content;
}
.tabGioco--landing .tabGioco__body {
  /* padding: 8px 24px 0 16px; */
  background: transparent;
  justify-content: center;
}
.tabGioco--landing .tabGioco__body > *:not(:last-child) {
  margin-bottom: 12px;
}
.tabGioco--landing .tabGioco__body__text1 {
  color: #fff;
  font-size: 18px;
}
.tabGioco--landing .tabGioco__body__text2 {
  color: #fff;
  font-size: 14px !important;
  margin-bottom: 0 !important;
}
.tabGioco--landing .tabGioco__body__text3 {
  font-size: 18px;
  color: #fdffce;
  text-shadow: 0px 0px 6px #fdffce;
}
.tabGioco--landing .tabGioco__img {
  border-radius: 8px;
}
.tabGioco--landing .tabGioco__controls {
  margin-top: auto;
}
.tabGioco--landing .tabGioco--play {
  display: block;
  text-decoration: none;
  color: #fff;
  background: #181b24;
  padding: 8px 24px;
  border-radius: 8px;
}
.tabGioco--landing .tabGioco--play:hover {
  background: #fd6620;
  color: #fff;
}
.blockCarousel.w50 .swiper-slide {
  width: auto;
  /* min-width: max-content; */
}


.tabGioco--landing{
  height: 100%;
  align-items: flex-start;
  width: 100%;
}


.blockCarousel .swiper-wrapper{
  padding: 12px;
  margin: 0 -12px;
}