/* Blues.Ru global stylesheet */

.newsarticle p { text-align: justify; }
.date-label { color: #4F62B5; }

/* Dead links: content that no longer exists on the site */
a.dead-link {
    text-decoration: line-through;
    text-decoration-style: dotted;
    color: inherit;
    opacity: 0.55;
    cursor: default;
    pointer-events: none;
}
a.dead-link:hover {
    text-decoration: line-through dotted;
}

/* ── Star rating ──────────────────────────────────────
   Usage: <span class="star-rating" title="4 из 5">
            <span style="color:#C8952C">★★★★</span>
            <span style="color:#ccc">★</span>
          </span>
*/
.star-rating {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  white-space: nowrap;
}

.review-meta {
  display: block;
  font-size: 0.9em;
  margin-top: 2px;
  line-height: 1.4;
}


/* ── Forum author links ─────────────────────────────── */
a.forum-author {
  color: #8899bb;
  text-decoration: none;
}
a.forum-author:hover {
  text-decoration: underline;
}

/* ── Streaming service icon links ───────────────────── */
.stream-icons { display: flex; gap: 10px; align-items: center; margin: 8px 0; flex-wrap: wrap; }
.stream-icon { display: block; opacity: 0.88; text-decoration: none; }
.stream-icon:hover { opacity: 1; }

/* ── Album info: wrap on small screens ──────────────── */
.album-header { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 1em; flex-wrap: wrap; }
.album-header-cover { flex-shrink: 0; }
.album-header-info { min-width: 0; }
