/* FAQ and YouTube pages — matched to the shared MSN Brothers inner-page theme. */

.library-page-shell {
  background: #111;
  color: #f8f8f8;
}

.library-page-shell .page-shell {
  overflow: hidden;
}

.library-page-shell .site-header {
  background: #111;
}

.library-page-shell .brand img {
  width: 129px;
  height: auto;
}

.library-page-shell main {
  background: #fff;
  color: #333;
  min-height: calc(100vh - 96px);
}

.library-hero {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  background: #111;
}

.library-hero > div {
  width: 100%;
  max-width: 1764px;
  height: 320px;
  margin: 0 auto -60px;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image:
    linear-gradient(rgba(17, 17, 17, .65), rgba(17, 17, 17, .65)),
    url("assets/theme/business-consulting-6/wp-content/uploads/sites/87/2022/10/bg-1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.library-hero h1 {
  max-width: 900px;
  margin: 0 0 12px;
  color: #fff;
  font: 600 clamp(38px, 4.6vw, 46px)/1.1 Poppins, var(--font-body);
  letter-spacing: -1.2px;
}

.library-hero p {
  margin: 0;
}

.library-hero p:not(.library-eyebrow) {
  max-width: 700px;
  color: #bebebe;
  font: 400 16px/1.6 Poppins, var(--font-body);
}

.library-eyebrow {
  margin: 0 0 12px;
  color: #ed7041;
  font: 600 11px/1.4 Poppins, var(--font-body);
  letter-spacing: 3px;
  text-transform: uppercase;
}

.library-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 160px 30px 140px;
  background: #fcfcfc;
}

.library-heading {
  width: min(100%, 850px);
  margin: 0 auto 58px;
  text-align: center;
}

.library-heading h2 {
  margin: 0;
  color: #28292c;
  font: 600 clamp(34px, 4vw, 49px)/1.18 Poppins, var(--font-body);
  letter-spacing: -1.5px;
}

.library-heading p:not(.library-eyebrow) {
  max-width: 720px;
  margin: 20px auto 0;
  color: #85868a;
  font: 400 15px/1.8 Poppins, var(--font-body);
}

.cms-faq-grid {
  width: min(100%, 920px);
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.cms-faq-card {
  padding: 0 26px;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(22, 44, 67, .04);
  transition: box-shadow .3s ease, transform .3s ease;
}

.cms-faq-card:hover,
.cms-faq-card[open] {
  box-shadow: 0 12px 30px rgba(22, 44, 67, .09);
  transform: translateY(-2px);
}

.cms-faq-card summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  cursor: pointer;
  padding: 23px 0;
  color: #38383a;
  font: 600 17px/1.45 Poppins, var(--font-body);
  list-style: none;
}

.cms-faq-card summary::-webkit-details-marker {
  display: none;
}

.cms-faq-card summary span {
  flex: 0 0 auto;
  color: #ed7041;
  font: 400 25px/1 Poppins, var(--font-body);
}

.cms-faq-card[open] summary span {
  transform: rotate(45deg);
}

.cms-faq-card > div {
  padding: 0 0 24px;
  color: #777;
  font: 400 14px/1.8 Poppins, var(--font-body);
}

.cms-empty-state {
  width: min(100%, 920px);
  margin: 0 auto;
  padding: 30px;
  border: 1px dashed #d9d9d9;
  border-radius: 4px;
  color: #85868a;
  background: #fff;
  font: 400 14px/1.7 Poppins, var(--font-body);
  text-align: center;
}

.cms-video-grid {
  width: min(100%, 1180px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 28px;
}

.cms-video-card {
  overflow: hidden;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(22, 44, 67, .06);
  transition: box-shadow .3s ease, transform .3s ease;
}

.cms-video-card:hover {
  box-shadow: 0 16px 34px rgba(22, 44, 67, .12);
  transform: translateY(-3px);
}

.cms-video-frame {
  aspect-ratio: 16 / 9;
  background: #111;
}

.cms-video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.cms-video-copy {
  padding: 25px 28px 28px;
}

.cms-video-copy h2 {
  margin: 8px 0 10px;
  color: #38383a;
  font: 600 22px/1.3 Poppins, var(--font-body);
}

.cms-video-copy p {
  margin: 0;
  color: #777;
  font: 400 14px/1.7 Poppins, var(--font-body);
}

.cms-video-copy a {
  display: inline-block;
  margin-top: 15px;
  color: #ed7041;
  font: 600 13px/1.4 Poppins, var(--font-body);
}

.cms-video-category {
  color: #ed7041;
  font: 600 10px/1.4 Poppins, var(--font-body);
  letter-spacing: 2px;
  text-transform: uppercase;
}

.library-page-shell .site-footer {
  position: relative;
}

.library-page-shell .footer-contact h3,
.library-page-shell .footer-location h3,
.library-page-shell .footer-links h3 {
  margin: 0 0 19px;
  color: #fff;
  font: 500 18px/1.3 Poppins, var(--font-body);
}

.library-page-shell .footer-bottom {
  padding-left: max(5vw, 30px);
  padding-right: max(5vw, 30px);
}

@media (max-width: 760px) {
  .library-hero > div {
    height: 280px;
    margin-bottom: -40px;
    padding: 0 22px;
  }

  .library-hero h1 {
    font-size: 36px;
  }

  .library-hero p:not(.library-eyebrow) {
    font-size: 13px;
  }

  .library-content {
    padding: 115px 18px 90px;
  }

  .library-heading {
    margin-bottom: 42px;
  }

  .library-heading h2 {
    font-size: 34px;
  }

  .library-heading p:not(.library-eyebrow) {
    font-size: 13px;
  }

  .cms-faq-card {
    padding: 0 20px;
  }

  .cms-faq-card summary {
    font-size: 15px;
  }

  .cms-video-grid {
    grid-template-columns: 1fr;
  }
}

/* Scalable YouTube video library */
.videos-library-content {
  padding: 112px 30px 132px;
  background: #f6f7f9;
}

.cms-video-library-slot {
  width: 100%;
  margin: 0;
}

.cms-video-library {
  color: #292a2e;
}

.cms-video-featured {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(310px, .65fr);
  overflow: hidden;
  margin: 0 auto 74px;
  border: 1px solid #27292e;
  border-radius: 18px;
  background: #17181c;
  box-shadow: 0 22px 55px rgba(22, 27, 35, .16);
}

.cms-video-featured-media {
  min-width: 0;
  background: #0d0e10;
}

.cms-video-featured-frame,
.cms-video-detail-frame {
  aspect-ratio: 16 / 9;
  width: 100%;
  background: #0d0e10;
}

.cms-video-featured-frame iframe,
.cms-video-detail-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.cms-video-featured-copy {
  align-self: center;
  padding: 44px 42px;
  color: #fff;
}

.cms-video-eyebrow {
  margin: 0 0 12px;
  color: #ed7041;
  font: 700 11px/1.4 Poppins, var(--font-body);
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.cms-video-featured-copy h2,
.cms-video-library-heading h2 {
  margin: 0;
  font: 600 clamp(30px, 3.2vw, 46px)/1.15 Poppins, var(--font-body);
  letter-spacing: -1px;
}

.cms-video-featured-copy h2 {
  color: #fff;
}

.cms-video-featured-copy > p:not(.cms-video-eyebrow) {
  margin: 20px 0 0;
  color: #b6b8bf;
  font: 400 15px/1.8 Poppins, var(--font-body);
}

.cms-video-featured-meta,
.cms-video-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  font: 600 11px/1.4 Poppins, var(--font-body);
  letter-spacing: .5px;
  text-transform: uppercase;
}

.cms-video-featured-meta {
  margin: 25px 0 28px;
  color: #ed7041;
}

.cms-video-cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 43px;
  padding: 12px 18px;
  border: 1px solid #ed7041;
  border-radius: 5px;
  color: #fff;
  background: #ed7041;
  font: 600 12px/1.2 Poppins, var(--font-body);
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.cms-video-cta:hover {
  border-color: #d85f32;
  color: #fff;
  background: #d85f32;
  transform: translateY(-1px);
}

.cms-video-cta-outline {
  border-color: #e1e3e7;
  color: #4d5057;
  background: #fff;
}

.cms-video-cta-outline:hover {
  border-color: #ed7041;
  color: #ed7041;
  background: #fff;
}

.cms-video-featured-copy .cms-video-cta,
.cms-video-detail-actions .cms-video-cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.cms-video-library-section {
  scroll-margin-top: 32px;
}

.cms-video-library-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}

