.h-52 .grid.grid-cols-2.gap-4 {
  padding-bottom: 16px;
}
 

/* Editorial styles */
.seo-cms h2 {
  color: #1e1e1e;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.seo-cms h3 {
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 7px;
}
.seo-cms p {
  margin-bottom: 7px;
}
.seo-cms a {
  color: #1e1e1e;
  font-weight: 700;
  text-decoration: underline;
}
.link-cms {
  color: #003668;
  font-weight: 700;
  text-decoration: underline;
}
.table-responsive {
  overflow-x: auto;
}
/* Layout cards */
.container-card-cms {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  min-height: 320px;
  height: 100%;
}

.ul-cms {
  list-style: disc;
  padding: 20px;
}

.title-banner {
  font-size: 30px;
}

/* CTA round with arrow */
.round-cta-cms {
  width: 50px;
  height: 50px;
  background-color: #003668;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  display: flex;
  margin-top: 20px;
}

.round-cta-white-cms {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  display: flex;
  margin-top: 20px;
}

/* TAGS su banner */
.tags-cms {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.tags-cms p {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 32, 62);
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  height: 23px;
}
/* aggiornamento tags 15 Gennaio 2026 */
/* tag chiari */
.tags-cms-v2 {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.tags-cms-v2 p {
  color: rgb(0, 32, 62);
  background-color: #f4fbff;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  height: 23px;
}
/* Simple Table */
.white-row-cms {
  background: #ffffff;
}

.table-cms {
  padding: 16px;
}

.table-cms td {
  height: 40px;
  text-align: center;
}

.table-head-cms {
  background-color: #003668;
}

.table-head-cms td {
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  height: 40px;
}

.table-body-cms {
  height: 40px;
}

/* CTA */
.button-cms {
  padding: 10px 30px;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-radius: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 54 104 / var(--tw-bg-opacity, 1));
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 2px 2px 28px 0 rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 2px 2px 28px 0 var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}

.btn {
  background-color: #ffffff;
  border-radius: 30px;
}

.blue__box {
  color: rgb(255, 255, 255);
  margin: 0;
  background: linear-gradient(
    270deg,
    rgb(0, 65, 125) -0.73%,
    rgb(0, 34, 66) 1%
  );
  padding: 24px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 30px;
}

.blue__box .col-md-10 {
  font-weight: 700;
  font-size: 18px;
  padding: 0 !important;
}

.blue__box .btn > a {
  font-family: inherit !important;
  padding: 10px 16px !important;
  border-radius: 30px;
  line-height: 16px;
  font-size: 14px;
  display: block;
}

