/* ================================================
   MY Tattoo Studio — news.css
   ================================================ */

.news-intro {
  font-size: 1.05rem;
  color: #ccc;
  line-height: 1.8;
  margin-bottom: 36px;
  padding-bottom: 24px;
  border-bottom: 1px solid #1e1e1e;
}

.news-item {
  margin-bottom: 36px;
  padding-bottom: 32px;
  border-bottom: 1px solid #1a1a1a;
}

.news-item:last-of-type {
  border-bottom: none;
}

.news-item-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.35;
}

.news-item-body {
  color: #bbb;
  line-height: 1.8;
  font-size: 0.95rem;
}

.news-cta {
  background: linear-gradient(145deg, #111, #0c0c0c);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 12px;
  padding: 28px 24px;
  text-align: center;
  margin-top: 40px;
}

.news-cta p {
  color: #ddd;
  font-size: 1rem;
  margin-bottom: 16px;
}

/* Зміст дайджесту */
.news-toc {
  background: #111;
  border: 1px solid #2a2a2a;
  border-radius: 10px;
  padding: 20px 24px;
  margin-bottom: 40px;
}

.news-toc-label {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #c10000;
  margin-bottom: 10px;
}

.news-toc ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-toc ul li {
  margin-bottom: 6px;
}

.news-toc ul li a {
  color: #aaa;
  text-decoration: none;
  font-size: 0.92rem;
  transition: color 0.2s;
}

.news-toc ul li a:hover {
  color: #fff;
}

/* Виділений факт / порада */
.news-highlight {
  background: #111;
  border-left: 3px solid #c10000;
  border-radius: 0 8px 8px 0;
  padding: 14px 18px;
  margin: 18px 0;
  color: #ccc;
  font-size: 0.92rem;
  line-height: 1.7;
}

/* ── Зображення ── */
.news-cover {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 40px;
}

.news-item-img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 6;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 16px;
  opacity: 0.85;
  transition: opacity 0.3s;
}

.news-item-img:hover {
  opacity: 1;
}

/* Списки всередині новин */
.news-list {
  padding-left: 20px;
  margin: 10px 0 16px;
  color: #bbb;
}

.news-list li {
  line-height: 1.8;
  margin-bottom: 4px;
  font-size: 0.95rem;
}