.cms-video-library-heading h2 {
  color: #27282c;
}

.cms-video-library-heading > div > p:not(.cms-video-eyebrow) {
  max-width: 650px;
  margin: 15px 0 0;
  color: #7e8086;
  font: 400 15px/1.8 Poppins, var(--font-body);
}

.cms-video-result-count {
  flex: 0 0 auto;
  padding: 9px 14px;
  border: 1px solid #e0e2e6;
  border-radius: 999px;
  color: #71747b;
  background: #fff;
  font: 600 12px/1.2 Poppins, var(--font-body);
}

.cms-video-library-tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 370px);
  align-items: start;
  gap: 24px;
  margin-bottom: 30px;
}

.cms-video-category-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.cms-video-category-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 39px;
  padding: 9px 15px;
  border: 1px solid #e1e3e7;
  border-radius: 999px;
  color: #60636a;
  background: #fff;
  font: 600 12px/1.2 Poppins, var(--font-body);
  text-decoration: none;
  transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease;
}

.cms-video-category-link span {
  color: #a0a3a9;
  font-size: 10px;
}

.cms-video-category-link:hover,
.cms-video-category-link.is-active {
  border-color: #ed7041;
  color: #fff;
  background: #ed7041;
  transform: translateY(-1px);
}

.cms-video-category-link:hover span,
.cms-video-category-link.is-active span {
  color: rgba(255, 255, 255, .78);
}

.cms-video-search {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 7px;
}

.cms-video-search label {
  color: #55585f;
  font: 600 12px/1.4 Poppins, var(--font-body);
}

.cms-video-search > div {
  display: flex;
  gap: 8px;
}

.cms-video-search input[type="search"] {
  min-width: 0;
  flex: 1;
  height: 43px;
  padding: 0 14px;
  border: 1px solid #dfe1e5;
  border-radius: 6px;
  color: #292a2e;
  background: #fff;
  font: 400 13px/1.4 Poppins, var(--font-body);
  outline: 0;
}

.cms-video-search input[type="search"]:focus {
  border-color: #ed7041;
  box-shadow: 0 0 0 3px rgba(237, 112, 65, .12);
}

.cms-video-search button {
  min-width: 82px;
  border: 0;
  border-radius: 6px;
  color: #fff;
  background: #ed7041;
  font: 600 12px/1.2 Poppins, var(--font-body);
  cursor: pointer;
}

.cms-video-search > a {
  align-self: flex-end;
  color: #ed7041;
  font: 600 11px/1.4 Poppins, var(--font-body);
  text-decoration: none;
}

.cms-video-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.cms-video-library-card {
  overflow: hidden;
  border: 1px solid #e4e6e9;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(22, 44, 67, .045);
  transition: box-shadow .25s ease, transform .25s ease, border-color .25s ease;
}

.cms-video-library-card:hover {
  border-color: #d8dadd;
  box-shadow: 0 18px 35px rgba(22, 44, 67, .11);
  transform: translateY(-4px);
}

.cms-video-card-media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #16171a;
}

.cms-video-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.cms-video-library-card:hover .cms-video-card-media img {
  transform: scale(1.04);
}

.cms-video-card-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, .38));
  pointer-events: none;
}

.cms-video-play {
  position: absolute;
  z-index: 1;
  left: 20px;
  bottom: 18px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  padding-left: 2px;
  border: 2px solid rgba(255, 255, 255, .8);
  border-radius: 50%;
  color: #fff;
  background: rgba(237, 112, 65, .94);
  font-size: 15px;
  line-height: 1;
}

.cms-video-library-card-body {
  padding: 21px 22px 23px;
}

.cms-video-card-meta {
  color: #ed7041;
  font-size: 10px;
}

.cms-video-card-meta span + span {
  color: #9a9ca2;
}

.cms-video-library-card h3 {
  margin: 11px 0 9px;
  color: #2b2c30;
  font: 600 19px/1.35 Poppins, var(--font-body);
}

.cms-video-library-card h3 a {
  color: inherit;
  text-decoration: none;
}

.cms-video-library-card p {
  min-height: 48px;
  margin: 0;
  color: #777a81;
  font: 400 13px/1.7 Poppins, var(--font-body);
}

.cms-video-card-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 18px;
  color: #ed7041;
  font: 600 12px/1.4 Poppins, var(--font-body);
  text-decoration: none;
}

.cms-video-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 45px;
  color: #85878d;
  font: 600 12px/1.4 Poppins, var(--font-body);
}

.cms-video-pagination a {
  color: #ed7041;
  text-decoration: none;
}

.cms-video-empty {
  max-width: 620px;
  margin: 0 auto;
  padding: 68px 30px;
  border: 1px dashed #d7d9de;
  border-radius: 16px;
  background: #fff;
  text-align: center;
}

.cms-video-empty-inline {
  grid-column: 1 / -1;
  max-width: none;
  padding: 44px 30px;
}

.cms-video-empty-icon {
  display: grid;
  width: 56px;
  height: 56px;
  margin: 0 auto 18px;
  place-items: center;
  padding-left: 3px;
  border-radius: 50%;
  color: #fff;
  background: #ed7041;
  font-size: 20px;
}

.cms-video-empty h2 {
  margin: 0;
  color: #2c2d31;
  font: 600 25px/1.3 Poppins, var(--font-body);
}

.cms-video-empty p {
  margin: 12px auto 24px;
  color: #777a81;
  font: 400 14px/1.8 Poppins, var(--font-body);
}

.videos-page-main {
  background: #f6f7f9;
  color: #292a2e;
}

.videos-page-hero-rail {
  background: #111;
}

.videos-page-banner {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 30px;
  background-image: linear-gradient(rgba(17, 17, 17, .72), rgba(17, 17, 17, .72)), url("assets/theme/business-consulting-6/wp-content/uploads/sites/87/2022/10/bg-1.jpg");
  background-position: center;
  background-size: cover;
}

.videos-page-banner-content {
  width: min(100%, 1120px);
  text-align: center;
}

.videos-page-banner h1 {
  max-width: 850px;
  margin: 0 auto;
  color: #fff;
  font: 600 clamp(34px, 5vw, 56px)/1.12 Poppins, var(--font-body);
  letter-spacing: -1.4px;
}

