body {
    font-family: "Manrope", sans-serif;
    background: #f3f3f3;
    color: #222;
}

a {
    color: inherit;
}

.site-main .container,
.site-footer .container,
.masthead-wrap .container,
.utility-strip-wrap .container {
    max-width: 1100px;
}

.site-header {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1.5rem;
}

.masthead-wrap {
    width: 100%;
    background: var(--theme-primary);
}

.masthead {
    color: #fff;
    padding: 1rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
}

.brand-zone {
    min-width: 0;
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.72rem;
    margin-bottom: 0.35rem;
    color: rgba(255, 255, 255, 0.78);
}

.brand-mark {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    font-size: clamp(2rem, 6vw, 3.8rem);
    line-height: 0.95;
}

.site-logo {
    max-height: 74px;
}

.masthead-subtitle {
    margin-top: 0.45rem;
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.92);
}

.masthead-search {
    width: min(360px, 100%);
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.5rem;
}

.masthead-search .form-control {
    border: none;
    border-radius: 0;
    height: 38px;
}

.masthead-search .btn {
    border-radius: 0;
    height: 38px;
    color: var(--theme-primary);
    font-weight: 700;
}

.utility-strip-wrap {
    width: 100%;
    background: var(--theme-secondary);
}

.utility-strip {
    color: #f4f4f4;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.42rem 0;
    font-size: 0.82rem;
    font-weight: 600;
}

.content-grid {
    display: grid;
    grid-template-columns: minmax(0, 2.1fr) minmax(280px, 0.9fr);
    gap: 1.35rem;
    align-items: start;
}

.primary-column,
.secondary-column {
    min-width: 0;
}

.lead-story-block,
.news-entry,
.sidebar-block,
.article-shell,
.comments-shell,
.related-shell,
.listing-header,
.banner-card {
    background: #fff;
    border: 1px solid #dfdfdf;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.lead-story-block,
.news-entry,
.sidebar-block,
.article-shell,
.comments-shell,
.related-shell,
.listing-header {
    padding: 1rem;
}

.story-flow {
    display: grid;
    gap: 1rem;
}

.news-entry {
    margin-bottom: 1rem;
}

.news-entry-meta,
.article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    font-size: 0.8rem;
    color: #7a7a7a;
    margin-bottom: 0.55rem;
}

.news-category {
    color: var(--theme-primary);
    font-weight: 800;
    text-transform: uppercase;
}

.news-entry-title,
.article-title,
.listing-header h1,
.related-shell h2,
.comments-shell h2,
.gallery-shell h2 {
    font-family: "Merriweather", serif;
    color: #1c1c1c;
}

.news-entry-title {
    font-size: clamp(1.55rem, 2.8vw, 2rem);
    line-height: 1.28;
    margin-bottom: 0.55rem;
}

.news-entry-title a {
    color: inherit;
    text-decoration: none;
}

.news-entry-title a:hover,
.sidebar-link:hover,
.read-more-link:hover {
    color: var(--theme-primary);
}

.news-entry-subtitle {
    color: #555;
    font-size: 1rem;
    margin-bottom: 0.85rem;
}

.news-entry-image {
    display: block;
    margin-bottom: 0.45rem;
}

.news-entry-image img,
.article-cover img,
.gallery-grid img,
.banner-card img {
    width: 100%;
    display: block;
}

.news-entry-caption,
.article-cover figcaption,
.gallery-grid figcaption {
    color: #8b8b8b;
    font-size: 0.78rem;
    margin-bottom: 0.7rem;
}

.news-entry-body {
    font-family: "Merriweather", serif;
    font-size: 0.97rem;
    line-height: 1.92;
    color: #2b2b2b;
}

.news-entry-body p,
.news-entry-body ul,
.news-entry-body ol,
.news-entry-body blockquote,
.news-entry-body table {
    margin-bottom: 1rem;
}

.news-entry-actions {
    margin-top: 0.85rem;
    padding-top: 0.8rem;
    border-top: 1px solid #ececec;
}

.read-more-link {
    color: var(--theme-primary);
    font-weight: 700;
    text-decoration: none;
}

.banner-stack {
    display: grid;
    gap: 0.9rem;
    margin-bottom: 1rem;
}

.sidebar-shell {
    display: grid;
    gap: 1rem;
    position: sticky;
    top: 1rem;
}

.sidebar-title {
    font-size: 1rem;
    font-weight: 800;
    color: #444;
    margin-bottom: 0.8rem;
}

.sidebar-link {
    display: block;
    text-decoration: none;
    padding: 0.55rem 0;
    border-bottom: 1px solid #ededed;
    font-size: 0.92rem;
    line-height: 1.45;
}

.sidebar-category-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sidebar-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--theme-primary);
    flex: 0 0 auto;
}

.sidebar-socials {
    display: grid;
    gap: 0.55rem;
}

.sidebar-socials a {
    text-decoration: none;
    font-weight: 700;
    color: var(--theme-primary);
}

.sidebar-search .form-control,
.comment-form .form-control {
    border-radius: 0;
    border-color: #d8d8d8;
}

.listing-header {
    margin-bottom: 1rem;
}

