@import url("./insight-content.css");

.insight-detail h1,
.board-heading h1 {
  color: #13233f;
}

.insight-page {
  background: #fff;
  width: min(var(--bidlab-content-max, 1180px), calc(100% - var(--bidlab-content-gutter, 56px)));
  margin: 16px auto 64px;
  padding: 0 28px 28px;
  box-sizing: border-box;
}

.insight-page.page-shell {
  display: block;
  width: min(var(--bidlab-content-max, 1180px), calc(100% - var(--bidlab-content-gutter, 56px))) !important;
}

.insight-page.page-shell > .page-aside {
  display: none !important;
}

.insight-page__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 36px;
  border-bottom: 0;
}

.insight-page__top .insight-crumb {
  margin: 0;
}

.board-heading {
  padding: 8px 0 10px;
  border-bottom: 1px solid #e5e7eb;
}

.board-heading__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.board-heading h1 {
  margin: 0;
  color: #1e3a8a;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.4;
}

.board-nature {
  max-width: 760px;
  margin: 0;
  color: #6b7280;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}

.board-nature[hidden] {
  display: none;
}

.board-search {
  display: flex;
  flex: 0 1 330px;
  min-width: 240px;
  margin: 0;
}

.board-search input {
  flex: 1;
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid #e5e7eb;
  border-right: 0;
  background: #fff;
  color: #111827;
  font: inherit;
}

.board-search button {
  min-width: 62px;
  min-height: 40px;
  border: 1px solid #172033;
  background: #172033;
  color: #fff;
  font: 700 13px/1 Pretendard, sans-serif;
  cursor: pointer;
}

.board-search input:focus-visible,
.board-search button:focus-visible {
  position: relative;
  z-index: 1;
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

.insight-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
  gap: 40px;
  align-items: start;
  margin-top: 24px;
}

.insight-feed {
  min-width: 0;
}

.board-list {
  min-width: 0;
}

.board-article {
  color: inherit;
  text-decoration: none;
}

.board-article__thumb {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #f4f6f9;
}

.board-article__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #f4f6f9;
}

.board-article__thumb.is-fallback img {
  object-fit: cover;
}

.board-article__body {
  display: block;
  min-width: 0;
}

.board-article__eyebrow {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  align-items: center;
  margin-bottom: 8px;
  color: #6b7280;
  font-size: 12px;
  font-weight: 600;
}

.board-article__eyebrow span {
  color: #1e3a8a;
  font-weight: 800;
}

.board-article__eyebrow time {
  font-variant-numeric: tabular-nums;
}

.board-article__title {
  margin: 0;
  color: #111827;
  font-weight: 800;
  letter-spacing: -0.025em;
  overflow-wrap: anywhere;
}

.board-article__summary {
  display: -webkit-box;
  margin-top: 9px;
  overflow: hidden;
  color: #5f6877;
  font-size: 14px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.board-article:hover .board-article__title,
.board-article:focus-visible .board-article__title {
  color: #1e3a8a;
}

.board-article:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 5px;
}

.board-article--lead {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.9fr);
  gap: 26px;
  align-items: center;
  padding-bottom: 28px;
  border-bottom: 1px solid #cfd5de;
}

.board-article--lead .board-article__title {
  font-size: clamp(25px, 2.5vw, 34px);
  line-height: 1.3;
}

.board-article--lead .board-article__summary {
  font-size: 15px;
  -webkit-line-clamp: 4;
}

.board-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 24px 0 28px;
  border-bottom: 1px solid #cfd5de;
}

.insight-jump {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #1e3a8a;
  font-size: 13px;
  font-weight: 700;
}

.insight-board-section {
  padding-top: 8px;
}

.insight-board-heading {
  margin: 0 0 4px;
  padding-top: 8px;
  color: #172033;
  font-size: 18px;
  font-weight: 800;
}

.board-text-list {
  display: grid;
}

.board-text-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: baseline;
  padding: 14px 0;
  border-bottom: 1px solid #e2e5ea;
  color: inherit;
  text-decoration: none;
}

