.pjw-video-news-section {
  --pjw-video-news-brand: #0b2f63;
  --pjw-video-news-brand-dark: #081d3f;
  --pjw-video-news-accent: #1389c9;
  --pjw-video-news-gold: #c78a1b;
  --pjw-video-news-white: #ffffff;
  --pjw-video-news-text: #111827;
  --pjw-video-news-muted: #6b7280;
  --pjw-video-news-border: #e5e7eb;
  --pjw-video-news-soft: #f8fafc;
  --pjw-video-news-radius: 4px;

  width: 100%;
  margin: 0;
  padding: 44px 0 28px;
  background: #ffffff;
  color: var(--pjw-video-news-text);
}

.pjw-video-news-section *,
.pjw-video-news-archive * {
  box-sizing: border-box;
}

.pjw-video-news-section a,
.pjw-video-news-archive a {
  color: inherit;
  text-decoration: none !important;
}

.pjw-video-news-section.is-ltr,
.pjw-video-news-archive.is-ltr,
.pjw-video-news-archive-list-wrap.is-ltr {
  direction: ltr;
  text-align: left;
}

.pjw-video-news-section.is-rtl,
.pjw-video-news-archive.is-rtl,
.pjw-video-news-archive-list-wrap.is-rtl {
  direction: rtl;
  text-align: right;
}

.pjw-video-news-container {
  position: relative;
}

.pjw-video-news-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--pjw-video-news-brand);
}

.pjw-video-news-header__content {
  min-width: 0;
}

.pjw-video-news-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 7px;
  color: var(--pjw-video-news-accent);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pjw-video-news-eyebrow::before {
  content: '';
  width: 28px;
  height: 2px;
  background: var(--pjw-video-news-accent);
  display: inline-block;
  flex: 0 0 auto;
}

.pjw-video-news-section-title {
  margin: 0;
  color: var(--pjw-video-news-brand-dark);
  font-size: 26px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.pjw-video-news-section-subtitle {
  margin: 7px 0 0;
  color: var(--pjw-video-news-muted);
  font-size: 14px;
  line-height: 1.65;
}

.pjw-video-news-archive-link,
.pjw-video-news-read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 13px;
  border: 1px solid var(--pjw-video-news-brand);
  border-radius: var(--pjw-video-news-radius);
  color: var(--pjw-video-news-brand);
  background: #ffffff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.3;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.pjw-video-news-archive-link {
  flex: 0 0 auto;
}

.pjw-video-news-archive-link:hover,
.pjw-video-news-archive-link:focus,
.pjw-video-news-read-more:hover,
.pjw-video-news-read-more:focus {
  color: #ffffff;
  background: var(--pjw-video-news-brand);
  border-color: var(--pjw-video-news-brand);
  transform: translateY(-1px);
}

.pjw-video-news-featured-card {
  border: 1px solid var(--pjw-video-news-border);
  border-radius: var(--pjw-video-news-radius);
  background: #ffffff;
  overflow: hidden;
}

.pjw-video-news-featured-inner {
  display: flex;
  align-items: stretch;
  gap: 0;
  min-height: 382px;
}

.pjw-video-news-section.is-ltr .pjw-video-news-featured-inner {
  flex-direction: row;
}

.pjw-video-news-section.is-rtl .pjw-video-news-featured-inner {
  flex-direction: row-reverse;
}

.pjw-video-news-featured-content {
  flex: 0 0 40%;
  max-width: 40%;
  padding: 28px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
}

.pjw-video-news-featured-media {
  flex: 1 1 60%;
  min-width: 0;
  background: #000000;
  display: flex;
  align-items: center;
}

.pjw-video-news-latest-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 24px;
  padding: 4px 8px;
  margin-bottom: 12px;
  border-radius: 999px;
  color: var(--pjw-video-news-brand);
  background: #eef4ff;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pjw-video-news-title {
  margin: 0;
  color: var(--pjw-video-news-text);
  font-size: 28px;
  line-height: 1.22;
  font-weight: 900;
  letter-spacing: -0.025em;
}

.pjw-video-news-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
  color: var(--pjw-video-news-muted);
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
}

.pjw-video-news-meta-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #adb5bd;
  display: inline-block;
}

.pjw-video-news-description {
  margin: 16px 0 0;
  color: #374151;
  font-size: 15px;
  line-height: 1.75;
}

.pjw-video-news-read-more {
  width: fit-content;
  margin-top: 20px;
}

.pjw-video-news-player {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000000;
  overflow: hidden;
}

.pjw-video-news-player iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  background: #000000;
}

.pjw-video-news-player--featured {
  min-height: 382px;
}

.pjw-video-news-admin-front-notice {
  padding: 18px 20px;
  border: 1px solid #f3d58a;
  background: #fff8e6;
  border-radius: var(--pjw-video-news-radius);
  color: #5f4307;
  font-size: 14px;
  line-height: 1.7;
}

.pjw-video-news-archive {
  --pjw-video-news-brand: #0b2f63;
  --pjw-video-news-brand-dark: #081d3f;
  --pjw-video-news-accent: #1389c9;
  --pjw-video-news-white: #ffffff;
  --pjw-video-news-text: #111827;
  --pjw-video-news-muted: #6b7280;
  --pjw-video-news-border: #e5e7eb;
  --pjw-video-news-soft: #f8fafc;
  --pjw-video-news-radius: 4px;

  width: 100%;
  background: #ffffff;
  color: var(--pjw-video-news-text);
}