.videos-page-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 25px 0 0;
  padding: 0;
  color: #aeb0b6;
  font: 400 12px/1.5 Poppins, var(--font-body);
  list-style: none;
}

.videos-page-breadcrumb a {
  color: #ed7041;
  text-decoration: none;
}

.videos-page-body {
  padding: 86px 30px 130px;
}

.cms-video-detail-card {
  overflow: hidden;
  border: 1px solid #e1e3e7;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 45px rgba(22, 44, 67, .08);
}

.cms-video-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
}

.cms-video-detail-copy {
  align-self: center;
  padding: 42px;
}

.cms-video-detail-copy h2 {
  margin: 13px 0 15px;
  color: #292a2e;
  font: 600 clamp(27px, 3vw, 40px)/1.2 Poppins, var(--font-body);
}

.cms-video-detail-copy > p {
  margin: 0;
  color: #777a81;
  font: 400 14px/1.85 Poppins, var(--font-body);
}

.cms-video-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 29px;
}

.cms-video-detail-actions .cms-video-cta-outline {
  border-color: #e1e3e7;
  color: #4d5057;
  background: #fff;
}

.cms-video-detail-invalid {
  display: grid;
  place-items: center;
  color: #aeb0b6;
  font: 400 14px/1.6 Poppins, var(--font-body);
}

@media (min-width: 1380px) {
  .cms-video-card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .cms-video-featured,
  .cms-video-detail-layout {
    grid-template-columns: 1fr;
  }

  .cms-video-featured-copy,
  .cms-video-detail-copy {
    padding: 32px 28px 36px;
  }

  .cms-video-library-tools {
    grid-template-columns: 1fr;
  }

  .cms-video-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .videos-library-content {
    padding: 78px 18px 90px;
  }

  .cms-video-featured {
    margin-bottom: 58px;
    border-radius: 12px;
  }

  .cms-video-library-heading {
    display: block;
  }

  .cms-video-result-count {
    display: inline-flex;
    margin-top: 18px;
  }

  .cms-video-card-grid {
    grid-template-columns: 1fr;
  }

  .cms-video-search > div {
    flex-direction: column;
  }

  .cms-video-search button {
    min-height: 43px;
  }

  .videos-page-banner {
    min-height: 260px;
    padding: 55px 20px;
  }

  .videos-page-body {
    padding: 55px 18px 90px;
  }

  .cms-video-detail-copy {
    padding: 26px 22px 30px;
  }
}

/* Editorial media center presentation, inspired by the MSN/Qureshi media layout. */
.msn-media-page {
  --msn-media-ink: #111827;
  --msn-media-blue: #2563eb;
  --msn-media-blue-dark: #1e40af;
  --msn-media-teal: #36cfc1;
  --msn-media-orange: #ed7041;
  --msn-media-muted: #64748b;
  --msn-media-border: #e2e8f0;
  --msn-media-surface: #f6f7fb;
  color: var(--msn-media-ink);
}

.msn-media-container {
  width: min(100% - 60px, 1280px);
  margin: 0 auto;
}

.msn-media-hero {
  position: relative;
  overflow: hidden;
  padding: 0 0 78px;
  color: #fff;
  background: var(--msn-media-ink);
}

.msn-media-hero::before {
  position: absolute;
  top: 92px;
  right: -205px;
  width: 480px;
  height: 480px;
  border: 1px solid rgba(96, 165, 250, .26);
  border-radius: 50%;
  content: '';
}

.msn-media-hero::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 112px;
  height: 9px;
  background: var(--msn-media-orange);
  content: '';
}

.msn-media-hero > .msn-media-container {
  position: relative;
  z-index: 1;
}

.msn-media-hero-intro {
  padding: 20px 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.msn-media-breadcrumb {
  display: flex;
  align-items: center;
  gap: .65rem;
  color: rgba(255, 255, 255, .6);
  font: 400 .78rem/1.4 Poppins, var(--font-body);
  letter-spacing: .02em;
}

.msn-media-breadcrumb a {
  color: rgba(255, 255, 255, .88);
  text-decoration: none;
}

.msn-media-breadcrumb a:hover,
.msn-media-breadcrumb a:focus-visible {
  color: #fff;
  text-decoration: underline;
}

.msn-media-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .98fr);
  align-items: center;
  gap: 72px;
  padding-top: 68px;
}

.msn-media-eyebrow,
.msn-media-category {
  margin: 0 0 12px;
  color: var(--msn-media-teal);
  font: 800 .72rem/1.4 Poppins, var(--font-body);
  letter-spacing: .13em;
  text-transform: uppercase;
}

.msn-media-hero-copy h1 {
  max-width: 650px;
  margin: 0 0 23px;
  color: #fff;
  font: 700 clamp(2.5rem, 5vw, 4.55rem)/1.04 Poppins, var(--font-body);
  letter-spacing: -2.8px;
  text-wrap: balance;
}

.msn-media-hero-description {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, .76);
  font: 400 1.04rem/1.75 Poppins, var(--font-body);
  text-wrap: pretty;
}

.msn-media-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 2rem;
}

.msn-media-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  gap: .6rem;
  padding: .75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font: 700 .9rem/1.2 Poppins, var(--font-body);
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.msn-media-action:hover,
.msn-media-action:focus-visible {
  transform: translateY(-1px);
}

.msn-media-action-primary {
  color: var(--msn-media-blue-dark);
  background: #fff;
}

.msn-media-action-primary:hover,
.msn-media-action-primary:focus-visible {
  color: var(--msn-media-blue-dark);
  background: #dbeafe;
}

.msn-media-action-outline {
  border-color: rgba(255, 255, 255, .38);
  color: #fff;
}

.msn-media-action-outline:hover,
.msn-media-action-outline:focus-visible {
  border-color: rgba(255, 255, 255, .72);
  color: #fff;
  background: rgba(255, 255, 255, .1);
}

.msn-media-trust-points {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  margin: 2.25rem 0 0;
  padding: 1.25rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, .14);
  list-style: none;
  color: rgba(255, 255, 255, .72);
  font: 400 .82rem/1.4 Poppins, var(--font-body);
}

.msn-media-trust-points li {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
}

.msn-media-trust-points li span {
  color: var(--msn-media-teal);
  font-size: .7rem;
}

.msn-media-featured {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 48px rgba(0, 0, 0, .24);
}

.msn-media-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--msn-media-ink);
}

.msn-media-frame--featured {
  aspect-ratio: 16 / 10;
}

.msn-media-frame::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background: rgba(15, 23, 42, .2);
  content: '';
}

.msn-media-frame img,
.msn-media-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.msn-media-frame iframe {
  position: relative;
  z-index: 4;
}