.board-text-row__title {
  min-width: 0;
  color: #111827;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.board-text-row time {
  flex: none;
  color: #6b7280;
  font-size: 13px;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.board-text-row:hover .board-text-row__title,
.board-text-row:focus-visible .board-text-row__title {
  color: #1e3a8a;
}

.insight-more-wrap {
  display: flex;
  justify-content: center;
  padding: 18px 0 8px;
}

.insight-more {
  min-width: 180px;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid #cfd5de;
  background: #fff;
  color: #172033;
  font: 700 14px/1 Pretendard, sans-serif;
  cursor: pointer;
}

.board-article--feature .board-article__body {
  padding-top: 12px;
}

.board-article--feature .board-article__title {
  font-size: 18px;
  line-height: 1.45;
}

.board-article--feature .board-article__summary {
  -webkit-line-clamp: 2;
}

.board-stream {
  display: grid;
}

.board-article--plain {
  display: grid;
  gap: 4px;
  padding: 14px 0;
  border-bottom: 1px solid #e2e5ea;
}

.board-article--plain .board-article__title {
  font-size: 17px;
  line-height: 1.45;
}

.board-article--plain .board-article__eyebrow {
  margin-bottom: 4px;
}

.board-article--stream {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid #e2e5ea;
}

.board-article--stream .board-article__title {
  font-size: 18px;
  line-height: 1.45;
}

.insight-side {
  position: sticky;
  top: 20px;
  display: grid;
  gap: 14px;
  min-width: 0;
}

.insight-board-index {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
}

.insight-board-index a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid #dbe3ee;
  background: #fff;
  color: #13233f;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.insight-board-index a:hover {
  border-color: #2f5bd5;
  color: #2f5bd5;
}

.insight-side__boards {
  padding-top: 13px;
  border-top: 2px solid #172033;
  min-width: 0;
}

.insight-side__boards h2 {
  margin: 0 0 8px;
  color: #172033;
  font-size: 18px;
}

.insight-side__boards ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.insight-side__boards li {
  display: block;
  padding: 0;
  border-bottom: 1px solid #e5e7eb;
}

.insight-side__boards a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 42px;
  color: #273142;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  white-space: nowrap;
}

.insight-side__boards a strong {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
}

.insight-side__boards a span {
  flex: 0 0 auto;
  color: #6b7280;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
}

.insight-side__boards a:hover,
.insight-side__boards a:hover strong {
  color: #1e3a8a;
}

.insight-side__popular ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.insight-side__popular {
  padding-top: 13px;
  border-top: 2px solid #172033;
}

.insight-side__popular h2 {
  margin: 0 0 8px;
  color: #172033;
  font-size: 18px;
}

.insight-side__popular ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.insight-side__popular li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 8px;
  padding: 11px 0;
  border-bottom: 1px solid #e5e7eb;
}

.insight-side__popular li > span {
  color: #1e3a8a;
  font-size: 15px;
  font-weight: 800;
  text-align: center;
}

.insight-side__popular a {
  color: #273142;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  text-decoration: none;
}

.insight-side__popular a:hover {
  color: #1e3a8a;
}

.insight-side__action {
  display: grid;
  gap: 5px;
  padding: 15px 14px;
  border-top: 1px solid #dce1e8;
  border-bottom: 1px solid #dce1e8;
  background: #f7f8fa;
  color: #172033;
  text-decoration: none;
}

.insight-side__action strong {
  font-size: 15px;
}

.insight-side__action span,
.insight-side__empty {
  margin: 0;
  color: #707887;
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .insight-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }

  .insight-side {
    position: static;
    grid-template-columns: minmax(0, 1fr) repeat(2, minmax(150px, 0.55fr));
    align-items: start;
  }
}

