.header-large-image{
    display: none;
}
.site-main{
    padding-top: 0px;
}
/* --- СЕТКА И ЦЕНТРИРОВАНИЕ КОНТЕНТА --- */
.blog-layout-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.single-main-grid {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 50px;
    padding: 60px 0;
    align-items: start;
}

.single-article-body {
    max-width: 800px;
    width: 100%;
}

/* --- СТИЛИ ШАПКИ СТАТЬИ --- */
.single-hero {
    padding: 180px 0 60px 0;
    background-size: cover;
    background-position: center;
    color: #ffffff;
}
.single-hero__breadcrumbs {
    font-size: 14px;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.7);
}
.single-hero__breadcrumbs a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}
.single-hero__breadcrumbs a:hover {
    color: #fff;
}
.single-hero h1 {
    font-size: 44px;
    line-height: 1.3;
    font-weight: 700;
    margin: 0 0 35px 0;
    max-width: 900px;
    color: #FFF;
}
.single-hero__meta {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    align-items: center;
}
.meta-item {
    display: flex;
    align-items: center;
    gap: 12px;
}
.meta-item__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    flex-shrink: 0;
}
.meta-item__icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.meta-item__text{
   display: flex;
   flex-direction: column;
   gap: 8px;
}
.meta-item__text span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 4px;
    line-height: 1.2;
}
.meta-item__text strong {
    font-size: 14px;
    font-weight: 500;
    color: #FFF;
    line-height: 1.2;
}

/* --- КАРТОЧКА АВТОРА --- */
.blog-author-card {
    background: #F9F9FA;
    border: 1px solid #EDEDF0;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 45px;
}
.blog-author-card__label {
    font-size: 11px;
    text-transform: uppercase;
    color: #9A9A9A;
    letter-spacing: 1px;
    margin-bottom: 12px;
    font-weight: 600;
}
.blog-author-card__inner {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.blog-author-card__name {
    font-size: 18px;
    font-weight: 700;
    color: #1A1A1A;
}
.blog-author-card__badges {
    display: flex;
    gap: 10px;
    margin-top: 6px;
}
.blog-author-card__badges span {
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 12px;
}
.badge-opt { background: #FFE600; color: #000; font-weight: 600; }
.badge-exp { background: #EAEAEA; color: #4A4A4A; }
.blog-author-card__description {
    font-size: 14px;
    line-height: 1.5;
    color: #666666;
    border-top: 1px solid #EAEAEA;
    padding-top: 12px;
    margin-top: 4px;
}

/* --- ТИПОГРАФИКА ТЕКСТА СТАТЬИ --- */
.article-text-content h2 {
    font-size: 28px;
    font-weight: 700;
    color: #2D2D2D;
    margin: 48px 0 20px 0;
}
.article-text-content h3 {
    font-size: 22px;
    font-weight: 600;
    color: #2D2D2D;
    margin: 35px 0 15px 0;
}
.article-text-content p {
    font-size: 18px;
    line-height: 1.68;
    color: #3D3D3D;
    margin-bottom: 22px;
}
.article-text-content img {
    max-width: 100%;
    height: auto;
    margin: 25px 0;
}

/* === СТИЛИЗАЦИЯ ШОРТКОДОВ === */

/* 1 & 2. Плашки внимания и инфо */
.blog-notice-block {
    display: flex;
    gap: 20px;
    padding: 24px;
    margin: 35px 0;
}
.blog-notice-block--attention {
    background-color: #FFF9D6;
    border-left: 4px solid #F5D300;
}
.blog-notice-block--info {
    background-color: #FEED00;
    border-left: 4px solid #2D2D2D;
}
.blog-notice-block__icon {
    flex-shrink: 0;
}
.blog-notice-block__icon img {
    width: 28px;
    height: 28px;
    margin: 0 !important;
}
.blog-notice-block__body h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 8px 0;
    color: #1A1A1A;
}
.blog-notice-block__text p {
    font-size: 15px;
    margin: 0;
    line-height: 1.5;
    color: #444444;
}

/* 3. Список с галочками-картинками */
.blog-custom-checklist {
    margin: 35px 0;
}
.blog-checklist-item {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
    align-items: flex-start;
}
.blog-checklist-item__icon {
    flex-shrink: 0;
    margin-top: 2px;
}
.blog-checklist-item__icon img {
    width: 22px;
    height: 22px;
    margin: 0 !important;
}
.blog-checklist-item__content strong {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #1A1A1A;
    margin-bottom: 6px;
}
.blog-checklist-item__content p {
font-size: 15px;
    margin: 0;
    color: #555555;
}

/* 4. Сетка парных подсказок (Две колонки) */
.blog-tips-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin: 35px 0;
}
.blog-tip-card {
    background: #FAFAFA;
    border-left: 3px solid #FFE600;
    padding: 20px 24px;
    border-radius: 0 8px 8px 0;
}
.blog-tip-card h5 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 8px 0;
    color: #1A1A1A;
}
.blog-tip-card__text p {
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
    color: #555555;
}

