*{
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    margin:0;
    font-family:"Montserrat", Arial, sans-serif;
    color:#132943;
    background:#f2f5f9;
}

a{
    color:inherit;
    text-decoration:none;
}

img{
    display:block;
    max-width:100%;
}

.news-container{
    width:min(1180px, calc(100% - 40px));
    margin:0 auto;
}

.news-topbar{
    background:#004684;
    color:#fff;
    font-size:12px;
    font-weight:800;
}

.news-topbar-inner{
    min-height:32px;
    display:flex;
    justify-content:flex-end;
    align-items:center;
    gap:22px;
    flex-wrap:wrap;
}

.news-header{
    background:#fff;
    border-bottom:1px solid #dde5ef;
}

.news-header-inner{
    min-height:176px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:42px;
}

.news-logo img{
    width:330px;
    height:auto;
}

.news-nav{
    display:flex;
    align-items:center;
    gap:14px;
    flex-wrap:wrap;
}

.news-nav a{
    min-width:94px;
    padding:16px 18px;
    border-radius:16px;
    color:#004684;
    font-weight:900;
    line-height:1.1;
    transition:.2s ease;
}

.news-nav a small{
    display:block;
    margin-top:8px;
    color:#647183;
    font-size:11px;
    font-weight:500;
}

.news-nav a:hover,
.news-nav a.active{
    background:#004684;
    color:#fff;
    box-shadow:0 14px 24px rgba(0,70,132,.18);
}

.news-nav a:hover small,
.news-nav a.active small{
    color:#fff;
}

.news-main{
    padding-bottom:70px;
}

