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

