.board-page-approved {
  --board-green: #087f5b;
  --board-green-dark: #075c43;
  --board-green-soft: #e8f5ee;
  --board-green-pale: #f3faf6;
  --board-lime: #b7d43b;
  --board-ink: #14231c;
  --board-copy: #52645b;
  --board-muted: #718078;
  --board-line: #dce8e1;
  --board-canvas: #f6f9f7;
  --board-white: #ffffff;
  --board-shadow: 0 18px 52px rgba(21, 68, 50, 0.08);
  color: var(--board-ink);
  background: var(--board-canvas);
}

.board-page-approved,
.board-page-approved button,
.board-page-approved input {
  font-family: inherit;
}

.board-page-approved .board-main {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 !important;
  overflow: clip;
  background: var(--board-canvas);
}

.board-page-approved .board-shell {
  width: min(1120px, calc(100% - 48px));
  margin-inline: auto;
}

.board-page-approved .board-icon-library {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.board-page-approved svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.board-hero-approved {
  position: relative;
  padding: 72px 0 40px;
  background:
    radial-gradient(circle at 18% 15%, rgba(183, 212, 59, 0.12), transparent 24%),
    linear-gradient(180deg, #fbfdfc 0%, var(--board-canvas) 100%);
}

.board-hero-approved::after {
  position: absolute;
  right: max(4vw, 28px);
  top: 64px;
  width: 132px;
  height: 132px;
  content: "";
  pointer-events: none;
  opacity: 0.42;
  background-image: radial-gradient(circle, rgba(8, 127, 91, 0.22) 1.5px, transparent 1.5px);
  background-size: 14px 14px;
  mask-image: linear-gradient(135deg, #000, transparent 78%);
}

.board-approved-intro {
  position: relative;
  z-index: 1;
  max-width: 850px;
  margin: 0 auto 38px;
  text-align: center;
}

.board-approved-intro .board-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: 0 0 18px;
  padding: 7px 15px;
  border: 1px solid #b9dccd;
  border-radius: 999px;
  color: var(--board-green-dark);
  background: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.board-approved-intro h1 {
  margin: 0;
  color: var(--board-ink);
  font-size: clamp(40px, 4.25vw, 60px);
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: -0.052em;
  word-break: keep-all;
}

.board-approved-intro h1 span {
  color: var(--board-green);
}

.board-approved-intro > p:last-child {
  margin: 20px 0 0;
  color: var(--board-copy);
  font-size: 17px;
  line-height: 1.72;
  letter-spacing: -0.025em;
  word-break: keep-all;
}

.board-answer-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.07fr) minmax(410px, 0.93fr);
  gap: 34px;
  align-items: center;
  padding: 26px 30px;
  border: 1px solid rgba(8, 127, 91, 0.13);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--board-shadow);
}

.board-approved-search {
  min-width: 0;
  margin: 0;
}

