/* Voice article: paper report on coal skin. Do not use remapped --color-navy
   (skin-v5 sets it to cream). Beat skin line-height: 0.95 on headings. */

body.voice-article {
  background: #0b0a0a;
  color: #efe6df;
}

.voice-container {
  width: min(1160px, calc(100% - 28px));
  margin: 36px auto 96px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 36px;
  align-items: start;
}

.voice-main {
  background: #f7f4ee;
  border: 1px solid #d8d0c4;
  border-radius: 16px;
  padding: 36px 40px 48px;
  color: #1c2430;
}

.voice-head {
  margin-bottom: 8px;
}

.voice-tag {
  display: inline-block;
  margin: 0 0 14px;
  padding: 5px 11px;
  border-radius: 999px;
  background: #f3d5d4;
  color: #9b1238;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.voice-title {
  margin: 0;
  color: #141820 !important;
  font-size: clamp(24px, 3vw, 34px) !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
  letter-spacing: -0.02em !important;
  text-wrap: pretty;
}

.voice-hero-picture {
  display: block;
  margin: 22px 0 26px;
  border-radius: 12px;
  overflow: hidden;
  background: #0b0b0c;
}

.voice-hero-img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 440px;
  object-fit: cover;
  background: #0b0b0c;
}

.voice-summary {
  display: grid;
  gap: 0;
  margin: 0 0 28px;
  border: 1px solid #ddd4c8;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.voice-summary-row {
  display: grid;
  grid-template-columns: 148px minmax(0, 1fr);
  gap: 16px;
  padding: 16px 18px;
  border-top: 1px solid #eee6da;
}

.voice-summary-row:first-child {
  border-top: 0;
}

.voice-summary-label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #9b1238;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.5 !important;
}

.voice-summary-icon {
  flex: none;
  width: 8px;
  height: 8px;
  margin-top: 6px;
  border-radius: 50%;
  background: #d22550;
}

.voice-summary-points {
  margin: 0;
  color: #243044;
  font-size: 15px;
  line-height: 1.75 !important;
}

.voice-body {
  max-width: 46rem;
  color: #243044;
  font-size: 16.5px;
  line-height: 1.85 !important;
}

.voice-body h2 {
  margin: 2em 0 0.7em;
  padding-bottom: 0.4em;
  border-bottom: 2px solid #e8c8c8;
  color: #141820 !important;
  font-size: 1.28rem !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
  letter-spacing: -0.02em !important;
}

.voice-body h2:first-child {
  margin-top: 0;
}

.voice-body h3 {
  margin: 1.3em 0 0.5em;
  color: #1c2a44 !important;
  font-size: 1.02rem !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
}

.voice-body p {
  margin: 0 0 1em;
  line-height: 1.85 !important;
}

.voice-body a {
  color: #9b1238;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.voice-body blockquote {
  margin: 0 0 1.2em;
  padding: 18px 20px;
  border-left: 4px solid #d22550;
  background: #fff6f8;
  border-radius: 0 10px 10px 0;
}

.voice-body blockquote p {
  margin: 0;
  color: #141820;
  font-weight: 650;
  line-height: 1.7 !important;
}

.voice-sidebar {
  position: sticky;
  top: 96px;
}

.voice-sidebar-card {
  padding: 20px 18px 18px;
  border: 1px solid #3a3330;
  border-radius: 12px;
  background: #161311;
}

.voice-sidebar-logo {
  display: block;
  width: 100%;
  height: auto;
  max-height: 168px;
  margin: 0 auto 12px;
  object-fit: contain;
}

.voice-sidebar-company {
  margin: 0 0 10px;
  color: #efe6df;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  line-height: 1.3 !important;
}

.voice-sidebar-tags {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}

.voice-sidebar-tags li {
  padding: 4px 8px;
  border-radius: 999px;
  background: #2a2420;
  color: #efe6df;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3 !important;
}