.listing-header .eyebrow,
.article-shell .eyebrow {
    color: var(--theme-primary);
}

.listing-header h1 {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    margin-bottom: 0.4rem;
}

.listing-header p {
    color: #666;
    margin-bottom: 0;
}

.article-shell {
    padding: 1.3rem;
}

.article-title {
    font-size: clamp(1.85rem, 3.4vw, 2.7rem);
    line-height: 1.25;
    margin-bottom: 0.7rem;
}

.article-subtitle {
    font-size: 1.08rem;
    color: #555;
    margin-bottom: 0.9rem;
}

.article-cover {
    margin: 1rem 0 1.25rem;
}

.share-toolbar {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin: 0.9rem 0 1rem;
    flex-wrap: wrap;
}

.share-button {
    width: 38px;
    height: 38px;
    border: 1px solid #d9d9d9;
    background: #fff;
    color: #444;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.share-x-mark {
    font-family: Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1;
}

.share-button:hover {
    color: #fff;
    border-color: transparent;
}

.share-whatsapp:hover {
    background: #25d366;
}

.share-facebook:hover {
    background: #1877f2;
}

.share-x:hover {
    background: #111827;
}

.share-telegram:hover {
    background: #229ed9;
}

.share-print:hover {
    background: var(--theme-primary);
}

.article-body {
    font-family: "Merriweather", serif;
    font-size: 1rem;
    line-height: 1.92;
    color: #232323;
}

.article-body p,
.article-body ul,
.article-body ol,
.article-body blockquote,
.article-body table {
    margin-bottom: 1rem;
}

.article-footer-meta {
    margin-top: 1rem;
    padding-top: 0.9rem;
    border-top: 1px solid #ececec;
}

.tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 0.75rem;
}

.article-footer-meta .topic-chip {
    background: #f5f5f5;
    color: #333;
    padding: 0.35rem 0.7rem;
    border-bottom: none;
}

.gallery-shell,
.comments-shell,
.related-shell {
    margin-top: 1rem;
}

.gallery-grid,
.related-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.9rem;
}

.related-item {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 0.9rem;
    align-items: start;
    border-bottom: 1px solid #ececec;
    padding-bottom: 0.9rem;
}

.related-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.related-item-thumb img {
    width: 100%;
    height: 86px;
    object-fit: cover;
    display: block;
}

.related-item-meta {
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
    font-size: 0.75rem;
    color: #8a8a8a;
    margin-bottom: 0.35rem;
}

.related-item-title {
    font-family: "Merriweather", serif;
    font-size: 1rem;
    line-height: 1.35;
    margin-bottom: 0.4rem;
}

.related-item-title a {
    text-decoration: none;
}

.related-item-summary {
    color: #565656;
    font-size: 0.9rem;
    line-height: 1.55;
    margin-bottom: 0;
}

.comment-card {
    border-top: 1px solid #ececec;
    padding: 0.95rem 0;
}

.comment-card:first-of-type {
    border-top: none;
    padding-top: 0;
}

.comment-card small {
    display: block;
    color: #8a8a8a;
    margin: 0.25rem 0 0.55rem;
}

.pagination-shell {
    margin: 1.2rem 0 1.8rem;
}

.blog-pagination .page-link {
    border-radius: 0.25rem;
    border: 1px solid rgba(17, 24, 39, 0.12);
    color: var(--theme-secondary);
    background: #fff;
    padding: 0.25rem 0.55rem;
    font-size: 0.78rem;
    line-height: 1.2;
    margin: 0 0.12rem;
}

.blog-pagination .page-item.active .page-link {
    background: var(--theme-primary);
    border-color: var(--theme-primary);
    color: #fff;
}

.blog-pagination .page-link:hover {
    color: #fff;
    background: var(--theme-secondary);
    border-color: var(--theme-secondary);
}

.site-footer {
    margin-top: 2rem;
    background: var(--theme-secondary);
    color: #f0f0f0;
    padding: 1.5rem 0;
}

.footer-grid {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.footer-brand {
    font-size: 1.35rem;
    font-weight: 800;
    margin-bottom: 0.4rem;
}

.footer-links {
    display: flex;
    gap: 0.85rem;
    align-items: center;
    flex-wrap: wrap;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 991.98px) {
    .content-grid {
        grid-template-columns: 1fr;
    }

    .secondary-column {
        display: none;
    }

    .masthead,
    .utility-strip {
        flex-direction: column;
        align-items: flex-start;
    }

    .masthead-search {
        width: 100%;
    }

    .site-header {
        margin-bottom: 1rem;
    }
}

@media (max-width: 575.98px) {
    .masthead,
    .utility-strip,
    .lead-story-block,
    .news-entry,
    .listing-header,
    .article-shell,
    .comments-shell,
    .related-shell {
        padding-left: 0.85rem;
        padding-right: 0.85rem;
    }

    .gallery-grid,
    .related-grid {
        grid-template-columns: 1fr;
    }

    .related-item {
        grid-template-columns: 96px minmax(0, 1fr);
    }

    .news-entry-title,
    .article-title {
        font-size: 1.5rem;
    }

    .masthead-search {
        grid-template-columns: 1fr;
    }
}