@media (max-width: 768px) {
  .insight-page {
    width: calc(100% - 32px);
    margin-top: 8px;
    padding: 0 0 80px;
  }

  .insight-page__top {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    padding: 7px 0 12px;
  }

  .board-search {
    flex-basis: auto;
    min-width: 0;
    width: 100%;
  }

  .board-search input {
    min-width: 0;
    width: 100%;
  }

  .board-heading {
    padding: 8px 0 10px;
  }

  .board-heading h1 {
    font-size: 13px;
  }

  .insight-layout {
    margin-top: 18px;
  }

  .board-article--lead {
    grid-template-columns: minmax(0, 1fr);
    gap: 15px;
    align-items: start;
    padding-bottom: 22px;
  }

  .board-article--lead .board-article__title {
    font-size: 24px;
  }

  .board-feature-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    padding: 20px 0 24px;
  }

  .board-article--feature {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    align-items: start;
  }

  .board-article--feature .board-article__body {
    padding-top: 0;
  }

  .board-article--feature .board-article__title,
  .board-article--stream .board-article__title {
    font-size: 16px;
  }

  .board-article--feature .board-article__summary {
    display: none;
  }

  .board-article--stream {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    padding: 15px 0;
  }

  .board-article--stream .board-article__summary {
    margin-top: 5px;
    font-size: 13px;
    -webkit-line-clamp: 2;
  }

  .board-article__eyebrow {
    margin-bottom: 5px;
    font-size: 11px;
  }

  .insight-side {
    grid-template-columns: minmax(0, 1fr);
  }

  .insight-side__action {
    min-height: 64px;
  }
}

.insight-page .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.insight-crumb {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  margin: 0 0 14px;
  color: #4b5563;
  font-size: 13px;
  font-weight: 500;
}

.insight-crumb a {
  color: #2f5bd5;
  text-decoration: none;
}

.insight-page .pager,
.insight-page #insightPager {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 20px 0 8px;
}

.insight-page .pager a,
#insightAdminPager a {
  min-width: 36px;
  min-height: 36px;
  display: inline-grid;
  place-items: center;
  border: 1px solid #e4e8ef;
  background: #fff;
  color: #13233f;
  text-decoration: none;
  font-weight: 700;
}

.insight-page .pager a.is-on,
#insightAdminPager a.is-on {
  background: #13233f;
  color: #fff;
  border-color: #13233f;
}

.insight-page .pager a.pager-more {
  min-width: auto;
  padding: 0 12px;
}

.insight-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin: 12px 0 16px;
}

