

a {
    color: #333333;
    text-decoration: none;
    transition: all 0.25s ease;
}

a:hover {
    color: #c96;

}
.hero-section.cart {
    width: 100%;
    /* min-height: calc(100vh - 89px); */
    width: 100%;
    min-height: 250px;
    background-image: url('/public/static/img/project_mumie/cart/bg_cart.webp');
    /* background-attachment: fixed; */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    padding: 80px 0;
    filter: grayscale(85);
}

.hero-section.cart:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(102, 101, 101, 0.5);
}
.main-content {
    margin: 50px;
}
.container-custom {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}
.title_list {
    padding: 20px;
}
/* Навигационная цепочка (Хлебные крошки) */
.breadcrumb-nav {
    background-color: #fafafa;
    border-bottom: 1px solid #ebebeb;
    padding: 18px 0;
    margin-bottom: 60px;
}

.breadcrumb {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "/";
    padding: 0 12px;
    color: #b5b5b5;
}

.breadcrumb-item.active {
    color: #999999;
}

/* Главная сетка: Упор на огромную левую колонку */
.main-layout {
    display: grid;
    grid-template-columns: 90% 10%;
    gap: 50px;
    align-items: start;
    padding-bottom: 80px;
}


.single-post {
    margin-bottom: 70px;
}

/* Главное огромное изображение */
.post-main-image {
    width: 100%;
    margin-bottom: 35px;
    overflow: hidden;
}

.post-main-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Мета-данные статьи */
.post-meta {
    font-size: 13px;
    color: #cccccc;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.meta-item a {
    color: #999999;
}

.meta-separator {
    margin: 0 10px;
}

/* Крупный заголовок H1 */
.entry-title {
    font-size: 36px;
    color: #333333;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 25px 0;
    letter-spacing: -0.5px;
}

/* Жирный вводный абзац */
.entry-lead {
    font-size: 17px;
    line-height: 1.9;
    color: #555555;
    margin-bottom: 40px;
}

.entry-paragraph {
    font-size: 15px;
    color: #666666;
    margin-bottom: 30px;
}

/* Внутренний двухколоночный блок (Текст + Картинка здания) */
.entry-split-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin: 45px 0;
    align-items: center;
}

.block-title {
    font-size: 22px;
    color: #333333;
    font-weight: 500;
    margin: 0 0 20px 0;
    padding-top: 20px;
}

.custom-bullet-list {
    padding-left: 20px;
    margin: 0;
}

.custom-bullet-list li {
    margin-bottom: 15px;
    color: #666666;
}

.split-image-col img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Цитата (Blockquote) во всю ширину */
.entry-blockquote {
    border-left: 1px solid #c96;
    background-color: #fafafa;
    padding: 30px 40px;
    margin: 45px 0;
}

.entry-blockquote p {
    font-size: 20px;
    color: #333333;
    font-style: italic;
    line-height: 1.6;
    margin: 0;
    font-weight: 400;
}

/* Блок со второй большой картинкой (Дети) */
.entry-gallery-block {
    margin: 45px 0;
}

.gallery-main-image {
    width: 100%;
}

.gallery-main-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Подвал статьи: Теги и Шаринг */
.entry-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin-top: 50px;
}

.footer-label {
    font-size: 14px;
    color: #333333;
    font-weight: 500;
    margin-right: 15px;
}

.tag-link {
    color: #999999;
    margin-right: 8px;
}

.tag-link::after {
    content: ",";
}

.tag-link:last-child::after {
    content: "";
}

.share-socials {
    display: inline-flex;
    gap: 15px;
}

.share-btn {
    font-size: 13px;
    color: #999999;
}

/* Навигация под постом (Пагинация) */
.post-navigation-tabs {
    padding: 30px 0;
}

.prev-post-link {
    display: inline-flex;
    flex-direction: column;
}

.nav-direction {
    font-size: 12px;
    color: #cccccc;
    text-transform: uppercase;
}

.nav-post-name {
    font-size: 15px;
    color: #333333;
    font-weight: 500;
}


/*правій сайд бар */
/* ==========================================================================
   3. ПРАВАЯ КОЛОНКА: КОМПАКТНЫЙ САЙДБАР
   ========================================================================== */
.blog-sidebar {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.sidebar-widget {
    box-sizing: border-box;
}

.widget-heading {
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 25px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
}

/* Виджет: Поиск */
.search-box {
    position: relative;
}

.search-box input {
    width: 100%;
    padding: 11px 15px;
    border: 1px solid #ebebeb;
    font-size: 14px;
    outline: none;
    box-sizing: border-box;
}

.search-submit-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
}

/* Виджет: Категории */
.widget-list-categories {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget-list-categories li {
    margin-bottom: 15px;
}

.widget-list-categories a {
    display: flex;
    justify-content: space-between;
    color: #666666;
}

.widget-list-categories .count {
    color: #999999;
    background-color: #f8f8f8;
    padding: 1px 8px;
    font-size: 12px;
    border-radius: 12px;
}

/* Виджет: Популярные статьи с миниатюрами */
.popular-posts-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pop-card {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.pop-thumb img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    display: block;
}

.pop-meta .pop-date {
    font-size: 12px;
    color: #999999;
}

.pop-title {
    margin: 5px 0 0 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}

/* Виджет: Рекламный баннер скидки */
.promo-sidebar-banner {
    position: relative;
    width: 100%;
}

.promo-sidebar-banner img {
    width: 100%;
    height: auto;
    display: block;
}

.promo-banner-text {
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
}

.promo-top {
    font-size: 12px;
    color: #c96;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}

.promo-headline {
    font-size: 22px;
    color: #333333;
    font-weight: 600;
    margin: 0 0 15px 0;
    line-height: 1.3;
}

.promo-action-btn {
    font-size: 13px;
    font-weight: 500;
    border-bottom: 2px solid #c96;
    padding-bottom: 2px;
}

/* Виджет: Облако тегов */
.widget-tags-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.widget-tags-cloud a {
    font-size: 13px;
    border: 1px solid #ebebeb;
    padding: 6px 14px;
    color: #666666;
}

.widget-tags-cloud a:hover {
    background-color: #c96;
    border-color: #c96;
    color: #ffffff;
}

/* Виджет: Текст "о блоге" */
.about-text {
    font-size: 14px;
    color: #999999;
    margin: 0;
}

/* ==========================================================================
   4. АДАПТИВНОСТЬ ДЛЯ ПЛАНШЕТОВ И МОБИЛЬНЫХ ЭКРАНОВ
   ========================================================================== */
@media (max-width: 992px) {
    .main-content {
            margin: 0px;
        }
    .main-layout {
        grid-template-columns: 1fr;
        /* Сайдбар падает вниз под статью */
        gap: 50px;
    }

    .entry-split-block {
        grid-template-columns: 1fr;
        /* Блок со зданием становится в одну колонку */
    }
    /* .block-title {
            padding-top: 10px;
        } */
}