.msn-media-play {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  padding: 0 0 0 3px;
  border: 0;
  border-radius: 50%;
  color: var(--msn-media-blue-dark);
  background: #fff;
  box-shadow: 0 8px 22px rgba(15, 23, 42, .3);
  cursor: pointer;
  font-size: 1.15rem;
  transform: translate(-50%, -50%);
  transition: background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.msn-media-play:hover,
.msn-media-play:focus-visible {
  outline: 3px solid rgba(147, 197, 253, .72);
  outline-offset: 3px;
  background: #dbeafe;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .38);
  transform: translate(-50%, -50%) scale(1.04);
}

.msn-media-featured-label {
  position: absolute;
  z-index: 4;
  top: 1rem;
  left: 1rem;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .5rem .75rem;
  border-radius: 999px;
  color: #fff;
  background: rgba(15, 23, 42, .86);
  font: 700 .7rem/1.2 Poppins, var(--font-body);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.msn-media-featured-label span {
  color: #fbbf24;
}

.msn-media-featured-body {
  padding: 1.35rem 1.5rem 1.5rem;
}

.msn-media-featured-body .msn-media-category {
  margin-bottom: .55rem;
}

.msn-media-featured-body h2 {
  margin: 0 0 .6rem;
  color: var(--msn-media-ink);
  font: 700 clamp(1.25rem, 2vw, 1.6rem)/1.25 Poppins, var(--font-body);
  letter-spacing: -.025em;
  text-wrap: balance;
}

.msn-media-featured-description,
.msn-media-card-description {
  color: var(--msn-media-muted);
  font: 400 .91rem/1.65 Poppins, var(--font-body);
  text-wrap: pretty;
}

.msn-media-featured-description {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.msn-media-featured-link,
.msn-media-card-link {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  margin-top: 1rem;
  color: var(--msn-media-orange);
  font: 700 .82rem/1.4 Poppins, var(--font-body);
  text-decoration: none;
}

.msn-media-featured-link:hover,
.msn-media-card-link:hover,
.msn-media-card-title a:hover {
  color: var(--msn-media-blue-dark);
}

.msn-media-hero-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16 / 10;
  gap: .75rem;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 24px;
  color: #93c5fd;
  background: #172554;
  text-align: center;
}

.msn-media-hero-placeholder span {
  font-size: 3.5rem;
}

.msn-media-hero-placeholder strong {
  color: #fff;
  font: 600 1.1rem/1.4 Poppins, var(--font-body);
}

.msn-media-hero-placeholder small {
  color: rgba(255, 255, 255, .68);
  font: 400 .86rem/1.5 Poppins, var(--font-body);
}

.msn-media-content {
  padding: 78px 0 100px;
  background: var(--msn-media-surface);
}

.msn-media-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2rem;
}

.msn-media-section-heading .msn-media-category {
  margin-bottom: .55rem;
}

.msn-media-section-heading h2 {
  margin: 0;
  color: var(--msn-media-ink);
  font: 700 clamp(1.9rem, 3vw, 2.6rem)/1.15 Poppins, var(--font-body);
  letter-spacing: -1px;
  text-wrap: balance;
}

.msn-media-section-note {
  margin: 0 0 .2rem;
  color: var(--msn-media-muted);
  font: 400 .95rem/1.5 Poppins, var(--font-body);
  text-align: right;
}

.msn-media-library-tools {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--msn-media-border);
}

.msn-media-category-nav {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
}

.msn-media-category-nav a {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  min-height: 36px;
  padding: .55rem .85rem;
  border: 1px solid var(--msn-media-border);
  border-radius: 999px;
  color: var(--msn-media-muted);
  background: #fff;
  font: 700 .75rem/1.2 Poppins, var(--font-body);
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.msn-media-category-nav a span {
  color: #94a3b8;
  font-size: .68rem;
}

.msn-media-category-nav a:hover,
.msn-media-category-nav a.is-active {
  border-color: var(--msn-media-blue);
  color: #fff;
  background: var(--msn-media-blue);
  transform: translateY(-1px);
}

.msn-media-category-nav a:hover span,
.msn-media-category-nav a.is-active span {
  color: rgba(255, 255, 255, .8);
}

.msn-media-search {
  display: flex;
  align-items: end;
  gap: .55rem;
  min-width: 330px;
}

.msn-media-search label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.msn-media-search > div {
  display: flex;
  width: 100%;
  gap: .55rem;
}

.msn-media-search input[type='search'] {
  min-width: 0;
  width: 100%;
  min-height: 43px;
  padding: .65rem .85rem;
  border: 1px solid var(--msn-media-border);
  border-radius: 5px;
  color: var(--msn-media-ink);
  background: #fff;
  font: 400 .78rem/1.2 Poppins, var(--font-body);
}

.msn-media-search input[type='search']:focus {
  outline: 2px solid rgba(37, 99, 235, .25);
  border-color: var(--msn-media-blue);
}

.msn-media-search button {
  min-height: 43px;
  padding: .65rem 1rem;
  border: 1px solid var(--msn-media-blue);
  border-radius: 5px;
  color: #fff;
  background: var(--msn-media-blue);
  cursor: pointer;
  font: 700 .76rem/1.2 Poppins, var(--font-body);
}

.msn-media-search button:hover,
.msn-media-search button:focus-visible {
  border-color: var(--msn-media-blue-dark);
  background: var(--msn-media-blue-dark);
}

.msn-media-search > a {
  flex: 0 0 auto;
  color: var(--msn-media-blue);
  font: 700 .72rem/1.2 Poppins, var(--font-body);
  text-decoration: none;
}

.msn-media-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.msn-media-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--msn-media-border);
  border-radius: 18px;
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.msn-media-card:hover {
  border-color: #93c5fd;
  box-shadow: 0 16px 32px rgba(15, 23, 42, .1);
  transform: translateY(-3px);
}

.msn-media-card-body {
  display: flex;
  flex-direction: column;
  min-height: 220px;
  padding: 1.25rem 1.35rem 1.35rem;
}

.msn-media-card-body .msn-media-category {
  margin-bottom: .6rem;
}

.msn-media-card-title {
  margin: 0 0 .6rem;
  font: 700 1.08rem/1.35 Poppins, var(--font-body);
  text-wrap: balance;
}

.msn-media-card-title a {
  color: var(--msn-media-ink);
  text-decoration: none;
}

.msn-media-card-description {
  display: -webkit-box;
  margin: 0 0 1.1rem;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.msn-media-card-link {
  margin-top: auto;
}

.msn-media-empty {
  grid-column: 1 / -1;
  width: min(100%, 680px);
  margin: 0 auto;
  padding: 3rem 1.5rem;
  border: 1px dashed #cbd5e1;
  border-radius: 20px;
  background: #fff;
  text-align: center;
}

.msn-media-empty strong {
  display: block;
  color: var(--msn-media-ink);
  font: 700 1.15rem/1.4 Poppins, var(--font-body);
}

.msn-media-empty p {
  margin: .55rem 0 0;
  color: var(--msn-media-muted);
  font: 400 .9rem/1.7 Poppins, var(--font-body);
}

.msn-media-empty a {
  color: var(--msn-media-blue);
  font-weight: 700;
  text-decoration: none;
}

.msn-media-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 2.75rem;
  color: var(--msn-media-muted);
  font: 700 .78rem/1.2 Poppins, var(--font-body);
}

.msn-media-pagination a {
  color: var(--msn-media-blue);
  text-decoration: none;
}

@media (max-width: 1020px) {
  .msn-media-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(350px, .9fr);
    gap: 42px;
  }

  .msn-media-hero-copy h1 {
    font-size: clamp(2.35rem, 5vw, 3.7rem);
  }

  .msn-media-library-tools {
    align-items: start;
    flex-direction: column;
  }

  .msn-media-search {
    width: min(100%, 430px);
  }
}

