.no-meta-container {
  max-width: 600px;
  margin: 40px auto;
  padding: 20px;
}

.no-meta-card {
  padding: 40px 30px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  color: #f5f5f5;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

.no-meta-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #74ebd5, #ACB6E5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.highlight-bold {
  font-weight: 700;
  color: #74ebd5;
}

.no-meta-text {
  margin-bottom: 20px;
}

.no-meta-list {
  margin-left: 20px;
  margin-bottom: 20px;
  list-style: disc;
  color: #acb6e5;
  font-weight: 600;
}

.no-meta-subtitle {
  font-size: 24px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #74ebd5;
}

.dialogue-box {
  background: rgba(255, 255, 255, 0.06);
  border-left: 6px solid #4b6cb7;
  padding: 20px 25px;
  border-radius: 12px;
  color: #e0e7ff;
  margin-bottom: 20px;
  font-size: 15px;
}

.dialogue-box p {
  margin: 10px 0;
}

.dialogue-box strong {
  color: #a0e9e0;
}

.dialogue-box em {
  font-style: normal;
  color: #c4d7f7;
}

.footer {
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
