.weekly-insight-detail {
  padding: var(--spacing-section);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-section);
}

.weekly-insight-detail__header {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
}

.weekly-insight-detail__label {
  font-size: var(--font-size-xs);
  font-weight: 500;
  color: var(--color-text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.weekly-insight-detail__dates {
  font-size: var(--font-size-sm);
  color: var(--color-text-secondary);
}

.weekly-insight-detail__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.weekly-insight-detail__line {
  font-size: var(--font-size-md);
  color: var(--color-text-primary);
  margin: 0;
  line-height: 1.6;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
