* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    background: #fff;
    color: #787878;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #222;
    font-family: "Archivo Narrow", sans-serif;
}

a {
    text-decoration: none;
    color: #111;
}

p {
    margin: 8px 0;
    line-height: 20px;
}

.container-news {
    width: min(920px, 100%);
    margin: 0 auto;
    padding: 0 14px;
}

.navbar-top {
    background: #fff;
    height: 50px;
    border-bottom: 2px solid #111;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
}

.nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
}

.side-nav-panel-left,
.side-nav-panel-right {
    width: 52px;
    height: 50px;
    line-height: 48px;
    text-align: center;
}

.side-nav-panel-left {
    border-right: 2px solid #111;
}

.side-nav-panel-right {
    border-left: 2px solid #111;
}

.nav-icon {
    color: #111;
    font-size: 18px;
}

.site-brand h1 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 48px;
}

.topic-strip {
    margin-top: 50px;
    border-bottom: 1px solid #ddd;
    background: #f7f7f7;
}

.topic-nav {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px 0;
}

.topic-nav a {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.page-content {
    padding-top: 16px;
    padding-bottom: 35px;
}

.slider-block {
    margin-top: 8px;
    background: linear-gradient(130deg, #222 0%, #111 42%, #464646 100%);
    min-height: 220px;
    position: relative;
    overflow: hidden;
}

.slider-block::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.18));
}

.slider-content {
    position: relative;
    z-index: 1;
    color: #fefefe;
    padding: 28px 18px 20px;
}

.slider-content h2 {
    font-size: 24px;
    line-height: 26px;
    margin: 4px 0 10px;
}

.slider-content h2 a {
    color: #fefefe;
}

.slider-content p,
.slider-content .date {
    color: #e8e8e8;
}

.slider-content .date {
    font-size: 12px;
}

.post {
    padding-top: 20px;
}

.post .border,
.post-full .border {
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
    height: 4px;
    margin-bottom: 14px;
}

.post-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid #999;
    border-left: 1px solid #999;
}

.post-cell {
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 12px;
}

.news-item .category {
    color: #111;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    margin-bottom: 7px;
}

.news-item h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 4px;
}

.news-item span {
    color: #666;
    font-size: 12px;
    display: block;
    margin-bottom: 6px;
}

.quote {
    margin-top: 20px;
}

.quote .content {
    border: 1px solid #888;
    background: #eee;
    padding: 12px;
}

.quote p,
.quote span {
    font-style: italic;
    color: #222;
}

.post-full {
    padding-top: 24px;
}

.post-full-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 14px;
}

.full-item {
    border: 1px solid #999;
    padding: 12px;
    background: #f8f8f8;
}

.full-item .meta {
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 6px;
    color: #444;
    font-weight: 700;
}

.full-item h3 {
    font-size: 18px;
    line-height: 20px;
}

.featured-post {
    border: 2px solid #222;
    padding: 15px;
    margin-top: 25px;
}

.featured-post h2 {
    font-size: 20px;
    border-bottom: 1px solid #888;
    margin-bottom: 14px;
    padding-bottom: 10px;
}

.featured-post .content {
    border-bottom: 1px solid #999;
    margin-bottom: 12px;
    padding-bottom: 8px;
}

.featured-post .content h3 {
    font-size: 18px;
    margin-bottom: 4px;
}

.featured-post .content span {
    color: #666;
    font-size: 12px;
    display: block;
}

.featured-post .view-all {
    display: inline-block;
    margin-top: 3px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
}

.pages {
    margin-top: 8px;
}

.pages-head {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.pages-head h3 {
    font-size: 20px;
    font-weight: 700;
}

.blog-home .content {
    border: 1px solid #ddd;
    margin-bottom: 14px;
    background: #fff;
}

.blog-home .content .post {
    padding: 12px;
}

.blog-home .category {
    text-transform: uppercase;
    font-size: 12px;
    color: #111;
    font-weight: 700;
}

.blog-home h3 {
    line-height: 22px;
    margin: 4px 0;
}

.blog-home h3 a {
    font-size: 22px;
    font-weight: 700;
}

.single-post {
    border: 1px solid #ddd;
    padding: 16px;
    background: #fff;
}

.single-post .category {
    font-size: 12px;
    text-transform: uppercase;
    color: #111;
    font-weight: 700;
}

.single-post h3 {
    font-size: 27px;
    line-height: 29px;
    margin: 7px 0 10px;
}

.single-post .date {
    font-size: 12px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 12px;
    padding-bottom: 8px;
}

.share-post {
    margin: 18px 0;
}

.share-post ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.share-post ul li {
    display: inline-block;
    border: 1px solid #777;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 33px;
    margin: 0 3px;
    font-size: 18px;
}

.share-post .fa-facebook {
    color: #3b5998;
}

.share-post .fa-twitter {
    color: #00aced;
}

.share-post .fa-google {
    color: #dd4b39;
}

.share-post .fa-linkedin {
    color: #007bb6;
}

.source-line {
    color: #444;
    border-top: 1px solid #ddd;
    margin-top: 12px;
    padding-top: 10px;
}

.source-line a {
    color: #111;
    font-weight: 600;
}

.empty-state {
    border: 1px dashed #999;
    padding: 12px;
    color: #666;
}

.footer {
    background: #eee;
    padding: 20px 0;
}

.about-us-foot {
    text-align: center;
}

.about-us-foot h6 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.social-media {
    text-align: center;
    margin-top: 16px;
    border-bottom: 1px solid #222;
    padding-bottom: 16px;
}

.social-media a {
    margin: 0 3px;
}

.social-media i {
    color: #333;
    border: 1px solid #111;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 29px;
    text-align: center;
}

.copyright {
    text-align: center;
    padding-top: 16px;
    color: #555;
}

@media (max-width: 760px) {
    .container-news {
        padding: 0 10px;
    }

    .topic-nav {
        gap: 10px;
    }

    .slider-content h2 {
        font-size: 21px;
        line-height: 23px;
    }

    .post-grid,
    .post-full-grid {
        grid-template-columns: 1fr;
    }

    .site-brand h1 {
        font-size: 18px;
    }
}
