/* video-page.css - Video page custom styles */

.cid-tZMquvJ2xN {
    display: flex;
    padding-top: 6em;
    padding-bottom: 5em;
    background-color: var(--dominant-color, var(--color-brand-deep));
}

.cid-tZMquvJ2xN .mbr-fallback-image.disabled {
    display: none;
}

.cid-tZMquvJ2xN .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

@media (min-width: 768px) {
    .cid-tZMquvJ2xN {
        align-items: center;
    }

    .cid-tZMquvJ2xN .row {
        justify-content: center;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .cid-tZMquvJ2xN .content-wrap {
        min-width: 50%;
    }
}

@media (max-width: 767px) {
    .cid-tZMquvJ2xN {
        -webkit-align-items: center;
        align-items: center;
    }

    .cid-tZMquvJ2xN .mbr-row {
        -webkit-justify-content: center;
        justify-content: center;
    }

    .cid-tZMquvJ2xN .content-wrap {
        width: 100%;
        max-width: 800px;
    }
}

.cid-tZMquvJ2xN .mbr-section-title {
    text-align: center;
    color: var(--dominant-text, var(--color-white));
}

.cid-tZMquvJ2xN .mbr-text,
.cid-tZMquvJ2xN .mbr-section-btn {
    text-align: center;
    color: var(--dominant-text, var(--color-white));
}

a:hover {
    text-decoration: underline;
}

/* ==========================================
   VIDEO SECTION CARDS (.cid-tZMwqnORtK)
   These sections reuse the home page's timeline class, but index-page.css is
   only loaded on the home page — so the card styles are defined here too.
   ========================================== */
.cid-tZMwqnORtK {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: transparent;
}
.cid-tZMwqnORtK .card-wrapper {
  background: var(--color-white);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
}
@media (max-width: 767px) {
  .cid-tZMwqnORtK .card-wrapper {
    padding: 1.5rem 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tZMwqnORtK .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tZMwqnORtK .card-wrapper {
    padding: 2.5rem;
  }
}
/* Responsive embeds: the markup's width="560" height="315" attributes overflow
   narrow phones; cap to the container and keep the 16:9 ratio. */
.cid-tZMwqnORtK iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 560px;
  aspect-ratio: 16 / 9;
  height: auto;
  border: 0;
  border-radius: 0.5rem;
}
.cid-tZMwqnORtK .content-head {
  margin-bottom: 0 !important;
}
