.dg-guidance-hero {
  border: 0;
  border-radius: 16px;
  background: radial-gradient(900px 260px at 15% 0%, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 62%),
    linear-gradient(135deg, #0b1b3a, #103a78);
  box-shadow: 0 10px 28px rgba(11, 27, 58, 0.18);
}

.dg-guidance-hero__ico {
  font-size: 30px;
  line-height: 1;
}

.dg-guidance-card {
  border-radius: 16px;
  overflow: hidden;
}

.dg-guidance-record {
  border-radius: 12px;
}

.dg-guidance-record__main {
  min-width: 0;
}

.dg-guidance-record__title,
.dg-guidance-record__desc {
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}

.dg-guidance-record__desc--preview {
  white-space: normal;
}

.dg-guidance-view-btn {
  flex: 0 0 auto;
  white-space: nowrap;
}

.dg-guidance-video {
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 420px;
  border-radius: 12px;
  background: #0b1020;
  object-fit: contain;
}

.dg-guidance-video--detail {
  max-height: 70vh;
}
