/* MovieHub SEO — хлебные крошки, оглавление, блок автора, SEO-текст рубрик */

.mh-breadcrumbs{font-size:13px;color:#9aa0aa;margin:14px 0}
.mh-breadcrumbs ol{list-style:none;display:flex;flex-wrap:wrap;gap:6px;padding:0;margin:0}
.mh-breadcrumbs li{display:flex;align-items:center}
.mh-breadcrumbs li+li::before{content:"»";margin:0 8px;color:#5a606b}
.mh-breadcrumbs a{color:#9aa0aa;text-decoration:none}
.mh-breadcrumbs a:hover{color:#fff}
.mh-breadcrumbs li[aria-current] span{color:#e6e8ec}

/* Оглавление */
.mh-toc{background:#15171c;border:1px solid #23262d;border-radius:12px;padding:16px 20px;margin:0 0 24px}
.mh-toc__title{font-size:16px;margin:0 0 8px;color:#fff}
.mh-toc ol{margin:0;padding-left:20px;color:#c3c8d1}
.mh-toc li{margin:4px 0}
.mh-toc a{color:#7cc4ff;text-decoration:none}
.mh-toc a:hover{text-decoration:underline}

/* Блок автора (E-E-A-T) */
.mh-author{display:flex;gap:16px;align-items:flex-start;background:#15171c;border:1px solid #23262d;border-radius:14px;padding:18px;margin:28px 0}
.mh-author__avatar,.mh-author__ava img{border-radius:50%;width:72px;height:72px;object-fit:cover}
.mh-author__label{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#7a8089}
.mh-author__name{font-size:18px;font-weight:700;color:#fff;text-decoration:none}
.mh-author__name:hover{color:#7cc4ff}
.mh-author__pos{display:block;font-size:13px;color:#9aa0aa;margin:2px 0 6px}
.mh-author__bio{font-size:14px;color:#c3c8d1;margin:6px 0}
.mh-author__more{font-size:13px;color:#7cc4ff;text-decoration:none}

/* Мета-строка дат */
.mh-post-meta{display:flex;flex-wrap:wrap;gap:16px;font-size:13px;color:#9aa0aa;margin:8px 0 20px}
.mh-post-meta time{color:#c3c8d1}
.mh-post-meta .mh-updated{color:#8fdca0}

/* SEO-текст рубрики */
.mh-seo-text{color:#c3c8d1;line-height:1.7;margin:18px 0;max-width:900px}
.mh-seo-text h2,.mh-seo-text h3{color:#fff}

/* «Читайте также» */
.mh-related{margin:36px 0}
.mh-related__title{font-size:20px;color:#fff;margin:0 0 14px}
.mh-related__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}
.mh-related__card{background:#15171c;border:1px solid #23262d;border-radius:12px;overflow:hidden;text-decoration:none;color:#e6e8ec;display:flex;flex-direction:column}
.mh-related__card img{width:100%;height:130px;object-fit:cover}
.mh-related__card h3{font-size:15px;margin:10px 12px}

/* Превью-карточки в архиве/рубрике */
.mh-archive__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px;margin:20px 0}
.mh-preview{background:#15171c;border:1px solid #23262d;border-radius:14px;overflow:hidden;display:flex;flex-direction:column}
.mh-preview__thumb{display:block;aspect-ratio:16/9;overflow:hidden}
.mh-preview__thumb img{width:100%;height:100%;object-fit:cover}
.mh-preview__body{padding:14px 16px;display:flex;flex-direction:column;gap:8px}
.mh-preview__title{font-size:17px;margin:0}
.mh-preview__title a{color:#fff;text-decoration:none}
.mh-preview__title a:hover{color:#7cc4ff}
.mh-preview__excerpt{font-size:14px;color:#9aa0aa;margin:0;line-height:1.55}
.mh-preview__meta{font-size:12px;color:#6b7079}

/* Подвал: служебные ссылки */
.mh-footer__nav{display:flex;flex-wrap:wrap;gap:18px;justify-content:center;margin:0 0 10px}
.mh-footer__nav a{color:#9aa0aa;text-decoration:none;font-size:14px}
.mh-footer__nav a:hover{color:#fff}

@media (max-width:600px){.mh-author{flex-direction:column}}
