.blog-hero {
  padding: 3px 0 24px 0;
  background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.breadcrumbs {
  font-size: 14px;
  color: #5a6472;
  margin-bottom: 18px;
}

.breadcrumbs a {
  color: rgb(0, 92, 179);
  text-decoration: none;
}

.breadcrumbs span {
  margin: 0 6px;
}

.blog-hero-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.blog-eyebrow {
  margin: 0 0 10px 0;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1b3763;
  font-weight: 700;
}

.blog-hero-copy h1 {
  margin: 0 0 14px 0;
  font-size: 42px;
  line-height: 1.1;
}

.blog-intro {
  margin: 0;
  max-width: 760px;
  font-size: 18px;
  line-height: 1.7;
  color: #303742;
}

.blog-hero-panel {
  background: #ffffff;
  border: 1px solid rgba(27, 55, 99, 0.12);
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 14px 34px rgba(11, 28, 51, 0.06);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
}

.blog-hero-stat strong {
  display: block;
  font-size: 28px;
  color: #1b3763;
}

.blog-hero-stat span {
  display: block;
  color: #4b5563;
  font-size: 15px;
}

.blog-hero-cta {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 14px 18px;
  border-radius: 999px;
  background: #1b3763;
  color: #ffffff;
  font-weight: 700;
}

.blog-toolbar {
  padding: 22px 0 10px 0;
}

.blog-toolbar-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}

.blog-search-wrap {
  flex: 1 1 320px;
  max-width: 460px;
}

.blog-search {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(27, 55, 99, 0.16);
  border-radius: 999px;
  padding: 13px 16px;
  font-size: 15px;
  background: #ffffff;
}

.blog-subjects {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.subject-chip {
  border: 1px solid rgba(27, 55, 99, 0.16);
  background: #ffffff;
  color: #1b3763;
  border-radius: 999px;
  padding: 10px 14px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
}

.subject-chip.active {
  background: #1b3763;
  color: #ffffff;
  border-color: #1b3763;
}

.blog-featured,
.blog-grid-section,
.blog-topic-links {
  padding: 22px 0 34px 0;
}

.section-heading {
  margin-bottom: 18px;
}

.section-heading h2 {
  margin: 0 0 8px 0;
  font-size: 28px;
  color: #111827;
}

.section-heading p {
  margin: 0;
  color: #5a6472;
}

.featured-card {
  border-radius: 22px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(27, 55, 99, 0.12);
  box-shadow: 0 18px 38px rgba(11, 28, 51, 0.08);
  position: relative;
}

.featured-card .featured-card-inner {
  padding: 28px;
}

.featured-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 14px;
}

.featured-date {
  color: #5a6472;
  font-size: 14px;
}

.featured-card h3 {
  margin: 0 0 12px 0;
  font-size: 30px;
  line-height: 1.2;
}

.featured-card h3 a {
  color: #111827;
  text-decoration: none;
}