.insight-tab-group {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.insight-tab-parent {
  font-size: 13px;
}

.insight-tab-kids {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.insight-tabs a {
  flex: 0 0 auto;
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid #e4e8ef;
  background: #fff;
  color: #4b5563;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.insight-tabs a.is-on {
  background: #13233f;
  color: #fff;
  border-color: #13233f;
}

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

.insight-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e4e8ef;
  color: inherit;
  text-decoration: none;
  min-height: 100%;
}

.insight-card:hover {
  border-color: #cfd7e4;
  box-shadow: 0 8px 20px rgba(19, 35, 63, 0.06);
}

.insight-card__thumb {
  display: grid;
  place-items: center;
  min-height: 168px;
  background: #eef1f6;
  color: #596273;
  font-size: 12px;
  font-weight: 800;
  overflow: hidden;
}

.insight-card__thumb img {
  width: 100%;
  height: 168px;
  object-fit: contain;
  background: #eef1f6;
}

.insight-card__body {
  display: grid;
  gap: 8px;
  padding: 16px;
}

.insight-card h2 {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
  color: #13233f;
}

.insight-card p {
  margin: 0;
  color: #4b5563;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

.insight-cat {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 800;
  background: #e7eefc;
  color: #2f5bd5;
}

.insight-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: #4b5563;
  font-size: 13px;
  font-weight: 500;
}

.insight-article {
  background: #fff;
  border: 1px solid #e4e8ef;
  padding: 28px 28px 36px;
  max-width: 860px;
  margin: 0 auto;
}

.insight-article h1 {
  margin: 10px 0 12px;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.3;
}

.insight-lead {
  font-size: 17px;
  color: #3d4654;
  line-height: 1.7;
}

.insight-cover {
  margin: 18px 0 24px;
}

.insight-cover img {
  width: 100%;
  height: auto;
  max-height: none;
  aspect-ratio: auto;
  object-fit: contain;
  background: #f4f6f9;
}

.insight-cover figcaption {
  margin-top: 6px;
  color: #6b7280;
  font-size: 12px;
  text-align: right;
}

.insight-body {
  font-size: 16px;
  line-height: 1.85;
  color: #20242c;
}

.insight-body h2 {
  margin: 32px 0 10px;
  font-size: 22px;
  color: #13233f;
}

.insight-body h3 {
  margin: 24px 0 8px;
  font-size: 18px;
  color: #13233f;
}

.insight-body pre {
  overflow-x: auto;
  padding: 14px 16px;
  border: 1px solid #dce3ed;
  border-radius: 6px;
  background: #f2f5f9;
  font: 13px/1.65 ui-monospace, SFMono-Regular, Consolas, monospace;
}

.insight-body .insight-callout {
  margin: 18px 0;
  padding: 14px 16px;
  border-left: 4px solid #2f5bd5;
  background: #f3f6ff;
}

.insight-body .insight-callout[data-callout="warning"] { border-color: #d97706; background: #fff8e8; }
.insight-body .insight-callout[data-callout="tip"] { border-color: #0f766e; background: #eefbf8; }
.insight-body .insight-callout[data-callout="source"] { border-color: #64748b; background: #f8fafc; }
.insight-body .insight-callout[data-callout="checklist"] { border-color: #7c3aed; background: #f7f3ff; }

.insight-body .insight-link-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0 16px;
  border-radius: 6px;
  background: #2f5bd5;
  color: #fff;
  font-weight: 800;
}

.insight-body .insight-link-card {
  display: block;
  margin: 12px 0;
  padding: 14px 16px;
  border: 1px solid #dce3ed;
  border-radius: 8px;
  color: #1e3fa8;
  font-weight: 800;
}

.insight-sources {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid #e4e8ef;
}

.insight-sources h2 {
  margin: 0 0 10px;
  color: #13233f;
  font-size: 18px;
}

.insight-sources ul {
  margin: 0;
  padding-left: 20px;
}

.insight-sources a {
  color: #2f5bd5;
  overflow-wrap: anywhere;
}

.insight-sources p {
  margin: 10px 0 0;
  color: #6b7280;
  font-size: 13px;
}

.insight-body h4 {
  margin: 20px 0 7px;
  font-size: 16px;
  color: #13233f;
}

.insight-body a {
  color: #2f5bd5;
  text-decoration: underline;
  pointer-events: auto;
  position: relative;
  z-index: 1;
}

.insight-body img {
  max-width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
}

.insight-publish-flash {
  margin: 0 0 16px;
  padding: 10px 12px;
  border-radius: 6px;
  background: #e8f8ee;
  color: #0f7a3f;
  font-weight: 800;
}

.insight-body img[data-size="small"] {
  width: min(55%, 480px);
}

.insight-body img[data-size="large"] {
  width: 100%;
}

.insight-body img[data-size="original"] {
  width: auto;
}

.insight-body blockquote {
  margin: 16px 0;
  padding: 12px 16px;
  border-left: 4px solid #2f5bd5;
  background: #f7f9fd;
  color: #3d4654;
}

.insight-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
  font-size: 14px;
}

.insight-body th,
.insight-body td {
  border: 1px solid #e4e8ef;
  padding: 8px 10px;
}

.insight-body iframe,
.insight-yt {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  min-height: 200px;
  margin: 16px 0;
  border: 0;
}

.insight-tags,
.insight-related,
.insight-pager,
.insight-cta {
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid #e4e8ef;
}

.insight-tags h2,
.insight-related h2 {
  margin: 0 0 12px;
  font-size: 16px;
}

.insight-tag {
  display: inline-block;
  margin: 0 6px 6px 0;
  padding: 4px 10px;
  background: #eef1f6;
  color: #13233f;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}

.insight-related-grid {
  display: grid;
  gap: 10px;
}

.insight-related-card {
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid #e4e8ef;
  text-decoration: none;
  color: inherit;
}

.insight-related-card span {
  color: #4b5563;
  font-size: 12px;
  font-weight: 500;
}

.insight-pager {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.insight-pager a {
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid #e4e8ef;
  text-decoration: none;
  color: inherit;
}

.insight-pager span:first-child {
  color: #4b5563;
  font-size: 12px;
  font-weight: 500;
}

.insight-cta {
  background: #f4f7fb;
  border: 1px solid #e4e8ef;
  padding: 20px;
  text-align: center;
}

.insight-cta p {
  margin: 0 0 12px;
  font-weight: 700;
  color: #13233f;
}

.insight-preview-note {
  padding: 8px 12px;
  background: #fff7e8;
  color: #8a5a00;
  font-weight: 700;
}

.insight-empty {
  padding: 40px 12px;
  text-align: center;
  color: #4b5563;
  font-weight: 500;
}

@media (max-width: 960px) {
  .insight-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .insight-grid,
  .insight-pager {
    grid-template-columns: 1fr;
  }

  .insight-article {
    padding: 18px 14px 28px;
  }

  .insight-article h1 {
    font-size: 22px;
    line-height: 1.35;
  }
}

.board-heading__tools {
  display: flex;
  align-items: center;
  gap: 10px;
}

.insight-write-btn {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 6px;
  background: #17365d;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.board-table-wrap {
  overflow-x: auto;
}

.board-cafe-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.board-cafe-table th,
.board-cafe-table td {
  padding: 10px 8px;
  border-bottom: 1px solid #e6ebf2;
  text-align: left;
  vertical-align: middle;
}

.board-cafe-table th {
  color: #6b778a;
  font-weight: 600;
}

.board-cafe-table .is-check {
  width: 36px;
}

.board-cafe-table .is-num,
.board-cafe-table .is-views {
  width: 64px;
  text-align: center;
}

.board-cafe-table .is-date {
  width: 110px;
  white-space: nowrap;
}

.board-cafe-table .is-author {
  width: 96px;
}

.board-cafe-row.is-notice {
  background: #fff1f3;
}

body:not(.has-public-admin) .board-cafe-table .is-check {
  display: none;
}

@media (max-width: 720px) {
  .board-cafe-table thead,
  .board-cafe-table .is-author,
  .board-cafe-table .is-views,
  .board-cafe-table .is-num {
    display: none;
  }

  .board-cafe-table,
  .board-cafe-table tbody,
  .board-cafe-table tr,
  .board-cafe-table td.is-title,
  .board-cafe-table td.is-date {
    display: block;
    width: 100%;
  }

  .board-cafe-table td.is-title {
    padding-bottom: 2px;
    font-weight: 700;
  }

  .board-cafe-table td.is-date {
    color: #6b778a;
    border-bottom: 1px solid #e6ebf2;
  }
}

.insight-latest[hidden] {
  display: none !important;
  margin: 0;
  padding: 0;
  border: 0;
  height: 0;
  overflow: hidden;
}

.insight-latest:not([hidden]) {
  margin: 14px 0 4px;
  min-width: 0;
}

.insight-latest__head {
  margin: 0 0 10px;
  min-width: 0;
}

.insight-latest__head h2 {
  margin: 0 0 4px;
  color: #13233f;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.35;
}

.insight-latest__head p {
  margin: 0;
  color: #6b7280;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
}

.insight-latest__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  min-width: 0;
}

.insight-latest__card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  color: inherit;
  text-decoration: none;
}

.insight-latest__card:hover .insight-latest__title {
  color: #1e3a8a;
}

.insight-latest__thumb {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #f3f4f6;
}

.insight-latest__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.insight-latest__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  padding: 8px 10px 10px;
}

.insight-latest__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 8px;
  min-width: 0;
  color: #6b7280;
  font-size: 12px;
  line-height: 1.3;
}

.insight-latest__cat {
  min-width: 0;
  overflow: hidden;
  color: #1e3a8a;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.insight-latest__title {
  display: -webkit-box;
  overflow: hidden;
  color: #13233f;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.insight-latest__summary {
  display: -webkit-box;
  overflow: hidden;
  color: #6b7280;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (max-width: 960px) {
  .insight-latest__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .insight-latest:not([hidden]) {
    margin: 12px 0 2px;
  }

  .insight-latest__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .insight-latest__card {
    flex-direction: row;
    align-items: stretch;
  }

  .insight-latest__thumb {
    flex: 0 0 112px;
    width: 112px;
    min-height: 72px;
    aspect-ratio: 16 / 9;
  }

  .insight-latest__card--text .insight-latest__body {
    padding: 10px 12px;
  }
}