@media (max-width: 820px) {
  .msn-media-hero-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .msn-media-featured {
    max-width: 700px;
  }

  .msn-media-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .msn-media-container {
    width: min(100% - 36px, 1280px);
  }

  .msn-media-hero {
    padding-bottom: 56px;
  }

  .msn-media-hero::before {
    top: 180px;
    right: -270px;
  }

  .msn-media-hero-grid {
    padding-top: 42px;
  }

  .msn-media-hero-copy h1 {
    font-size: clamp(2.25rem, 11vw, 3.4rem);
    letter-spacing: -1.6px;
  }

  .msn-media-trust-points {
    display: grid;
    gap: .8rem;
  }

  .msn-media-featured {
    border-radius: 18px;
  }

  .msn-media-content {
    padding: 58px 0 68px;
  }

  .msn-media-section-heading {
    display: block;
  }

  .msn-media-section-note {
    margin-top: .75rem;
    text-align: left;
  }

  .msn-media-search {
    width: 100%;
    min-width: 0;
  }

  .msn-media-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .msn-media-action,
  .msn-media-play,
  .msn-media-card,
  .msn-media-category-nav a {
    transition: none;
  }
}

/* Video media center — intentionally uses the existing inner-page system. */
.videos-media-page {
  color: #333;
  background: #fff;
  font-family: Poppins, var(--font-body);
}

.videos-media-hero-rail {
  padding: 0 30px;
  background: #111;
}

.videos-media-hero {
  position: relative;
  width: min(100%, 1370px);
  margin: 0 auto;
  padding: 0 30px 48px;
  overflow: hidden;
  background:
    linear-gradient(110deg, rgba(16, 47, 88, .98), rgba(16, 47, 88, .9)),
    url("assets/theme/business-consulting-6/wp-content/uploads/sites/87/2022/10/bg-1.jpg") center / cover;
}

.videos-media-hero::after {
  position: absolute;
  right: -90px;
  bottom: -90px;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(237, 112, 65, .28);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.videos-media-breadcrumb {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding: 18px 0 17px;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  color: #bebebe;
  font: 400 14px/1.5 Poppins, var(--font-body);
}

.videos-media-breadcrumb a {
  color: #d5d9df;
  text-decoration: none;
}

.videos-media-breadcrumb a:hover {
  color: #ed7041;
}

.videos-media-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr);
  gap: 38px;
  align-items: center;
  padding: 0;
}

.videos-media-hero-copy {
  min-width: 0;
}

.videos-media-eyebrow {
  margin: 0 0 13px;
  color: #ed7041;
  font: 600 11px/1.4 Poppins, var(--font-body);
  letter-spacing: 2.8px;
  text-transform: uppercase;
}

.videos-media-eyebrow-light {
  margin-bottom: 12px;
}

.videos-media-hero-copy h1 {
  max-width: 560px;
  margin: 0;
  color: #fff;
  font: 600 clamp(38px, 3.8vw, 50px)/1.14 Poppins, var(--font-body);
  letter-spacing: -1.3px;
}

.videos-media-hero-description {
  max-width: 500px;
  margin: 20px 0 0;
  color: #d8e0e9;
  font: 400 15px/1.75 Poppins, var(--font-body);
}

.videos-media-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 27px;
}

.videos-media-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 47px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 0;
  color: #fff;
  background: #1268bb;
  font: 700 12px/1.2 Poppins, var(--font-body);
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.videos-media-action:hover {
  color: #fff;
  background: #0a3c78;
  transform: translateY(-2px);
}

.videos-media-action-outline {
  border-color: rgba(255, 255, 255, .6);
  background: transparent;
}

.videos-media-action-outline:hover {
  border-color: #ed7041;
  background: rgba(237, 112, 65, .12);
}

.videos-media-topic-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  max-width: 560px;
  margin: 24px 0 0;
  padding: 0;
  color: #bcc9d7;
  font: 400 12px/1.5 Poppins, var(--font-body);
  list-style: none;
}

.videos-media-topic-list li::before {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 7px 2px 0;
  border-radius: 50%;
  content: "";
  background: #ed7041;
}

.videos-media-hero-featured {
  min-width: 0;
}

.videos-media-featured {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 17px 34px rgba(0, 0, 0, .22);
}

.videos-media-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #101820;
}

.videos-media-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.videos-media-frame::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, .02) 35%, rgba(0, 0, 0, .48));
  pointer-events: none;
}

.videos-media-card:hover .videos-media-frame img,
.videos-media-featured:hover .videos-media-frame img {
  transform: scale(1.035);
}

.videos-media-play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  padding: 0 0 0 3px;
  border: 3px solid rgba(255, 255, 255, .92);
  border-radius: 50%;
  color: #fff;
  background: rgba(16, 47, 88, .84);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.videos-media-play:hover {
  border-color: #ed7041;
  background: #ed7041;
  transform: translate(-50%, -50%) scale(1.05);
}

.videos-media-featured-label {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 15px;
  display: inline-flex;
  gap: 6px;
  align-items: center;
  padding: 7px 10px;
  color: #fff;
  background: #ed7041;
  font: 600 10px/1.2 Poppins, var(--font-body);
  letter-spacing: .8px;
  text-transform: uppercase;
}

.videos-media-featured-body {
  padding: 16px 24px 18px;
}

.videos-media-featured-body .videos-media-category,
.videos-media-category {
  margin: 0;
  color: #ed7041;
  font: 600 10px/1.4 Poppins, var(--font-body);
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.videos-media-featured-body h2 {
  display: -webkit-box;
  overflow: hidden;
  margin: 9px 0 8px;
  color: #28292c;
  font: 600 clamp(22px, 2.1vw, 26px)/1.2 Poppins, var(--font-body);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (min-width: 761px) {
  .videos-media-hero-featured .videos-media-frame--featured {
    aspect-ratio: 3.2 / 1;
  }

  .videos-media-hero-featured .videos-media-play {
    width: 54px;
    height: 54px;
  }

  .videos-media-hero-actions .videos-media-action {
    min-height: 38px;
    padding: 10px 17px;
  }
}

.videos-media-featured-description {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: #777;
  font: 400 13px/1.7 Poppins, var(--font-body);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.videos-media-featured-link,
.videos-media-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ed7041;
  font: 600 12px/1.4 Poppins, var(--font-body);
  text-decoration: none;
}

.videos-media-featured-link {
  margin-top: 10px;
}

.videos-media-featured-link:hover,
.videos-media-card-link:hover {
  color: #b94721;
}

.videos-media-hero-placeholder {
  display: grid;
  min-height: 250px;
  place-content: center;
  gap: 8px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .2);
  color: #fff;
  background: rgba(255, 255, 255, .07);
  text-align: center;
}

.videos-media-hero-placeholder span {
  color: #ed7041;
  font-size: 26px;
}

.videos-media-hero-placeholder strong {
  font: 600 18px/1.35 Poppins, var(--font-body);
}

.videos-media-hero-placeholder small {
  color: #c4ceda;
  font: 400 13px/1.6 Poppins, var(--font-body);
}

.videos-media-library {
  scroll-margin-top: 30px;
  padding: 52px 30px 92px;
  background: #fcfcfc;
}

.videos-media-container {
  width: min(100%, 1224px);
  margin: 0 auto;
}

.videos-media-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 35px;
}

.videos-media-section-heading h2 {
  margin: 0;
  color: #28292c;
  font: 600 clamp(30px, 3.2vw, 38px)/1.2 Poppins, var(--font-body);
  letter-spacing: -1px;
}

