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

.blue__box {
  color: rgb(255, 255, 255);
  margin: 0;
  background: rgb(0, 55, 114);
  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;
}

/* Editorial styles */
.seo-cms h2 {
  margin: 20px 0;
}

.seo-cms h3 {
  margin: 20px 0;
}

.editorial-cms h2 {
  color: #1e1e1e;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.editorial-cms h3 {
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}

.editorial-cms p {
  margin-bottom: 10px;
}

.editorial-cms ul {
  list-style: disc;
  margin: 20px 0;
  padding: revert;
}

.editorial-cms ol {
  list-style: auto;
  margin: 0;
  padding: revert;
}

.seo-cms h2 {
  color: #1e1e1e;
  font-size: 20px;
  font-weight: 700;
}

.seo-cms h2 {
  color: #1e1e1e;
  font-size: 20px;
  font-weight: 700;
}

.seo-cms h3 {
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 700;
}

/* Layout cards */
.container-card-cms {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  height: 100%;
}

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

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

/* Online Tickets Editorial styles */
.seo-online-cms {
  margin-bottom: 20px;
}

.seo-online-cms img {
  margin-bottom: 30px;
}

.seo-online-cms h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.seo-online-cms p {
  margin-bottom: 7px;
}

.table-responsive td {
  text-align: center;
}

.table-responsive table {
  padding: 0;
}

.table-responsive {
  margin: 20px 0;
}

.seo-online-cms ul {
  list-style: disc;
  margin: 20px 0;
  padding: 10px 20px;
}

.seo-online-cms .blue__box {
  padding: 20px;
  border-radius: 30px;
  background: rgb(0, 55, 114);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 23px 0 30px 0;
}

.seo-online-cms .blue__box>.col-md-10 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  padding: 0 !important;
}

.seo-online-cms .btn {
  background-color: #ffffff;
  padding: 7px 16px;
  border-radius: 20px;
}

.seo-online-cms .btn>a {
  color: rgb(0 55 114 / var(--tw-text-opacity, 1)) !important;
  text-transform: uppercase;
  font-size: 14px;
}

.seo-online-cms .td--darkest-yellow--inverse {
  background-color: #fece1d !important;
}

.padding-y-cms {
  padding-top: 20px;
  padding-bottom: 20px;
}

.news-cms p {
  font-size: 18px;
}

.news-cms h2 {
  font-size: 26.0px;
  font-weight: bold;
}

.news-cms a {
  text-decoration: underline;
}

.news-cms ul {
  list-style: disc;
  margin: 20px 0;
  padding: 10px 20px;
}

.news-cms ol {
  list-style: auto;
  margin: 20px 0;
  padding: 10px 20px;
}


/* Media Query for Desktop */

@media screen and (min-width: 1023px) {
  .desk-hidden {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .seo-online-cms .blue__box {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .seo-online-cms .blue__box>.col-md-10 {
    text-align: center;
  }

  .padding-y-cms {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 1023px) {
  .desk-test {
    font-size: 44px;
    line-height: 48px;
  }
}

@media screen and (max-width: 600px) {
  .desk-test {
    font-size: 19px;
    line-height: 32px;
  }

  .max-w-mob-title {
    max-width: 200px;
  }
}

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

/* POPUP */

.popup-cms-desk {
  display: block;
  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)
}

@media screen and (max-width: 1023px) {
  .popup-cms-desk {
    display: none;
  }

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

.cms-no-underline {
  text-decoration: none !important;
}