/* 5. Карточки товаров */
.blog-products-widget {
    background: #F9F9FA;
    padding: 30px;
    border-radius: 12px;
    margin: 40px 0;
}
.blog-products-widget__title {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 24px 0 !important;
}
.blog-products-widget__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.blog-product-item {
    background: #fff;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #EDEDF0;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.blog-product-item__image img {
    max-height: 130px;
    object-fit: contain;
    margin: 0 auto 12px auto !important;
}
.blog-product-item h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 10px 0;
    min-height: 38px;
    overflow: hidden;
}
.blog-product-item h4 a {
    color: #1A1A1A;
    text-decoration: none;
}
.blog-product-item__price {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 14px;
    margin-top: auto;
    color: #000;
}
.blog-product-item__btn {
    display: block;
    background: #FFE600;
    color: #000;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 0;
    border-radius: 20px;
    transition: background 0.2s;
}
.blog-product-item__btn:hover { background: #e6cf00; }

/* --- УМНЫЙ СТИКИ-САЙДБАР --- */
.sidebar-sticky-bundle {
    position: sticky;
    top: 30px; /* Сайдбар следует за экраном при скролле контента */
}
.sidebar-box {
    background: #FAFAFA;
    border: 1px solid #EDEDF0;
    padding: 24px;
    margin-bottom: 24px;
}
.sidebar-box h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 20px 0;
    color: #2D2D2D;
}

/* Навигация содержания */
.toc-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.toc-navigation li {
    margin-bottom: 14px;
}
.toc-navigation li:last-child {
    margin-bottom: 0;
}
.toc-navigation a {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #4D4D4D;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.4;
    transition: color 0.2s;
}
.toc-navigation a:hover {
    color: #000;
}
.toc-img-icon {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    flex-shrink: 0;
}
.widget-toc{
    background: #FFF;
    border-inline: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.07);
    border-top: 4px solid #F5D300;
}

/* Список популярного */
.popular-sidebar-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EDEDF0;
}
.popular-sidebar-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.popular-sidebar-item__meta {
    font-size: 12px;
    margin-bottom: 6px;
}
.pop-cat { color: #FFA800; font-weight: 600; margin-right: 8px; }
.pop-date { color: #9A9A9A; }
.popular-sidebar-item h4 {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 6px 0;
}
.popular-sidebar-item h4 a { color: #1A1A1A; text-decoration: none; }
.popular-sidebar-item p { font-size: 13px; line-height: 1.4; color: #666; margin: 0; }

/* === КНОПКИ НАВИГАЦИИ МЕЖДУ СТАТЬЯМИ === */

.blog-post-navigation {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #EDEDF0;
}
.blog-nav-link {
    width: 48%;
}
.blog-nav-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 44px;
  box-sizing: border-box;
  padding: 16px 32px;
  text-decoration: none;
  font-family: inherit; 
  font-size: 16px;     
  color: #1A1A1A;     
  border: 1px solid #FEED00;
  border-radius: 300px;
  background-color: transparent;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0);
  transition: background 0.2s, border-color 0.2s;
}

.blog-nav-link a:hover {
  background-color: #FEED00;
  color: #000000;
}

.blog-nav-link--next {
    text-align: right;
}
.nav-direction {
    display: block;
    font-size: 16px;
    color: #2D2D2D;
    font-weight: 400;
}
.nav-article-title {
    display: none;
    font-size: 15px;
    font-weight: 700;
    color: #1A1A1A;
    white-space: nowrap;
    overflow: hidden;
    text-transform: none;
    text-overflow: ellipsis;
}

/* Адаптивность для планшетов и мобилок */
@media(max-width: 992px) {
    .single-main-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .blog-products-widget__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .blog-tips-grid {
        grid-template-columns: 1fr;
    }
}