.videos-media-section-heading p:not(.videos-media-eyebrow) {
  max-width: 620px;
  margin: 13px 0 0;
  color: #777;
  font: 400 14px/1.75 Poppins, var(--font-body);
}

.videos-media-result-count {
  flex: 0 0 auto;
  color: #85868a;
  font: 400 12px/1.5 Poppins, var(--font-body);
}

.videos-media-library-tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(245px, 310px);
  align-items: end;
  gap: 25px;
  margin-bottom: 28px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e6e7e8;
}

.videos-media-category-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 24px;
  align-items: flex-end;
}

.videos-media-category-link {
  position: relative;
  display: inline-flex;
  padding: 0 0 8px;
  border: 0;
  color: #777;
  background: transparent;
  font: 500 13px/1.3 Poppins, var(--font-body);
  text-decoration: none;
  transition: color .2s ease;
}

.videos-media-category-link::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  content: "";
  background: transparent;
}

.videos-media-category-link:hover,
.videos-media-category-link.is-active {
  color: #ed7041;
}

.videos-media-category-link.is-active::after {
  background: #ed7041;
}

.videos-media-search {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.videos-media-search label {
  color: #777;
  font: 500 11px/1.4 Poppins, var(--font-body);
}

.videos-media-search > div {
  display: flex;
  gap: 7px;
}

.videos-media-search input[type="search"] {
  min-width: 0;
  flex: 1;
  height: 41px;
  padding: 0 12px;
  border: 1px solid #dce7f0;
  border-radius: 2px;
  outline: 0;
  color: #333;
  background: #fff;
  font: 400 12px/1.4 Poppins, var(--font-body);
}

.videos-media-search input[type="search"]:focus {
  border-color: #1268bb;
  box-shadow: 0 0 0 3px rgba(18, 104, 187, .1);
}

.videos-media-search-submit {
  width: 44px;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: #1268bb;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.videos-media-search-submit:hover {
  background: #0a3c78;
}

.videos-media-clear {
  align-self: flex-end;
  color: #ed7041;
  font: 500 11px/1.4 Poppins, var(--font-body);
  text-decoration: none;
}

.videos-media-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.videos-media-card {
  overflow: hidden;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(22, 44, 67, .04);
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.videos-media-card:hover {
  border-color: #d9e0e6;
  box-shadow: 0 12px 30px rgba(22, 44, 67, .09);
  transform: translateY(-3px);
}

.videos-media-card .videos-media-play {
  width: 48px;
  height: 48px;
  border-width: 2px;
  font-size: 16px;
}

.videos-media-card-body {
  display: flex;
  min-height: 208px;
  flex-direction: column;
  padding: 22px 24px 23px;
}

.videos-media-card-title {
  margin: 9px 0 9px;
  color: #28292c;
  font: 600 19px/1.35 Poppins, var(--font-body);
}

.videos-media-card-title a {
  color: inherit;
  text-decoration: none;
}

.videos-media-card-title a:hover {
  color: #1268bb;
}

.videos-media-card-description {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: #777;
  font: 400 13px/1.7 Poppins, var(--font-body);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.videos-media-card-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 18px;
}

.videos-media-card-meta {
  color: #92979d;
  font: 400 11px/1.4 Poppins, var(--font-body);
}

.videos-media-card-meta span {
  color: #ed7041;
}

.videos-media-empty {
  grid-column: 1 / -1;
  display: grid;
  place-items: center;
  gap: 7px;
  padding: 34px 24px;
  border: 1px dashed #d9d9d9;
  background: #fff;
  text-align: center;
}

.videos-media-empty-icon {
  color: #ed7041;
  font-size: 23px;
}

.videos-media-empty strong {
  color: #38383a;
  font: 600 18px/1.35 Poppins, var(--font-body);
}

.videos-media-empty p {
  max-width: 520px;
  margin: 0;
  color: #777;
  font: 400 13px/1.7 Poppins, var(--font-body);
}

.videos-media-empty a {
  color: #ed7041;
}

.cms-video-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 43px;
  color: #85868a;
  font: 500 12px/1.4 Poppins, var(--font-body);
}

.cms-video-pagination a {
  color: #ed7041;
  text-decoration: none;
}

/* Detail pages retain the standard inner-page banner/body relationship. */
.videos-page-main {
  color: #333;
  background: #fff;
}

.videos-page-hero-rail {
  background: #111;
}

.videos-page-banner {
  width: 100%;
  max-width: 1764px;
  height: 270px;
  margin: 0 auto -45px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: linear-gradient(rgba(17, 17, 17, .7), rgba(17, 17, 17, .7)), url("assets/theme/business-consulting-6/wp-content/uploads/sites/87/2022/10/bg-1.jpg");
  background-position: center;
  background-size: cover;
}

.videos-page-banner-content {
  width: min(100%, 1224px);
}

.videos-page-banner h1 {
  max-width: 850px;
  margin: 0 auto 12px;
  color: #fff;
  font: 600 clamp(32px, 4vw, 46px)/1.15 Poppins, var(--font-body);
  letter-spacing: -1px;
}

.videos-page-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  color: #bebebe;
  font: 400 14px/1.5 Poppins, var(--font-body);
  list-style: none;
}

.videos-page-breadcrumb a {
  color: #ed7041;
  text-decoration: none;
}

.videos-page-body {
  padding: 115px 30px 100px;
  background: #fcfcfc;
}

.videos-page-body > .container {
  width: min(100%, 1224px);
  margin: 0 auto;
}

.cms-video-detail-card {
  overflow: hidden;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(22, 44, 67, .06);
}

.cms-video-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
}

.cms-video-detail-frame {
  aspect-ratio: 16 / 9;
  width: 100%;
  background: #101820;
}

.cms-video-detail-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.cms-video-detail-copy {
  align-self: center;
  padding: 36px;
}

.cms-video-detail-copy h2 {
  margin: 12px 0 14px;
  color: #28292c;
  font: 600 clamp(25px, 3vw, 36px)/1.2 Poppins, var(--font-body);
}

.cms-video-detail-copy > p {
  margin: 0;
  color: #777;
  font: 400 14px/1.8 Poppins, var(--font-body);
}

.cms-video-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 25px;
}

.cms-video-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 43px;
  padding: 12px 18px;
  border: 1px solid #1268bb;
  color: #fff;
  background: #1268bb;
  font: 600 12px/1.2 Poppins, var(--font-body);
  text-decoration: none;
}

.cms-video-cta:hover {
  color: #fff;
  background: #0a3c78;
}

.cms-video-cta-outline {
  border-color: #d9e0e6;
  color: #1268bb;
  background: #fff;
}

.cms-video-cta-outline:hover {
  color: #0a3c78;
  background: #f4f8fc;
}

.cms-video-detail-invalid {
  display: grid;
  place-items: center;
  color: #cbd5df;
  font: 400 14px/1.5 Poppins, var(--font-body);
}

@media (max-width: 1000px) {
  .videos-media-hero-grid {
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: 30px;
  }

  .videos-media-hero-copy h1 {
    font-size: 40px;
  }

  .videos-media-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cms-video-detail-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) and (min-width: 681px) {
  .library-page-shell .main-nav {
    color: #d5d5d5;
  }

  .library-page-shell .main-nav a:hover,
  .library-page-shell .main-nav .active {
    color: #ed6b34;
  }
}

