.cv5HomeSsrCard .cv5HighValueBody em {
  display: block;
  margin-top: 6px;
  color: #667085;
  font-size: 12px;
  font-style: normal;
  line-height: 1.45;
}

.cv5HomeEditorialCard .cv5StoryTextThumb {
  display: grid;
  min-height: 96px;
  place-items: center;
  border-radius: 16px;
  background: #f3f4f6;
  color: #475467;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
}

.cv5ContentDepth {
  margin-top: clamp(34px, 6vw, 72px);
}

.cv5ContentDepthStats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.cv5ContentDepthStats article {
  min-width: 0;
  padding: 20px;
  border: 1px solid #e6e9ee;
  border-radius: 18px;
  background: #fff;
}

.cv5ContentDepthStats b {
  display: block;
  color: #171b24;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1;
}

.cv5ContentDepthStats span {
  display: block;
  margin-top: 8px;
  color: #667085;
  font-size: 13px;
  line-height: 1.45;
}

.cv5ContentDepthNote {
  margin: 14px 0 0;
  padding: 14px 16px;
  border-radius: 14px;
  background: #f8f9fb;
  color: #667085;
  font-size: 13px;
  line-height: 1.6;
}

.cv5ContentGuideGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.cv5ContentGuideGrid a {
  display: block;
  min-width: 0;
  padding: 20px;
  border: 1px solid #e6e9ee;
  border-radius: 18px;
  background: #fff;
  color: inherit;
  text-decoration: none;
}

.cv5ContentGuideGrid a:hover {
  border-color: #cbd0d8;
  transform: translateY(-1px);
}

.cv5ContentGuideGrid b,
.cv5ContentGuideGrid span {
  display: block;
}

.cv5ContentGuideGrid b {
  color: #171b24;
  font-size: 16px;
}

.cv5ContentGuideGrid span {
  margin-top: 7px;
  color: #667085;
  font-size: 13px;
  line-height: 1.55;
}

html[data-cardondo-locale="ko"] .cv5ContentDepthCompact {
  margin-top: clamp(28px, 5vw, 48px);
  padding-top: 20px;
  border-top: 1px solid #eceef2;
}

html[data-cardondo-locale="ko"] .cv5ContentDepthCompact .cv5SectionHead h2 {
  font-size: clamp(20px, 2.5vw, 26px);
}

html[data-cardondo-locale="ko"] .cv5ContentDepthCompact .cv5ContentDepthStats {
  gap: 8px;
  margin-top: 12px;
}

html[data-cardondo-locale="ko"] .cv5ContentDepthCompact .cv5ContentDepthStats article {
  padding: 14px 16px;
  border-radius: 14px;
}

html[data-cardondo-locale="ko"] .cv5ContentDepthCompact .cv5ContentDepthStats b {
  font-size: clamp(20px, 2.5vw, 28px);
}

html[data-cardondo-locale="ko"] .cv5ContentDepthCompact .cv5ContentDepthStats span {
  margin-top: 5px;
  font-size: 12px;
}

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

  .cv5ContentGuideGrid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .cv5ContentDepthStats article,
  .cv5ContentGuideGrid a {
    padding: 16px;
    border-radius: 15px;
  }

  html[data-cardondo-locale="ko"] .cv5ContentDepthCompact .cv5ContentDepthStats {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }

  html[data-cardondo-locale="ko"] .cv5ContentDepthCompact .cv5ContentDepthStats::-webkit-scrollbar {
    display: none;
  }

  html[data-cardondo-locale="ko"] .cv5ContentDepthCompact .cv5ContentDepthStats article {
    flex: 0 0 142px;
    padding: 14px;
    scroll-snap-align: start;
  }
}