.voice-cta {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.voice-cta-link {
  text-decoration: none;
}

.voice-cta-btn {
  width: 100%;
  border: 0;
  border-radius: 8px;
  padding: 12px 14px;
  cursor: pointer;
}

.voice-cta-btn p {
  margin: 0;
  font-family: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3 !important;
}

.voice-cta-crimson {
  background: #d22550;
  color: #fff;
}

.voice-cta-navy {
  background: #efe6df;
  color: #141210;
}

.mx-verdict-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  margin: 0 0 24px;
  padding: 14px 16px;
  border-radius: 12px;
  background: #141820;
  color: #fff;
}

.mx-verdict-pass {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #0e8a5b;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.3 !important;
}

.mx-verdict-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 600;
  color: #d7e4f5;
  line-height: 1.4 !important;
}

.mx-official-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 0 0 16px;
}

.mx-official-card {
  padding: 16px 16px 14px;
  border: 1px solid #ddd4c8;
  border-radius: 12px;
  background: #fff;
}

.mx-official-card h3 {
  margin: 0 0 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee6da;
  color: #141820 !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
}

.mx-official-card ul {
  margin: 0;
  padding: 0 0 0 1.1em;
}

.mx-official-card li {
  margin: 0 0 0.5em;
  color: #243044;
  font-size: 14.5px;
  line-height: 1.7 !important;
}

.mx-ko {
  font-family: "Noto Sans KR", "IBM Plex Sans JP", sans-serif;
}

.mx-allowed {
  margin: 0 0 14px;
  padding: 16px 18px;
  border-radius: 12px;
  background: #eef7f2;
  border: 1px solid #c5ddd0;
}

.mx-allowed h3 {
  margin: 0 0 10px;
  color: #0e5c48 !important;
  line-height: 1.4 !important;
}

.mx-allowed ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px;
}

.mx-allowed li {
  position: relative;
  padding-left: 1.35em;
  color: #1c2a44;
  font-size: 14.5px;
  font-weight: 650;
  line-height: 1.55 !important;
}

.mx-allowed li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #0e8a5b;
  font-weight: 800;
}

.mx-note {
  margin: 0 0 8px;
  color: #5a534c;
  font-size: 13.5px;
  line-height: 1.7 !important;
}

.mx-facts {
  display: grid;
  grid-template-columns: 7.5rem minmax(0, 1fr);
  gap: 8px 14px;
  margin: 0 0 1.2em;
  padding: 14px 16px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #eee6da;
  font-size: 15px;
}

.mx-facts dt {
  margin: 0;
  color: #9b1238;
  font-weight: 800;
  line-height: 1.5 !important;
}

.mx-facts dd {
  margin: 0;
  color: #243044;
  line-height: 1.5 !important;
}

.mx-takeaway {
  margin: 0 0 0.7em;
  padding: 10px 12px;
  border-radius: 8px;
  background: #ece7df;
  color: #141820;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55 !important;
}

.mx-scope {
  margin: 0 0 1em;
  padding-left: 1.2em;
  color: #243044;
}

.mx-scope li {
  margin: 0 0 0.45em;
  line-height: 1.7 !important;
}

.mx-findings {
  margin: 8px 0 20px;
  overflow-x: auto;
  background: #fff;
  border: 1px solid #eee6da;
  border-radius: 10px;
}

.mx-findings table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.5;
}

.mx-findings th,
.mx-findings td {
  border-bottom: 1px solid #eee6da;
  padding: 11px 12px;
  text-align: left;
  color: #243044;
}

.mx-findings th {
  color: #9b1238;
  font-size: 12px;
  letter-spacing: 0.06em;
  font-weight: 800;
}

.mx-findings td:nth-child(2) {
  width: 72px;
  font-weight: 800;
  color: #0e8a5b;
}

@media (max-width: 900px) {
  .voice-container {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 20px;
  }

  .voice-main {
    padding: 22px 18px 32px;
  }

  .voice-sidebar {
    position: static;
  }

  .voice-summary-row,
  .mx-official-grid,
  .mx-allowed ul,
  .mx-facts {
    grid-template-columns: 1fr;
  }
}