.board-approved-search > label {
  display: block;
  margin: 0 0 11px;
  color: var(--board-ink);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.board-approved-search-field {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto 52px;
  gap: 9px;
  align-items: center;
  min-height: 58px;
  padding: 4px 4px 4px 18px;
  border: 1px solid #c7d9cf;
  border-radius: 16px;
  background: var(--board-white);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.board-approved-search-field:focus-within {
  border-color: var(--board-green);
  box-shadow: 0 0 0 4px rgba(8, 127, 91, 0.11);
}

.board-approved-search-field > svg {
  width: 21px;
  height: 21px;
  color: var(--board-green-dark);
}

.board-approved-search-field input {
  width: 100%;
  min-width: 0;
  height: 48px;
  padding: 0;
  border: 0;
  outline: 0;
  color: var(--board-ink);
  background: transparent;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.board-approved-search-field input::placeholder {
  color: #8b9891;
  opacity: 1;
}

.board-approved-search-clear {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: var(--board-copy);
  background: var(--board-green-pale);
  font-size: 20px;
  cursor: pointer;
}

.board-approved-search-clear[hidden] {
  display: none;
}

button.board-approved-search-submit[type="submit"] {
  display: grid;
  place-items: center;
  width: 52px;
  height: 50px;
  padding: 0;
  border: 0 !important;
  border-radius: 13px;
  color: #fff !important;
  background: var(--board-green) !important;
  box-shadow: 0 8px 18px rgba(8, 127, 91, 0.2);
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease;
}

button.board-approved-search-submit[type="submit"]:hover {
  transform: translateY(-2px);
  background: var(--board-green-dark) !important;
}

button.board-approved-search-submit[type="submit"] svg {
  width: 22px;
  height: 22px;
}

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

.board-journey {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-width: 0;
  border-left: 1px solid var(--board-line);
}

.board-journey a {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 92px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  color: var(--board-ink);
  text-align: center;
  text-decoration: none;
  transition: color 160ms ease, transform 160ms ease;
}

.board-journey a + a::before {
  position: absolute;
  left: 0;
  top: 20%;
  width: 1px;
  height: 60%;
  content: "";
  background: var(--board-line);
}

.board-journey a:hover {
  color: var(--board-green);
  transform: translateY(-2px);
}

.board-journey a > span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-bottom: 7px;
  border-radius: 50%;
  color: var(--board-green-dark);
  background: var(--board-green-soft);
  font-size: 11px;
  font-weight: 900;
}

.board-journey strong {
  font-size: 15px;
  font-weight: 900;
  letter-spacing: -0.025em;
}

.board-journey small {
  display: block;
  margin-top: 4px;
  color: var(--board-muted);
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: -0.025em;
  word-break: keep-all;
}

.board-archive-v2 {
  padding: 42px 0 96px;
  scroll-margin-top: 82px;
  background: var(--board-canvas);
}

.board-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 22px;
}

.board-section-kicker {
  margin: 0 0 9px;
  color: var(--board-green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.11em;
}

.board-section-head h2 {
  margin: 0;
  color: var(--board-ink);
  font-size: clamp(29px, 3.2vw, 42px);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.045em;
}

.board-section-head div > p:last-child {
  margin: 10px 0 0;
  color: var(--board-copy);
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: -0.02em;
}

.board-result-label {
  flex: none;
  margin: 0 0 5px;
  padding: 9px 14px;
  border: 1px solid var(--board-line);
  border-radius: 999px;
  color: var(--board-copy);
  background: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 700;
}

.board-result-label strong {
  color: var(--board-green-dark);
  font-weight: 900;
}

.category-filter-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
  padding: 13px 16px;
  border: 1px solid var(--board-line);
  border-radius: 18px;
  background: var(--board-white);
  box-shadow: 0 8px 28px rgba(21, 68, 50, 0.045);
}

.category-filter-wrap > strong {
  flex: none;
  padding-inline: 3px 18px;
  border-right: 1px solid var(--board-line);
  color: var(--board-ink);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: -0.025em;
}

.board-approved-filters {
  display: flex;
  min-width: 0;
  gap: 8px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
}

.board-approved-filters::-webkit-scrollbar {
  display: none;
}

.filter-btn {
  flex: none;
  min-height: 40px;
  padding: 9px 16px;
  border: 1px solid #d4e1da;
  border-radius: 999px;
  color: var(--board-copy);
  background: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -0.02em;
  cursor: pointer;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.filter-btn:hover {
  border-color: var(--board-green);
  color: var(--board-green-dark);
  transform: translateY(-1px);
}

.filter-btn.active {
  border-color: var(--board-green);
  color: #fff;
  background: var(--board-green);
  box-shadow: 0 5px 14px rgba(8, 127, 91, 0.18);
}

.post-list {
  display: grid;
  grid-template-columns: minmax(0, 1.68fr) minmax(300px, 0.92fr);
  gap: 22px;
  align-items: stretch;
}

.post-list > .post-card[hidden] {
  display: none !important;
}

.post-list > .post-card {
  position: relative;
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: 248px minmax(0, 1fr);
  min-width: 0;
  min-height: 204px;
  overflow: hidden;
  border: 1px solid var(--board-line);
  border-radius: 22px;
  color: var(--board-ink);
  background: var(--board-white);
  box-shadow: 0 12px 34px rgba(21, 68, 50, 0.055);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.post-list > .post-card:hover {
  transform: translateY(-4px);
  border-color: rgba(8, 127, 91, 0.42);
  box-shadow: 0 20px 46px rgba(21, 68, 50, 0.11);
}

.post-list:not(.is-filtered) > .post-card:first-of-type {
  grid-column: 1;
  grid-template-columns: minmax(230px, 0.92fr) minmax(0, 1.08fr);
  min-height: 374px;
}

.post-visual {
  position: relative;
  display: block;
  min-width: 0;
  min-height: 100%;
  overflow: hidden;
  background: var(--board-green-soft);
}

.post-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, transparent 58%, rgba(8, 38, 27, 0.33));
}

.post-visual img {
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 0;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

.post-card:hover .post-visual img {
  transform: scale(1.035);
}

.post-visual-label,
.post-visual-index,
.post-visual-hover {
  position: absolute;
  z-index: 1;
}

.post-visual-label {
  left: 16px;
  top: 16px;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--board-green-dark);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  font-size: 11px;
  font-weight: 900;
}

.post-visual-index {
  right: 15px;
  bottom: 14px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.post-visual-hover {
  right: 14px;
  top: 14px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  background: var(--board-green);
  font-size: 10px;
  font-weight: 900;
  opacity: 0;
  transform: translateY(5px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.post-card:hover .post-visual-hover {
  opacity: 1;
  transform: translateY(0);
}

.post-info {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 28px 30px;
}

.post-list:not(.is-filtered) > .post-card:first-of-type .post-info {
  padding: 34px 30px;
}

.post-kicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 13px;
}

.post-category {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--board-green-dark);
  background: var(--board-green-soft);
  font-size: 11px;
  font-weight: 900;
}

.post-kicker time {
  color: var(--board-muted);
  font-size: 12px;
  font-weight: 700;
}

.post-title {
  margin: 0;
  color: var(--board-ink);
  font-size: clamp(20px, 2vw, 25px);
  font-weight: 900;
  line-height: 1.38;
  letter-spacing: -0.038em;
  word-break: keep-all;
}

.post-list:not(.is-filtered) > .post-card:first-of-type .post-title {
  font-size: clamp(23px, 2.2vw, 30px);
}

.post-excerpt {
  display: -webkit-box;
  overflow: hidden;
  margin: 13px 0 0;
  color: var(--board-copy);
  font-size: 14px;
  line-height: 1.72;
  letter-spacing: -0.02em;
  word-break: keep-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.post-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: auto;
  padding-top: 21px;
  color: var(--board-muted);
  font-size: 12px;
  font-weight: 700;
}

.post-read-more {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--board-green-dark);
  font-weight: 900;
}

.post-read-more svg {
  width: 17px;
  height: 17px;
  transition: transform 160ms ease;
}

.post-card:hover .post-read-more svg {
  transform: translateX(3px);
}

.board-solution-card {
  grid-column: 2;
  display: flex;
  min-width: 0;
  min-height: 374px;
  flex-direction: column;
  padding: 29px 27px 25px;
  border: 1px solid rgba(8, 127, 91, 0.17);
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0, rgba(183, 212, 59, 0.2), transparent 36%),
    linear-gradient(145deg, #f1faf5, #e7f5ed);
  box-shadow: 0 12px 34px rgba(21, 68, 50, 0.055);
}

.post-list.is-filtered {
  grid-template-columns: 1fr;
}

.post-list.is-filtered .board-solution-card {
  display: none;
}

.board-solution-card > p {
  margin: 0 0 9px;
  color: var(--board-green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.board-solution-card > h3 {
  margin: 0 0 20px;
  color: var(--board-ink);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: -0.04em;
  word-break: keep-all;
}

.board-solution-card nav {
  display: grid;
  gap: 8px;
}

.board-solution-card nav a {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 18px;
  gap: 10px;
  align-items: center;
  min-height: 54px;
  padding: 8px 10px;
  border: 1px solid rgba(8, 127, 91, 0.12);
  border-radius: 14px;
  color: var(--board-ink);
  background: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.board-solution-card nav a:hover {
  border-color: rgba(8, 127, 91, 0.38);
  background: #fff;
  transform: translateX(2px);
}

.board-solution-card nav a > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  color: var(--board-green-dark);
  background: var(--board-green-soft);
}

.board-solution-card nav a > span svg {
  width: 18px;
  height: 18px;
}

.board-solution-card nav a > svg {
  width: 17px;
  height: 17px;
  color: var(--board-green);
}

.board-solution-card nav b {
  font-size: 13px;
  font-weight: 850;
  line-height: 1.35;
  letter-spacing: -0.025em;
  word-break: keep-all;
}

.board-solution-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  align-self: flex-start;
  margin-top: auto;
  padding-top: 16px;
  color: var(--board-green-dark);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.board-solution-more svg {
  width: 17px;
  height: 17px;
}

.empty-state {
  grid-column: 1 / -1;
  padding: 54px 24px;
  border: 1px dashed #b8cec2;
  border-radius: 22px;
  color: var(--board-copy);
  background: #fff;
  text-align: center;
}

.empty-state[hidden] {
  display: none;
}

.empty-state > svg {
  width: 28px;
  height: 28px;
  margin: 0 auto 12px;
  color: var(--board-green);
}

.empty-state strong {
  display: block;
  color: var(--board-ink);
  font-size: 20px;
}

.empty-state p {
  margin: 8px 0 18px;
  font-size: 14px;
}

.empty-state button {
  min-height: 44px;
  padding: 10px 17px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--board-green);
  font-weight: 800;
  cursor: pointer;
}

.board-page-approved a:focus-visible,
.board-page-approved button:focus-visible,
.board-page-approved input:focus-visible {
  outline: 3px solid rgba(183, 212, 59, 0.95);
  outline-offset: 3px;
}

@media (max-width: 980px) {
  .board-answer-panel {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .board-journey {
    padding-top: 18px;
    border-top: 1px solid var(--board-line);
    border-left: 0;
  }

  .post-list {
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.9fr);
  }

  .post-list:not(.is-filtered) > .post-card:first-of-type {
    grid-template-columns: 1fr;
  }

  .post-list:not(.is-filtered) > .post-card:first-of-type .post-visual {
    min-height: 220px;
  }
}

@media (max-width: 760px) {
  .board-page-approved .board-shell {
    width: min(100% - 32px, 680px);
  }

  .board-hero-approved {
    padding: 38px 0 25px;
  }

  .board-hero-approved::after {
    display: none;
  }

  .board-approved-intro {
    margin-bottom: 26px;
  }

  .board-approved-intro .board-eyebrow {
    min-height: 30px;
    margin-bottom: 14px;
    padding: 6px 12px;
    font-size: 11px;
  }

  .board-approved-intro h1 {
    font-size: clamp(27px, 7.6vw, 35px);
    line-height: 1.22;
    letter-spacing: -0.05em;
  }

  .board-approved-intro > p:last-child {
    max-width: 350px;
    margin: 14px auto 0;
    font-size: 14px;
    line-height: 1.65;
  }

  .board-answer-panel {
    gap: 18px;
    padding: 16px;
    border-radius: 20px;
  }

  .board-approved-search > label {
    margin-bottom: 9px;
    font-size: 14px;
  }

  .board-approved-search-field {
    grid-template-columns: 22px minmax(0, 1fr) auto 48px;
    min-height: 54px;
    padding-left: 14px;
    border-radius: 14px;
  }

  .board-approved-search-field input {
    height: 46px;
    font-size: 14px;
  }

  button.board-approved-search-submit[type="submit"] {
    width: 48px;
    height: 46px;
    border-radius: 11px;
  }

  .board-journey {
    gap: 0;
    padding-top: 13px;
  }

  .board-journey a {
    min-height: 84px;
    padding: 7px 4px;
  }

  .board-journey a > span {
    width: 25px;
    height: 25px;
    margin-bottom: 6px;
    font-size: 10px;
  }

  .board-journey strong {
    font-size: 13px;
  }

  .board-journey small {
    max-width: 92px;
    font-size: 10px;
  }

  .board-archive-v2 {
    padding: 31px 0 76px;
    scroll-margin-top: 66px;
  }

  .board-section-head {
    display: block;
    margin-bottom: 17px;
  }

  .board-section-kicker {
    margin-bottom: 7px;
    font-size: 10px;
  }

  .board-section-head h2 {
    font-size: 29px;
  }

  .board-section-head div > p:last-child {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.55;
  }

  .board-result-label {
    display: inline-flex;
    margin-top: 12px;
    padding: 7px 11px;
    font-size: 11px;
  }

  .category-filter-wrap {
    display: block;
    margin-inline: -16px;
    margin-bottom: 16px;
    padding: 12px 0 12px 16px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .category-filter-wrap > strong {
    display: block;
    margin: 0 0 9px;
    padding: 0;
    border: 0;
    font-size: 12px;
  }

  .board-approved-filters {
    padding-right: 16px;
  }

  .filter-btn {
    min-height: 40px;
    padding: 8px 14px;
    font-size: 12px;
  }

  .post-list,
  .post-list.is-filtered {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .post-list:not(.is-filtered) > .post-card:first-of-type {
    grid-column: 1;
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .post-list:not(.is-filtered) > .post-card:first-of-type .post-visual {
    aspect-ratio: 16 / 9;
    min-height: 0;
  }

  .post-list > .post-card,
  .post-list.is-filtered > .post-card {
    grid-column: 1;
    grid-template-columns: 112px minmax(0, 1fr);
    min-height: 142px;
    border-radius: 18px;
  }

  .post-list:not(.is-filtered) > .post-card:first-of-type .post-info {
    padding: 22px 20px 20px;
  }

  .post-info {
    padding: 16px 15px;
  }

  .post-kicker {
    margin-bottom: 8px;
  }

  .post-category {
    min-height: 24px;
    padding: 5px 8px;
    font-size: 10px;
  }

  .post-kicker time {
    font-size: 10px;
  }

  .post-title,
  .post-list:not(.is-filtered) > .post-card:first-of-type .post-title {
    display: -webkit-box;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.42;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .post-list:not(.is-filtered) > .post-card:first-of-type .post-title {
    font-size: 19px;
  }

  .post-excerpt {
    display: none;
  }

  .post-list:not(.is-filtered) > .post-card:first-of-type .post-excerpt {
    display: -webkit-box;
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.6;
  }

  .post-meta {
    margin-top: 11px;
    padding-top: 0;
    font-size: 10px;
  }

  .post-meta > span:first-child {
    display: none;
  }

  .post-read-more {
    gap: 4px;
  }

  .post-read-more svg {
    width: 14px;
    height: 14px;
  }

  .post-visual-label {
    left: 9px;
    top: 9px;
    padding: 5px 7px;
    font-size: 9px;
  }

  .post-visual-index {
    right: 9px;
    bottom: 8px;
    font-size: 11px;
  }

  .post-visual-hover {
    display: none;
  }

  .board-solution-card {
    grid-column: 1;
    min-height: 0;
    padding: 22px 18px 18px;
    border-radius: 18px;
  }

  .board-solution-card > p {
    margin-bottom: 6px;
    font-size: 10px;
  }

  .board-solution-card > h3 {
    margin-bottom: 15px;
    font-size: 21px;
  }

  .board-solution-card nav a {
    grid-template-columns: 34px minmax(0, 1fr) 17px;
    min-height: 54px;
  }

  .board-solution-card nav b {
    font-size: 12px;
  }

  .board-solution-more {
    min-height: 44px;
    margin-top: 5px;
    padding-top: 12px;
  }

  .empty-state {
    padding: 40px 18px;
    border-radius: 18px;
  }
}

@media (max-width: 380px) {
  .board-page-approved .board-shell {
    width: min(100% - 24px, 356px);
  }

  .board-approved-intro h1 {
    font-size: 26px;
  }

  .board-approved-search-field input {
    font-size: 13px;
  }

  .board-journey small {
    font-size: 9px;
  }

  .category-filter-wrap {
    margin-inline: -12px;
    padding-left: 12px;
  }

  .board-approved-filters {
    padding-right: 12px;
  }

  .post-list > .post-card,
  .post-list.is-filtered > .post-card {
    grid-template-columns: 104px minmax(0, 1fr);
  }

  .post-info {
    padding: 14px 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .board-page-approved *,
  .board-page-approved *::before,
  .board-page-approved *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