.blue__box .btn {
  min-width: 140px;
}
.cms-no-underline {
  text-decoration: none;
}
.videoCont {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Media Query for Mobile */

@media screen and (max-width: 600px) {
  .font-banner-mobile {
    font-size: 16px;
  }
  .blue__box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .blue__box .btn {
    margin-top: 16px;
  }
  /* aggiornamento tags 15 Gennaio 2026 */
  /* tag chiari */
  .tags-cms-v2 {
    width: 80%;
  }

  .tags-cms-v2 p {
    font-size: 9px;
    padding: 0 10px;
  }
}

@media screen and (max-width: 1023px) {
  .title-banner {
    font-size: 24px;
  }
  .title-banner-sm {
    font-size: 16px;
  }
  .title-mylp-banner-mobile {
    font-size: 16px;
    line-height: 20px;
    margin-top: -30px;
  }
}
.mobile-hidden {
  display: none;
}

/* Media Query for Desktop */
@media screen and (max-width: 1023px) {
  .mobile-hidden {
    display: block;
  }
}
/* Media Query for Desktop */
@media screen and (min-width: 1023px) {
  .desk-hidden {
    display: none;
  }
}

/* POPUP */

.popup-cms-desk {
  display: block;
  margin-left: -10px;
  margin-top: 24px;
  font-weight: 200;
  font-size: 24px;
}
.popup-cms-mobile {
  display: none;
}

.popup-cms-desk {
  color: rgb(0 54 104);
}
.popup-cms-mobile {
  color: rgb(0 54 104);
}
/* aggiornamento pop-up 15 Gennaio 2026 */
.popup-cms-desk-v2 {
  position: relative;
  width: 500px;
  display: block;
  margin-left: -10px;
  margin-top: 24px;
  font-weight: 200;
  font-size: 38px;
}

.popup-cms-mobile-v2 {
  display: none;
}

.popup-cms-desk-v2 {
  color: rgb(0 54 104);
}

.popup-cms-mobile-v2 {
  color: rgb(0 54 104);
}
@media screen and (max-width: 1023px) {
  .mobile-text-sm {
    font-size: 20px;
  }
  .popup-cms-desk {
    display: none;
  }
  .popup-cms-mobile {
    display: block;
    margin-left: -10px;
    margin-top: 24px;
    font-weight: 200;
    font-size: 18px;
  }
  /* aggiornamento pop-up 15 Gennaio 2026 */
  .popup-cms-desk-v2 {
    display: none;
  }

  .popup-cms-mobile-v2 {
    display: block;
    margin-left: -10px;
    margin-top: 24px;
    font-weight: 200;
    font-size: 18px;
  }
}

/* LABEL RIVENDITORI PAGINA GIOCA ONLINE */
.label-riv-page {
  color: #003772;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  max-width: 243px;
}
.label-riv-page-gev {
  color: #003772;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  max-width: 243px;
}

/* PAGINA DETTAGLIO SMORFIA */
.smorfia-dett-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.smorfia-dett-title p {
  font-size: 26px;
  font-weight: 700;
  color: #003668;
}

.smorfia-dett-title img {
  width: 155px;
  height: auto;
}

@media only screen and (max-width: 600px) {
  .smorfia-dett-title img {
    width: 90px;
    height: auto;
  }
}

.smorfia-dettaglio-contenitore {
  margin: 0 auto;
  padding: 0 140px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.smorfia-dettaglio-contenitore a {
  text-decoration: underline !important;
}
.smorfia-dettaglio-intestazione {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.smorfia-dettaglio-titolo-pagina {
  color: #003668;
  font-size: 26px;
  font-weight: 700;
}

.smorfia-dettaglio-immagine-marchio {
  width: 154px;
  height: auto;
}

.smorfia-dettaglio-contenuto-principale {
  display: flex;
  align-items: flex-start;
  gap: 46px;
}
.smorfia-dettaglio-contenuto-principale a {
  text-decoration: underline !important;
}
.smorfia-dettaglio-illustrazione-desktop {
  width: clamp(360px, 60%, 489px);
  height: auto;
  align-self: flex-end;
}

.smorfia-dettaglio-colonna-contenuti {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.smorfia-dettaglio-riga-titolo {
  display: flex;
  align-items: center;
  gap: 20px;
}

.smorfia-dettaglio-icona-numero {
  display: block;
  width: 70px;
  height: 70px;
}

.smorfia-dettaglio-titolo-voce {
  color: #003668;
  font-size: 24px;
  font-weight: 700;
}

.smorfia-dettaglio-illustrazione-mobile {
  display: none;
}

.smorfia-dettaglio-testo-principale {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.smorfia-dettaglio-testo-principale h1 {
  color: #003668;
  font-size: 20px;
  font-weight: 700;
}

.smorfia-dettaglio-sezione-testo h2 {
  color: #003668;
  font-size: 20px;
  font-weight: 700;
}
.smorfia-dettaglio-sezioni-inferiori {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.smorfia-dettaglio-sezioni-inferiori a {
  text-decoration: underline !important;
}
.smorfia-dettaglio-sezione-testo {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.smorfia-dettaglio-corpo-sezione {
  font-size: 16px;
}

@media (max-width: 1023px) {
  .smorfia-dettaglio-contenitore {
    padding: 0 16px;
    gap: 32px;
  }

  .smorfia-dettaglio-immagine-marchio {
    width: 100px;
  }

  .smorfia-dettaglio-contenuto-principale {
    flex-direction: column;
    gap: 24px;
  }

  .smorfia-dettaglio-illustrazione-desktop {
    display: none;
  }

  .smorfia-dettaglio-illustrazione-mobile {
    display: block;
    width: 100%;
    max-width: 358px;
    height: auto;
    margin-bottom: 16px;
    align-self: center;
  }

  .smorfia-dettaglio-colonna-contenuti {
    width: 100%;
  }

  .smorfia-dettaglio-riga-titolo {
    gap: 12px;
  }

  .smorfia-dettaglio-icona-numero {
    width: 48px;
    height: 48px;
  }

  .smorfia-dettaglio-testo-principale {
    gap: 16px;
  }

  .smorfia-dettaglio-sezioni-inferiori {
    gap: 24px;
  }

  .smorfia-dettaglio-sezione-testo {
    gap: 12px;
  }
}
