/* ==========================================================================
   STYLE 2: PERSONAL EMOTIONAL STORY / LIFE RECOVERY DIARY
   Стиль душевного авторского блога с реальной историей исцеления
   ========================================================================== */

.story-header {
  background: #fdfbf7;
  border-bottom: 2px solid #e7dfd5;
  padding: 18px 28px;
}

.story-blog-meta {
  display: flex;
  align-items: center;
  gap: 16px;
}

.story-author-photo {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #d97706;
  box-shadow: 0 4px 10px rgba(217, 119, 6, 0.2);
}

.story-blog-title h3 {
  margin: 0;
  font-size: 1.15rem;
  color: #78350f;
}

.story-blog-title span {
  font-size: 0.85rem;
  color: #92400e;
}

.story-date-badge {
  margin-left: auto;
  font-size: 0.82rem;
  background: #fef3c7;
  color: #92400e;
  padding: 4px 12px;
  border-radius: var(--radius-pill);
  font-weight: 600;
}

/* Timeline of Recovery */
.recovery-timeline {
  position: relative;
  margin: 32px 0;
  padding-left: 28px;
  border-left: 3px solid #f59e0b;
}

.timeline-step {
  position: relative;
  margin-bottom: 24px;
}

.timeline-step::before {
  content: "";
  position: absolute;
  left: -35px;
  top: 4px;
  width: 14px;
  height: 14px;
  background: #d97706;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #f59e0b;
}

.timeline-step h4 {
  font-size: 1.1rem;
  color: #92400e;
  margin-bottom: 6px;
}

.timeline-step p {
  margin-bottom: 6px;
}

/* Personal highlight note */
.story-note {
  background: #fffbeb;
  border-left: 4px solid #f59e0b;
  padding: 16px 20px;
  border-radius: 0 10px 10px 0;
  margin: 20px 0;
  font-style: italic;
}