@media (max-width: 760px) {
  .videos-media-hero-rail {
    padding: 0 22px;
  }

  .videos-media-hero {
    padding: 0 0 42px;
  }

  .videos-media-hero-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 34px;
  }

  .videos-media-hero-copy h1 {
    max-width: 620px;
    font-size: 37px;
  }

  .videos-media-hero-description {
    font-size: 14px;
  }

  .videos-media-library {
    padding: 60px 22px 76px;
  }

  .videos-media-section-heading {
    display: block;
    margin-bottom: 28px;
  }

  .videos-media-result-count {
    display: block;
    margin-top: 13px;
  }

  .videos-media-library-tools {
    display: block;
  }

  .videos-media-search {
    max-width: 360px;
    margin-top: 20px;
  }

  .videos-page-banner {
    height: 245px;
    margin-bottom: -35px;
    padding: 0 22px;
  }

  .videos-page-body {
    padding: 90px 22px 76px;
  }

  .cms-video-detail-copy {
    padding: 28px 24px 30px;
  }
}

@media (max-width: 560px) {
  .videos-media-hero-copy h1 {
    font-size: 34px;
  }

  .videos-media-hero-actions {
    gap: 9px;
  }

  .videos-media-action {
    min-height: 44px;
    padding: 13px 17px;
  }

  .videos-media-topic-list {
    display: grid;
    gap: 6px;
  }

  .videos-media-featured-body {
    padding: 20px 21px 22px;
  }

  .videos-media-featured-body h2 {
    font-size: 22px;
    -webkit-line-clamp: 3;
  }

  .videos-media-featured-description {
    -webkit-line-clamp: 2;
  }

  .videos-media-grid {
    grid-template-columns: 1fr;
  }

  .videos-media-card-body {
    min-height: 0;
  }

  .videos-media-category-nav {
    gap: 13px 18px;
  }

  .videos-media-category-link {
    font-size: 12px;
  }

  .videos-page-banner h1 {
    font-size: 31px;
  }

  .videos-page-breadcrumb {
    font-size: 12px;
  }
}

@media (max-width: 680px) {
  .library-page-shell .main-nav.open {
    color: #183d68;
  }
}

@media (prefers-reduced-motion: reduce) {
  .videos-media-action,
  .videos-media-play,
  .videos-media-card,
  .videos-media-frame img {
    transition: none;
  }
}

/* Reference-matched media composition refinements. */
.videos-media-hero {
  padding-bottom: 26px;
  background: #0b1320;
}

.videos-media-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .16;
  background: url("assets/theme/business-consulting-6/wp-content/uploads/sites/87/2022/10/bg-1.jpg") center / cover;
  pointer-events: none;
}

.videos-media-hero::after {
  right: -75px;
  bottom: -110px;
  width: 250px;
  height: 250px;
  border-color: rgba(18, 104, 187, .42);
}

.videos-media-breadcrumb {
  padding-top: 16px;
  padding-bottom: 14px;
  border-bottom-color: rgba(255, 255, 255, .13);
  font-size: 13px;
}

.videos-media-hero-grid {
  gap: 34px;
  padding-top: 24px;
  align-items: start;
}

.videos-media-hero-copy h1 {
  max-width: 520px;
  font-size: clamp(34px, 3.05vw, 42px);
  line-height: 1.12;
}

.videos-media-hero-description {
  max-width: 475px;
  margin-top: 15px;
  font-size: 12px;
  line-height: 1.65;
}

.videos-media-hero-actions {
  margin-top: 21px;
}

.videos-media-action-primary {
  background: #ed7041;
}

.videos-media-action-primary:hover {
  background: #c9572e;
}

.videos-media-action-outline {
  border-color: rgba(255, 255, 255, .75);
}

.videos-media-topic-list {
  gap: 7px 15px;
  margin-top: 17px;
  font-size: 11px;
}

.videos-media-featured {
  border-color: rgba(255, 255, 255, .45);
  background: #101b2d;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .2);
}

.videos-media-featured-body {
  padding: 11px 17px 13px;
  background: #101b2d;
}

.videos-media-featured-body h2 {
  margin: 6px 0 5px;
  color: #fff;
  font-size: clamp(19px, 1.8vw, 23px);
  line-height: 1.16;
}

.videos-media-featured-description {
  color: #d9e0e8;
  font-size: 11px;
  line-height: 1.45;
  -webkit-line-clamp: 2;
}

.videos-media-featured-link {
  margin-top: 7px;
}

.videos-media-library {
  padding-top: 38px;
  padding-bottom: 74px;
}

.videos-media-section-heading {
  align-items: flex-end;
  margin-bottom: 24px;
  padding-bottom: 19px;
  border-bottom: 1px solid #e2e7ec;
}

.videos-media-section-heading h2 {
  font-size: clamp(28px, 3vw, 34px);
}

.videos-media-section-heading p:not(.videos-media-eyebrow) {
  max-width: 610px;
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.65;
}

.videos-media-library-tools {
  grid-template-columns: minmax(0, 1fr) minmax(245px, 290px);
  align-items: center;
  gap: 20px;
  margin-bottom: 22px;
  padding-bottom: 0;
  border-bottom: 0;
}

.videos-media-category-nav {
  gap: 8px;
}

.videos-media-category-link {
  align-items: center;
  min-height: 32px;
  padding: 7px 14px;
  border: 1px solid #e0e5ea;
  border-radius: 999px;
  color: #4f5964;
  background: #fff;
  font-size: 11px;
  transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease;
}

.videos-media-category-link::after {
  display: none;
}

.videos-media-category-link:hover,
.videos-media-category-link.is-active {
  border-color: #ed7041;
  color: #fff;
  background: #ed7041;
  transform: translateY(-1px);
}

.videos-media-search {
  display: block;
}

.videos-media-search label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.videos-media-search input[type="search"] {
  height: 35px;
  border-radius: 4px;
  font-size: 11px;
}

.videos-media-search-submit {
  width: 38px;
  border-radius: 4px;
  color: #687481;
  background: #fff;
  border: 1px solid #dce7f0;
  font-size: 17px;
}

.videos-media-search-submit:hover {
  color: #fff;
  background: #1268bb;
}

.videos-media-grid {
  gap: 20px;
}

.videos-media-card {
  border-radius: 7px;
  box-shadow: 0 4px 14px rgba(22, 44, 67, .07);
}

.videos-media-card:hover {
  box-shadow: 0 10px 22px rgba(22, 44, 67, .12);
}

.videos-media-card-body {
  min-height: 194px;
  padding: 17px 17px 18px;
}

.videos-media-card-title {
  margin-top: 7px;
  font-size: 17px;
}

.videos-media-card-description {
  font-size: 12px;
  line-height: 1.6;
}

.videos-media-card-footer {
  padding-top: 13px;
}

.videos-media-cta {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  width: min(100%, 1224px);
  margin: 0 auto 0;
  padding: 15px 24px;
  background: #fff1e9;
}

.videos-media-cta-icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #ed7041;
  font-size: 22px;
}

.videos-media-cta-copy h2 {
  margin: 0;
  color: #28292c;
  font: 600 16px/1.35 Poppins, var(--font-body);
}

.videos-media-cta-copy p {
  max-width: 510px;
  margin: 3px 0 0;
  color: #606971;
  font: 400 11px/1.5 Poppins, var(--font-body);
}