.featured-card h3 a:hover,
.featured-card h3 a:focus {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.featured-card p {
  margin: 0 0 18px 0;
  font-size: 17px;
  line-height: 1.7;
  color: #374151;
  max-width: 900px;
}

.featured-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.text-link {
  color: rgb(0, 92, 179);
  text-decoration: none;
  font-weight: 700;
}

.text-link:hover,
.text-link:focus {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.blog-tile {
  background: #ffffff;
  border: 1px solid rgba(27, 55, 99, 0.12);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 26px rgba(11, 28, 51, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.blog-tile:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(11, 28, 51, 0.10);
}

.blog-tile-link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.blog-tile-link:hover,
.blog-tile-link:focus {
  text-decoration: none;
  color: inherit;
}

.blog-tile-link:hover h3,
.blog-tile-link:focus h3 {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.blog-tile-link .subject-pill,
.blog-tile-link .tile-date,
.blog-tile-link p,
.blog-tile-link .tile-readmore {
  text-decoration: none !important;
}

.tile-topbar {
  height: 6px;
  background: #1b3763;
}

.blog-tile-body {
  padding: 18px;
}

.tile-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
}

.tile-date {
  font-size: 13px;
  color: #5a6472;
}

.blog-tile h3 {
  margin: 0 0 12px 0;
  font-size: 22px;
  line-height: 1.3;
  color: #111827;
}

.blog-tile p {
  margin: 0 0 16px 0;
  color: #4b5563;
  line-height: 1.65;
  font-size: 15px;
}

.tile-readmore {
  display: inline-block;
  font-weight: 700;
  color: rgb(0, 92, 179);
}

.subject-pill {
  display: inline-block;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.subject-wage .tile-topbar,
.subject-pill.subject-wage,
.topic-link-card.subject-wage::before {
  background: #0f6cbf;
  color: #ffffff;
}

.subject-discrimination .tile-topbar,
.subject-pill.subject-discrimination,
.topic-link-card.subject-discrimination::before {
  background: #7a3e7d;
  color: #ffffff;
}

.subject-retaliation .tile-topbar,
.subject-pill.subject-retaliation,
.topic-link-card.subject-retaliation::before {
  background: #b7791f;
  color: #ffffff;
}

.subject-harassment .tile-topbar,
.subject-pill.subject-harassment,
.topic-link-card.subject-harassment::before {
  background: #a63d5a;
  color: #ffffff;
}

.subject-severance .tile-topbar,
.subject-pill.subject-severance,
.topic-link-card.subject-severance::before {
  background: #4b5563;
  color: #ffffff;
}

.subject-agreements .tile-topbar,
.subject-pill.subject-agreements,
.topic-link-card.subject-agreements::before {
  background: #2f6f5f;
  color: #ffffff;
}

.subject-enforcement .tile-topbar,
.subject-pill.subject-enforcement,
.topic-link-card.subject-enforcement::before {
  background: #1b3763;
  color: #ffffff;
}

.blog-grid-footer {
  text-align: center;
  margin-top: 22px;
}

.load-more-btn {
  border: none;
  background: #1b3763;
  color: #ffffff;
  border-radius: 999px;
  padding: 13px 20px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.topic-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.topic-link-card {
  position: relative;
  display: block;
  text-decoration: none;
  color: #111827;
  background: #ffffff;
  border: 1px solid rgba(27, 55, 99, 0.12);
  border-radius: 18px;
  padding: 20px 18px 18px 18px;
  box-shadow: 0 12px 26px rgba(11, 28, 51, 0.05);
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.topic-link-card:hover,
.topic-link-card:focus {
  text-decoration: none;
  color: inherit;
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(11, 28, 51, 0.08);
}

.topic-link-card:hover strong,
.topic-link-card:focus strong {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.topic-link-card span {
  text-decoration: none !important;
}

.topic-link-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  border-radius: 18px 0 0 18px;
}

.topic-link-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.topic-link-card span {
  display: block;
  color: #4b5563;
  line-height: 1.6;
  font-size: 14px;
}

.related-reading {
  padding: 28px 0 42px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin-top: 36px;
}

.related-reading h2 {
  margin: 0 0 18px 0;
  font-size: 28px;
  color: #111827;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.related-card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #f8fafc;
  border: 1px solid rgba(27, 55, 99, 0.12);
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 10px 22px rgba(11, 28, 51, 0.05);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.related-card:hover,
.related-card:focus {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(11, 28, 51, 0.08);
  border-color: rgba(27, 55, 99, 0.22);
  text-decoration: none;
  color: inherit;
}

.related-card strong {
  display: block;
  margin-bottom: 8px;
  color: rgb(0, 92, 179);
  font-size: 17px;
  line-height: 1.35;
}

.related-card span {
  display: block;
  color: #4b5563;
  line-height: 1.6;
  font-size: 14px;
}

.blog-post-hero {
  padding: 3px 0 20px 0;
  background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.blog-post-header {
  max-width: 860px;
}

.blog-post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 16px;
}

.blog-post-date {
  color: #5a6472;
  font-size: 14px;
}

.blog-post-header h1 {
  margin: 0 0 16px 0;
  font-size: 42px;
  line-height: 1.15;
  color: #111827;
}

.blog-post-dek {
  margin: 0;
  font-size: 19px;
  line-height: 1.7;
  color: #374151;
  max-width: 860px;
}

.blog-post-body-section {
  padding: 34px 0 10px 0;
}

.blog-post-layout {
  display: grid;
  grid-template-columns: minmax(0, 2.1fr) minmax(280px, 0.9fr);
  gap: 34px;
  align-items: start;
}

.blog-post-content {
  min-width: 0;
}

.blog-post-content > *:first-child {
  margin-top: 0;
}

.blog-post-content h2,
.blog-post-content h3,
.blog-post-content h4 {
  color: #111827;
  line-height: 1.25;
}

.blog-post-content p,
.blog-post-content li {
  color: #303742;
  line-height: 1.8;
  font-size: 17px;
}

.blog-post-content a {
  color: rgb(0, 92, 179);
}

.blog-post-content img {
  max-width: 100%;
  height: auto;
}

.blog-post-sidebar {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.blog-sidebar-card {
  background: #ffffff;
  border: 1px solid rgba(27, 55, 99, 0.12);
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 10px 22px rgba(11, 28, 51, 0.05);
}

.blog-sidebar-card h2 {
  margin: 0 0 10px 0;
  font-size: 20px;
  color: #111827;
}

.blog-sidebar-card p {
  margin: 0;
  color: #4b5563;
  line-height: 1.7;
  font-size: 15px;
}

.blog-sidebar-card a {
  color: rgb(0, 92, 179);
}

.blog-not-found {
  padding: 48px 0 56px 0;
}

.blog-not-found h1 {
  margin: 0 0 14px 0;
  font-size: 36px;
  color: #111827;
}

.blog-not-found p {
  margin: 0 0 14px 0;
  color: #4b5563;
  line-height: 1.7;
}

.hidden-tile {
  display: none;
}

.sr-only {
  position: absolute;
  left: -9999px;
}

@media (max-width: 1100px) {
  .blog-grid,
  .topic-link-grid,
  .related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-hero-grid,
  .blog-post-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .blog-grid,
  .topic-link-grid,
  .related-grid {
    grid-template-columns: 1fr;
  }

  .blog-hero-copy h1,
  .blog-post-header h1 {
    font-size: 34px;
  }

  .featured-card h3 {
    font-size: 24px;
  }

  .blog-tile h3 {
    font-size: 20px;
  }

  .blog-post-dek {
    font-size: 17px;
  }
}