.pjw-video-news-archive-hero {
  padding: 38px 0 26px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.pjw-video-news-archive-hero__inner {
  padding-bottom: 18px;
  border-bottom: 2px solid var(--pjw-video-news-brand);
}

.pjw-video-news-archive-hero__content {
  max-width: 760px;
}

.pjw-video-news-archive-title {
  margin: 0;
  color: var(--pjw-video-news-brand-dark);
  font-size: 34px;
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.pjw-video-news-archive-subtitle {
  margin: 9px 0 0;
  color: var(--pjw-video-news-muted);
  font-size: 15px;
  line-height: 1.7;
}

.pjw-video-news-archive-body {
  padding: 26px 0 54px;
  background: #ffffff;
}

.pjw-video-news-archive-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.pjw-video-news-archive-card {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--pjw-video-news-border);
  border-radius: var(--pjw-video-news-radius);
  background: #ffffff;
}

.pjw-video-news-archive-list-wrap.is-rtl .pjw-video-news-archive-card {
  direction: ltr;
}

.pjw-video-news-archive-list-wrap.is-rtl .pjw-video-news-archive-card__content {
  direction: rtl;
  text-align: right;
}

.pjw-video-news-archive-card__media {
  background: #000000;
}

.pjw-video-news-archive-card__content {
  padding: 24px 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pjw-video-news-archive-card__title {
  margin: 0;
  color: var(--pjw-video-news-text);
  font-size: 24px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.pjw-video-news-archive-card__details {
  margin-top: 16px;
  color: #374151;
  font-size: 15px;
  line-height: 1.78;
}

.pjw-video-news-archive-card__details p {
  margin: 0 0 12px;
}

.pjw-video-news-archive-card__details p:last-child {
  margin-bottom: 0;
}

.pjw-video-news-empty {
  padding: 34px;
  border: 1px solid var(--pjw-video-news-border);
  border-radius: var(--pjw-video-news-radius);
  background: var(--pjw-video-news-soft);
}

.pjw-video-news-empty h2 {
  margin: 0 0 8px;
  color: var(--pjw-video-news-brand-dark);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25;
}

.pjw-video-news-empty p {
  margin: 0;
  color: var(--pjw-video-news-muted);
  font-size: 14px;
  line-height: 1.7;
}

@media (max-width: 1199.98px) {
  .pjw-video-news-section {
    padding: 40px 0 26px;
  }

  .pjw-video-news-section-title {
    font-size: 24px;
  }

  .pjw-video-news-featured-inner {
    min-height: 340px;
  }

  .pjw-video-news-featured-content {
    flex-basis: 42%;
    max-width: 42%;
    padding: 24px;
  }

  .pjw-video-news-title {
    font-size: 24px;
  }

  .pjw-video-news-player--featured {
    min-height: 340px;
  }

  .pjw-video-news-archive-title {
    font-size: 30px;
  }
}

@media (max-width: 991.98px) {
  .pjw-video-news-section {
    padding: 36px 0 24px;
  }

  .pjw-video-news-featured-inner,
  .pjw-video-news-section.is-ltr .pjw-video-news-featured-inner,
  .pjw-video-news-section.is-rtl .pjw-video-news-featured-inner {
    flex-direction: column-reverse;
    min-height: 0;
  }

  .pjw-video-news-featured-content,
  .pjw-video-news-featured-media {
    flex: 1 1 auto;
    max-width: none;
    width: 100%;
  }

  .pjw-video-news-player--featured {
    min-height: 0;
  }

  .pjw-video-news-archive-card {
    grid-template-columns: 1fr;
  }

  .pjw-video-news-archive-list-wrap.is-rtl .pjw-video-news-archive-card {
    direction: rtl;
  }
}

@media (max-width: 767.98px) {
  .pjw-video-news-section {
    padding: 34px 0 22px;
  }

  .pjw-video-news-header {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .pjw-video-news-archive-link {
    width: fit-content;
  }

  .pjw-video-news-section-title {
    font-size: 22px;
  }

  .pjw-video-news-section-subtitle {
    font-size: 13px;
  }

  .pjw-video-news-featured-content {
    padding: 20px;
  }

  .pjw-video-news-title {
    font-size: 21px;
  }

  .pjw-video-news-description,
  .pjw-video-news-archive-card__details {
    font-size: 14px;
  }

  .pjw-video-news-archive-hero {
    padding: 30px 0 22px;
  }

  .pjw-video-news-archive-title {
    font-size: 25px;
  }

  .pjw-video-news-archive-subtitle {
    font-size: 13px;
  }

  .pjw-video-news-archive-card__content {
    padding: 20px;
  }

  .pjw-video-news-archive-card__title {
    font-size: 21px;
  }
}

@media (max-width: 575.98px) {
  .pjw-video-news-section {
    padding: 30px 0 20px;
  }

  .pjw-video-news-featured-content {
    padding: 18px;
  }

  .pjw-video-news-title {
    font-size: 19px;
  }

  .pjw-video-news-meta {
    font-size: 11px;
  }

  .pjw-video-news-archive-body {
    padding-bottom: 40px;
  }
}
