/* Block spacing mirrors .c-featured-posts (compiled CSS not editable,
   so the rules are duplicated here). */
.c-tac-right-now {
  margin: 3.2rem 0;
}

@media (min-width: 768px) {
  .c-tac-right-now {
    margin: 6.4rem 0;
  }
}

/* Eyebrow spacing mirrors .c-featured-posts__head; its font size and
   color come from the global h2.o-overline-head__title rules. */
.c-tac-right-now__head {
  margin-bottom: 2.4rem;
}

/* Video spans the full l-container width (1300px cap) and shrinks
   responsively with it; .o-video keeps the 16:9 aspect ratio. */
.c-tac-right-now__video {
  width: 100%;
  margin: 0 auto;
}