.videos-media-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.videos-media-cta-actions a {
  display: inline-flex;
  min-height: 35px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 9px 17px;
  border: 1px solid #ed7041;
  border-radius: 4px;
  color: #fff;
  background: #ed7041;
  font: 600 10px/1.2 Poppins, var(--font-body);
  text-decoration: none;
}

.videos-media-cta-actions a:hover {
  color: #fff;
  background: #c9572e;
}

.videos-media-cta-actions .videos-media-cta-secondary {
  color: #ed7041;
  background: transparent;
}

.videos-media-cta-actions .videos-media-cta-secondary:hover {
  color: #c9572e;
  background: #fff;
}

@media (max-width: 760px) {
  .videos-media-hero {
    padding-bottom: 24px;
  }

  .videos-media-hero-grid {
    gap: 26px;
    padding-top: 22px;
  }

  .videos-media-hero-copy h1 {
    font-size: 36px;
  }

  .videos-media-library {
    padding-top: 50px;
    padding-bottom: 62px;
  }

  .videos-media-section-heading {
    padding-bottom: 15px;
  }

  .videos-media-library-tools {
    display: block;
  }

  .videos-media-search {
    max-width: 360px;
    margin-top: 14px;
  }

  .videos-media-cta {
    grid-template-columns: auto minmax(0, 1fr);
    padding: 16px 22px;
  }

  .videos-media-cta-actions {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .videos-media-featured-body {
    padding: 15px 17px 17px;
  }

  .videos-media-featured-body h2 {
    font-size: 21px;
  }

  .videos-media-cta {
    gap: 10px;
  }

  .videos-media-cta-copy h2 {
    font-size: 14px;
  }

  .videos-media-cta-actions a {
    flex: 1;
  }
}

/* Videos hero layout: keep the media center wide and proportionate at the
   desktop/tablet widths used by the reference composition. */
@media (min-width: 761px) {
  .library-page-shell .cms-video-library-slot {
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .videos-media-hero-rail {
    padding-right: 0;
    padding-left: 0;
  }

  .videos-media-hero {
    width: 100%;
    max-width: none;
    padding-right: 45px;
    padding-bottom: 0;
    padding-left: 45px;
  }

  .videos-media-breadcrumb {
    padding-top: 16px;
    padding-bottom: 6px;
  }

  .videos-media-hero-grid {
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    gap: 36px;
    padding-top: 2px;
    align-items: start;
  }

  .videos-media-hero-copy {
    padding-top: 16px;
    padding-left: 45px;
  }

  .videos-media-hero-copy h1 {
    max-width: 520px;
    font-size: clamp(32px, 3.05vw, 48px);
    line-height: 1.12;
  }

  .videos-media-hero-description {
    max-width: 475px;
    margin-top: 13px;
    font-size: 11px;
    line-height: 1.5;
  }

  .videos-media-hero-actions {
    margin-top: 14px;
  }

  .videos-media-hero-actions .videos-media-action {
    min-height: 34px;
    padding: 8px 14px;
    font-size: 11px;
  }

  .videos-media-topic-list {
    gap: 6px 9px;
    margin-top: 12px;
    font-size: 9px;
  }

  .videos-media-featured-body {
    padding: 11px 17px 13px;
  }

  .videos-media-featured-body h2 {
    font-size: clamp(17px, 1.8vw, 23px);
  }
}

@media (min-width: 900px) and (max-width: 1200px) {
  .videos-media-topic-list {
    width: 430px;
    max-width: none;
  }
}

@media (min-width: 761px) and (max-width: 1200px) {
  .library-page-shell .site-header {
    height: 52px;
    max-width: none;
    padding: 0 40px;
  }

  .library-page-shell .site-header .brand img {
    width: 100px;
    max-height: 48px;
    object-fit: contain;
  }

  .library-page-shell .main-nav {
    gap: 18px;
    font-size: 10px;
  }

  .library-page-shell .main-nav > a:last-child {
    display: none;
  }

  .library-page-shell .header-socials {
    gap: 8px;
    margin-left: 18px;
  }

  .library-page-shell .header-socials a {
    width: 26px;
    height: 26px;
    font-size: 11px;
  }

  .videos-media-hero {
    width: 100%;
  }

  .videos-media-hero-copy h1 {
    width: 360px;
    max-width: 360px;
    font-size: 30px;
  }

  .videos-media-hero-description {
    width: 360px;
    max-width: 360px;
  }

  .videos-media-topic-list {
    column-gap: 4px;
  }

  .videos-media-featured-body {
    padding: 10px 16px 11px;
  }

  .videos-media-featured-body h2 {
    font-size: 16px;
    line-height: 1.15;
  }

  .videos-media-featured-description {
    font-size: 10px;
    line-height: 1.35;
    -webkit-line-clamp: 1;
  }

  .videos-media-featured-link {
    margin-top: 5px;
    font-size: 11px;
  }
}

/* Match the incorporation page's charcoal, orange, and warm-paper system. */
.videos-media-page {
  color: #25272b;
  background: #f4f2ed;
  font-family: Poppins, var(--font-body);
}

.videos-media-hero-rail {
  background: #101012;
}

.videos-media-hero {
  background:
    radial-gradient(circle at 78% 24%, rgba(237, 112, 65, .18), transparent 26%),
    linear-gradient(118deg, #111214 0%, #1b1b1e 48%, #222125 100%);
}

.videos-media-hero::before {
  opacity: .14;
  background-image:
    linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000, transparent 75%);
}

.videos-media-hero::after {
  border-color: rgba(237, 112, 65, .34);
}

.videos-media-breadcrumb {
  border-bottom-color: rgba(255, 255, 255, .09);
  color: #77787c;
  font-family: Poppins, var(--font-body);
}

.videos-media-breadcrumb a {
  color: #a8a8ab;
}

.videos-media-hero-copy h1,
.videos-media-featured-body h2,
.videos-media-section-heading h2,
.videos-media-cta-copy h2,
.videos-media-card-title {
  font-family: Poppins, var(--font-body);
}

.videos-media-hero-description,
.videos-media-topic-list {
  color: #a9a9ad;
}

.videos-media-featured {
  border-color: rgba(255, 255, 255, .13);
  background: linear-gradient(145deg, rgba(255, 255, 255, .085), rgba(255, 255, 255, .025));
  box-shadow: 0 26px 70px rgba(0, 0, 0, .27);
  backdrop-filter: blur(10px);
}

.videos-media-featured-body {
  background: #1a1b1e;
}

.videos-media-featured-description {
  color: #a9a9ad;
}

.videos-media-library {
  background: #f4f2ed;
}

.videos-media-section-heading {
  border-bottom-color: #e8e5df;
}

.videos-media-section-heading h2 {
  color: #28292c;
}

.videos-media-section-heading p:not(.videos-media-eyebrow),
.videos-media-result-count {
  color: #85868a;
}

.videos-media-category-link {
  border-color: #e0ddd6;
  color: #4f5054;
  background: #fff;
}

.videos-media-search input[type="search"] {
  border-color: #e0ddd6;
  background: #fff;
}

.videos-media-search-submit {
  border-color: #ed7041;
  color: #fff;
  background: #ed7041;
}

.videos-media-search-submit:hover {
  background: #d85e31;
}

.videos-media-cta {
  background: #fff;
  box-shadow: 0 18px 55px rgba(25, 25, 28, .1);
}