.news-masthead{
    padding:48px 0 28px;
    background:
        radial-gradient(circle at 12% 10%, rgba(0,70,132,.12), transparent 28%),
        linear-gradient(180deg, #f4f7fb 0%, #eef3f8 100%);
}

.news-masthead-inner{
    min-height:132px;
    padding:30px 32px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    border-radius:28px;
    color:#fff;
    background:linear-gradient(135deg, #004684 0%, #075fa4 48%, #127a73 100%);
    box-shadow:0 22px 48px rgba(20,42,70,.12);
}

.news-back,
.news-breadcrumbs a{
    display:inline-flex;
    min-height:44px;
    align-items:center;
    justify-content:center;
    padding:0 18px;
    border-radius:999px;
    color:#fff;
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.28);
    font-size:13px;
    font-weight:900;
}

.news-breadcrumbs{
    display:flex;
    align-items:center;
    gap:10px;
    flex-wrap:wrap;
}

.news-breadcrumbs span{
    color:rgba(255,255,255,.6);
}

.news-layout{
    display:block;
    max-width:980px;
    padding-top:28px;
}

.news-article,
.news-side-card{
    border-radius:28px;
    background:#fff;
    box-shadow:0 18px 42px rgba(16,39,66,.1);
}

.news-article{
    overflow:hidden;
}

.news-feature{
    margin:0;
    background:linear-gradient(135deg, #dce8f5, #8ca8c8);
}

.news-feature.is-missing{
    min-height:220px;
    display:grid;
    place-items:center;
    background:
        radial-gradient(circle at 20% 18%, rgba(255,255,255,.28), transparent 28%),
        linear-gradient(135deg, #e8f0f8 0%, #d8e5f2 48%, #c9d9e8 100%);
}

.news-feature.is-missing:after{
    content:"Lincoln News";
    color:#004684;
    font-size:13px;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
    opacity:.45;
}

.news-feature img{
    width:100%;
    max-height:620px;
    object-fit:cover;
}

.news-article-body{
    padding:42px clamp(24px, 5vw, 70px) 28px;
}

.news-kicker,
.news-section-label,
.news-summary-card span{
    color:#0f7b7a;
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.06em;
}

.news-article h1{
    max-width:780px;
    margin:10px 0 18px;
    color:#004684;
    font-size:clamp(28px, 3.2vw, 42px);
    line-height:1.14;
    font-weight:900;
    letter-spacing:0;
}

.news-meta{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
    margin-bottom:34px;
}

.news-meta span{
    padding:8px 13px;
    border-radius:999px;
    color:#004684;
    background:#edf5ff;
    font-size:12px;
    font-weight:800;
}

.news-content{
    color:#273e58;
    font-size:16px;
    line-height:1.85;
}

.news-content p{
    margin:0 0 22px;
}

.news-content a{
    color:#004684;
    font-weight:800;
    text-decoration:underline;
    text-underline-offset:3px;
}

.news-content img{
    height:auto !important;
    margin:28px auto;
    border-radius:18px;
    box-shadow:0 16px 34px rgba(16,39,66,.12);
}

.news-content table{
    width:100% !important;
    border-collapse:collapse;
    margin:24px 0;
    overflow:hidden;
    border-radius:14px;
}

.news-content td,
.news-content th{
    padding:12px;
    border:1px solid #dce5ef;
    text-align:left;
}

.news-comments{
    margin:18px clamp(24px, 5vw, 70px) 54px;
    padding-top:34px;
    border-top:1px solid #dde5ef;
}

.news-comments h2,
.news-form h3,
.news-side-card h3{
    margin:0 0 18px;
    color:#004684;
    font-size:24px;
    line-height:1.15;
    font-weight:900;
}

.news-comment-list{
    display:grid;
    gap:14px;
    margin-bottom:28px;
}

.news-comment{
    display:grid;
    grid-template-columns:48px minmax(0, 1fr);
    gap:14px;
    padding:16px;
    border:1px solid #dde5ef;
    border-radius:18px;
    background:#f8fafc;
}

.news-avatar{
    width:48px;
    height:48px;
    display:grid;
    place-items:center;
    border-radius:50%;
    color:#fff;
    background:#004684;
    font-weight:900;
}

.news-comment strong{
    display:block;
    color:#004684;
    font-size:15px;
}

.news-comment span{
    display:block;
    margin-top:3px;
    color:#718096;
    font-size:12px;
    font-weight:700;
}

.news-comment p{
    margin:9px 0 0;
    color:#344b64;
    font-size:14px;
    line-height:1.65;
}

.news-form{
    display:grid;
    gap:16px;
    padding:24px;
    border-radius:22px;
    background:#f8fafc;
    border:1px solid #dde5ef;
}

.news-form-grid{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:16px;
}

.news-form label{
    display:grid;
    gap:8px;
    color:#004684;
    font-size:13px;
    font-weight:900;
}

.news-form input,
.news-form textarea{
    width:100%;
    border:1px solid #ced8e4;
    border-radius:14px;
    padding:13px 14px;
    color:#1a2e46;
    background:#fff;
    font:inherit;
    font-size:14px;
    outline:none;
    transition:.2s ease;
}

.news-form textarea{
    min-height:150px;
    resize:vertical;
}

.news-form input:focus,
.news-form textarea:focus{
    border-color:#0f7b7a;
    box-shadow:0 0 0 4px rgba(15,123,122,.12);
}

.news-form button,
.news-empty a{
    width:max-content;
    min-height:48px;
    border:0;
    border-radius:999px;
    padding:0 24px;
    color:#fff;
    background:#004684;
    font:inherit;
    font-size:14px;
    font-weight:900;
    cursor:pointer;
}

.news-alert{
    margin:0;
    padding:14px 16px;
    border-radius:14px;
    font-size:14px;
    font-weight:800;
}

.news-alert.ok{
    color:#0f5f3b;
    background:#e9f8ef;
}

.news-alert.error{
    color:#8a1f1f;
    background:#fff0f0;
}

.news-side-card{
    overflow:hidden;
    padding:22px;
}

.news-summary-card{
    padding:0;
}

.news-summary-card img{
    width:100%;
    aspect-ratio:16 / 10;
    object-fit:cover;
    background:linear-gradient(135deg, #dce8f5, #8ca8c8);
}

.news-summary-card div{
    padding:20px;
}

.news-summary-card strong{
    display:block;
    margin-top:8px;
    color:#004684;
    font-size:18px;
    line-height:1.25;
    font-weight:900;
}

.news-actions,
.news-filter-list{
    display:grid;
    gap:10px;
}

.news-actions a,
.news-filter-list a{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    min-height:42px;
    padding:10px 12px;
    border-radius:14px;
    color:#004684;
    background:#edf5ff;
    font-size:13px;
    font-weight:900;
}

.news-actions a{
    justify-content:flex-start;
}

.news-filter-list a span{
    min-width:26px;
    height:26px;
    display:grid;
    place-items:center;
    border-radius:50%;
    color:#fff;
    background:#004684;
    font-size:12px;
}

.news-filter-list.compact .year{
    color:#fff;
    background:#004684;
}

.news-empty{
    padding:54px;
}

.news-empty span{
    color:#0f7b7a;
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
}

.news-empty h1{
    margin:10px 0;
}

.news-empty p{
    margin:0 0 24px;
    color:#536071;
    line-height:1.7;
}

.news-footer{
    padding:54px 0;
    background:#fff;
    border-top:1px solid #dde5ef;
}

.news-footer-grid{
    display:grid;
    grid-template-columns:1.4fr 1fr 1fr;
    gap:54px;
}

.news-footer img{
    width:210px;
    margin-bottom:20px;
}

.news-footer p,
.news-footer a{
    color:#667283;
    font-size:14px;
    line-height:1.8;
}

.news-footer h3{
    margin:0 0 14px;
    color:#004684;
    font-size:18px;
    font-weight:900;
}

.news-footer a{
    display:block;
    margin:8px 0;
}

@media (max-width: 980px){
    .news-topbar-inner{
        justify-content:center;
        gap:14px;
    }

    .news-header-inner{
        min-height:auto;
        padding:26px 0;
        flex-direction:column;
        align-items:flex-start;
    }

    .news-nav{
        width:100%;
    }

    .news-nav a{
        flex:1 1 150px;
    }

    .news-layout{
        max-width:none;
    }
}

@media (max-width: 640px){
    .news-container{
        width:min(100% - 28px, 1180px);
    }

    .news-logo img{
        width:260px;
    }

    .news-nav a{
        flex:1 1 100%;
        padding:14px 16px;
    }

    .news-masthead{
        padding:30px 0 20px;
    }

    .news-masthead-inner{
        min-height:auto;
        padding:22px;
        align-items:flex-start;
        flex-direction:column;
        border-radius:22px;
    }

    .news-article,
    .news-side-card{
        border-radius:22px;
    }

    .news-article-body{
        padding:28px 22px 18px;
    }

    .news-comments{
        margin:12px 22px 34px;
    }

    .news-form-grid{
        grid-template-columns:1fr;
    }

    .news-comment{
        grid-template-columns:1fr;
    }

    .news-footer-grid{
        grid-template-columns:1fr;
        gap:28px;
    }
}
