/* ================================
ARTICLE
================================ */
.city-article{
padding:56px 0 70px;
background:#f8f9fb;
}
.city-article__content{
overflow:hidden;
border:1px solid #dde3eb;
border-radius:8px;
background:#fff;
box-shadow:0 12px 35px rgba(18,34,59,.05);
}
.city-article__header{
padding:34px 38px 0;
}
.city-article__category{
display:inline-flex;
align-items:center;
gap:8px;
margin-bottom:14px;
padding:6px 11px;
border:1px solid #dce4f0;
border-radius:4px;
background:#f3f6fa;
color:#17366e;
font-size:.67rem;
font-weight:800;
line-height:1.3;
letter-spacing:.07em;
text-decoration:none;
text-transform:uppercase;
transition:background-color .2s ease,border-color .2s ease,color .2s ease;
}
.city-article__category [class^="icon-"],
.city-article__category [class*=" icon-"]{
color:#a96e18;
font-size:.75rem;
}
.city-article__category:hover{
border-color:#17366e;
background:#17366e;
color:#fff;
}
.city-article__category:hover [class^="icon-"],
.city-article__category:hover [class*=" icon-"]{
color:#fff;
}
.city-article__title{
max-width:850px;
margin:0 0 14px;
color:#14233e;
font-size:clamp(1.75rem,3vw,2.0rem);
font-weight:800;
line-height:1.2;
letter-spacing:-.025em;
}
.city-article__subtitle{
max-width:820px;
margin:0 0 22px;
color:#657184;
font-size:1rem;
line-height:1.7;
}
.city-article__meta{
margin:0 -38px;
padding:13px 38px;
border-top:1px solid #e6eaf0;
border-bottom:1px solid #e6eaf0;
background:#f7f9fc;
}
.city-article__meta-items{
display:flex;
flex-wrap:wrap;
align-items:center;
gap:10px 24px;
}
.city-article__meta-item{
display:inline-flex;
align-items:center;
gap:8px;
color:#657184;
font-size:.72rem;
line-height:1.5;
}
.city-article__meta-item strong{
color:#354156;
font-weight:700;
}
.city-article__meta-item [class^="icon-"],
.city-article__meta-item [class*=" icon-"]{
color:#a96e18;
font-size:.78rem;
}
.city-article__main{
padding:32px 38px 40px;
}
.city-article__image{
margin:0 0 30px;
}
.city-article__image img{
width:100%;
height:auto;
display:block;
border-radius:5px;
object-fit:cover;
}
.city-article__image-caption{
padding:9px 2px 0;
color:#788394;
font-size:.7rem;
line-height:1.5;
}
.city-article__lead{
margin-bottom:27px;
padding:18px 21px;
border-left:4px solid #243f80;
background:#f6f8fc;
color:#344157;
font-size:1.02rem;
font-weight:500;
line-height:1.75;
}
.city-article__body{
color:#3f4a5c;
font-size:.93rem;
line-height:1.85;
}
.city-article__body p{
margin-bottom:1.25rem;
}
.city-article__body a{
color:#17366e;
text-decoration:underline;
text-underline-offset:3px;
}
.city-article__body a:hover{
text-decoration-thickness:2px;
}
.city-article__body img{
max-width:100%;
height:auto;
border-radius:5px;
}
.city-article__body table{
width:100%;
display:block;
overflow-x:auto;
}
.city-article__body h2{
margin:38px 0 16px;
color:#172641;
font-size:1.5rem;
font-weight:800;
line-height:1.3;
}
.city-article__body h3{
margin:30px 0 14px;
color:#172641;
font-size:1.22rem;
font-weight:800;
}
.city-article__body h4{
margin:24px 0 12px;
color:#172641;
font-size:1.05rem;
font-weight:800;
}
.city-article__body ul,
.city-article__body ol{
padding-left:22px;
}
.city-article__body li{
margin-bottom:9px;
}
.city-article__body blockquote{
margin:28px 0;
padding:18px 22px;
border-left:4px solid #c58b2d;
background:#f7f8fa;
color:#3e4a5f;
font-style:italic;
}
.city-article__footer{
display:flex;
align-items:flex-end;
justify-content:space-between;
gap:30px;
padding:22px 38px;
border-top:1px solid #e3e8ef;
background:#f8fafc;
}
.city-article__tags{
min-width:0;
margin:0;
}
.city-article__footer-title{
display:flex;
align-items:center;
gap:8px;
margin:0 0 11px;
color:#4e596b;
font-size:.68rem;
font-weight:800;
line-height:1.4;
letter-spacing:.08em;
text-transform:uppercase;
}
.city-article__footer-title [class^="icon-"],
.city-article__footer-title [class*=" icon-"]{
color:#a96e18;
}
.city-article__tags-list{
display:flex;
flex-wrap:wrap;
gap:7px;
}
.city-tag{
display:inline-flex;
align-items:center;
min-height:30px;
margin:0;
padding:5px 11px;
border:1px solid #dce2ea;
border-radius:4px;
background:#fff;
color:#334056;
font-size:.7rem;
font-weight:700;
line-height:1.3;
text-decoration:none;
transition:background-color .2s ease,border-color .2s ease,color .2s ease;
}
.city-tag:hover{
border-color:#17366e;
background:#17366e;
color:#fff;
}
.city-article__share{
flex:0 0 auto;
}
.city-article__share-list{
display:flex;
align-items:center;
gap:7px;
}
.city-share-link{
display:inline-flex;
width:32px;
height:32px;
align-items:center;
justify-content:center;
padding:0;
border:1px solid #d8dfe8;
border-radius:50%;
background:#fff;
color:#17366e;
font-family:inherit;
font-size:.72rem;
font-weight:800;
line-height:1;
text-decoration:none;
cursor:pointer;
transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .2s ease;
}
.city-share-link:hover,
.city-share-link.is-copied{
border-color:#17366e;
background:#17366e;
color:#fff;
transform:translateY(-2px);
}

/* ================================
SIDEBAR
================================ */
.city-sidebar{
position:sticky;
top:110px;
}
.city-sidebar-card{
overflow:hidden;
margin-bottom:24px;
border:1px solid #e2e7ee;
border-radius:8px;
background:#fff;
box-shadow:0 12px 32px rgba(18,34,59,.06);
}
.city-sidebar-card__header{
padding:21px 22px 17px;
border-bottom:1px solid #edf0f4;
}
.city-sidebar-card__eyebrow{
display:flex;
align-items:center;
gap:9px;
margin-bottom:7px;
color:#8b5e19;
font-size:.64rem;
font-weight:800;
line-height:1.4;
letter-spacing:.11em;
text-transform:uppercase;
}
.city-sidebar-card__eyebrow::before{
width:22px;
height:2px;
flex:0 0 auto;
background:#c58b2d;
content:"";
}
.city-sidebar-card__title{
margin:0;
color:#142344;
font-size:1.05rem;
font-weight:800;
line-height:1.35;
}
.city-sidebar-menu{
margin:0;
padding:8px;
list-style:none;
}
.city-sidebar-menu__item{
margin:0;
}
.city-sidebar-menu__link{
display:flex;
min-height:46px;
align-items:center;
justify-content:space-between;
gap:15px;
padding:11px 13px;
border-radius:6px;
color:#445064;
font-size:.82rem;
font-weight:600;
line-height:1.45;
text-decoration:none;
transition:background-color .2s ease,color .2s ease,transform .2s ease;
}
.city-sidebar-menu__link [class^="icon-"],
.city-sidebar-menu__link [class*=" icon-"]{
flex:0 0 auto;
color:#7f8998;
font-size:.65rem;
transition:transform .2s ease,color .2s ease;
}
.city-sidebar-menu__link:hover{
background:#f3f6fb;
color:#16356e;
}
.city-sidebar-menu__link:hover [class^="icon-"],
.city-sidebar-menu__link:hover [class*=" icon-"]{
color:#a76d18;
transform:translateX(3px);
}
.city-sidebar-menu__link.is-active,
.city-sidebar-menu__link.active{
background:#172f65;
color:#fff;
}
.city-sidebar-menu__link.is-active [class^="icon-"],
.city-sidebar-menu__link.is-active [class*=" icon-"],
.city-sidebar-menu__link.active [class^="icon-"],
.city-sidebar-menu__link.active [class*=" icon-"]{
color:#fff;
}
.city-sidebar-card--navigation{
border-radius:7px;
}
.city-sidebar-navigation__heading{
padding:15px 18px;
background:#172f65;
}
.city-sidebar-navigation__heading h2{
margin:0;
color:#fff;
font-size:.78rem;
font-weight:800;
line-height:1.4;
letter-spacing:.04em;
text-transform:uppercase;
}
.city-sidebar-navigation{
margin:0;
padding:0;
list-style:none;
}
.city-sidebar-navigation__item{
margin:0;
border-bottom:1px solid #e6eaf0;
}
.city-sidebar-navigation__item:last-child{
border-bottom:0;
}
.city-sidebar-navigation__link{
display:flex;
min-height:44px;
align-items:center;
justify-content:space-between;
gap:15px;
padding:11px 16px;
color:#455166;
font-size:.75rem;
font-weight:600;
line-height:1.45;
text-decoration:none;
transition:background-color .2s ease,color .2s ease,padding .2s ease;
}
.city-sidebar-navigation__link [class^="icon-"],
.city-sidebar-navigation__link [class*=" icon-"]{
flex:0 0 auto;
color:#9aa3b0;
font-size:.58rem;
}
.city-sidebar-navigation__link:hover{
padding-left:20px;
background:#f3f6fa;
color:#17366e;
}
.city-sidebar-navigation__link.is-active{
border-left:3px solid #c58b2d;
background:#eef2f8;
color:#17366e;
font-weight:800;
}
.city-sidebar-news{
padding:2px 18px;
}
.city-sidebar-news__item{
margin:0;
border-bottom:1px solid #edf0f4;
}
.city-sidebar-news__item:last-child{
border-bottom:0;
}
.city-sidebar-news__link{
display:flex;
align-items:flex-start;
gap:12px;
padding:15px 0;
color:inherit;
text-decoration:none;
}
.city-sidebar-news__image{
width:82px;
min-width:82px;
height:62px;
overflow:hidden;
border-radius:6px;
background:#edf0f4;
}
.city-sidebar-news__image img{
width:100%;
height:100%;
display:block;
object-fit:cover;
transition:transform .3s ease;
}
.city-sidebar-news__link:hover .city-sidebar-news__image img{
transform:scale(1.06);
}
.city-sidebar-news__content{
min-width:0;
flex:1;
}
.city-sidebar-news__date{
display:flex;
align-items:center;
gap:6px;
margin-bottom:5px;
color:#727d8d;
font-size:.63rem;
font-weight:600;
}
.city-sidebar-news__date [class^="icon-"],
.city-sidebar-news__date [class*=" icon-"]{
color:#a76d18;
font-size:.68rem;
}
.city-sidebar-news__title{
display:-webkit-box;
overflow:hidden;
margin:0;
color:#172541;
font-size:.78rem;
font-weight:700;
line-height:1.4;
-webkit-box-orient:vertical;
-webkit-line-clamp:3;
transition:color .2s ease;
}
.city-sidebar-news__link:hover .city-sidebar-news__title{
color:#245aa0;
}
.city-sidebar-card__all{
display:flex;
align-items:center;
justify-content:space-between;
gap:15px;
padding:14px 19px;
border-top:1px solid #edf0f4;
background:#f8fafc;
color:#17356f;
font-size:.72rem;
font-weight:800;
text-decoration:none;
transition:background-color .2s ease,color .2s ease;
}
.city-sidebar-card__all:hover{
background:#172f65;
color:#fff;
}
.city-sidebar-card__all [class^="icon-"],
.city-sidebar-card__all [class*=" icon-"]{
font-size:.66rem;
}

/* ================================
BREADCRUMB
================================ */
.city-breadcrumb{
border-top:1px solid #edf0f5;
border-bottom:1px solid #edf0f5;
background:#f7f9fc;
}
.city-breadcrumb__list{
display:flex;
flex-wrap:wrap;
align-items:center;
gap:9px;
margin:0;
padding:12px 0;
list-style:none;
}
.city-breadcrumb__list li{
display:inline-flex;
align-items:center;
gap:9px;
min-width:0;
color:#6f7988;
font-size:.7rem;
line-height:1.5;
}
.city-breadcrumb a{
color:#536073;
text-decoration:none;
}
.city-breadcrumb a:hover{
color:#17366e;
text-decoration:underline;
text-underline-offset:3px;
}
.city-breadcrumb [aria-current]{
display:block;
overflow:hidden;
max-width:520px;
color:#172541;
font-weight:700;
text-overflow:ellipsis;
white-space:nowrap;
}
.city-breadcrumb [class^="icon-"],
.city-breadcrumb [class*=" icon-"]{
color:#9ca5b2;
font-size:.56rem;
}

/* ================================
RELATED POSTS
================================ */
.city-related{
padding:64px 0 78px;
background:#f3f5f8;
}
.city-related .section-heading{
display:flex;
align-items:flex-end;
justify-content:space-between;
gap:30px;
margin-bottom:32px;
}
.city-related .section-heading__eyebrow{
display:flex;
align-items:center;
gap:10px;
margin-bottom:8px;
color:#8b5e19;
font-size:.68rem;
font-weight:800;
line-height:1.4;
letter-spacing:.12em;
text-transform:uppercase;
}
.city-related .section-heading__eyebrow::before{
width:28px;
height:2px;
flex:0 0 auto;
background:#c58b2d;
content:"";
}
.city-related .section-heading h2{
margin:0;
color:#142344;
font-size:clamp(1.55rem,3vw,2.15rem);
font-weight:800;
line-height:1.2;
letter-spacing:-.02em;
}
.city-related .section-heading__link{
display:inline-flex;
align-items:center;
gap:9px;
padding-bottom:4px;
border-bottom:1px solid currentColor;
color:#17356f;
font-size:.78rem;
font-weight:800;
text-decoration:none;
white-space:nowrap;
}
.city-related .section-heading__link:hover{
color:#966117;
}
.city-related-card{
height:100%;
overflow:hidden;
border:1px solid #e2e7ee;
border-radius:8px;
background:#fff;
box-shadow:0 12px 30px rgba(18,35,67,.06);
transition:transform .25s ease,box-shadow .25s ease;
}
.city-related-card:hover{
transform:translateY(-5px);
box-shadow:0 20px 42px rgba(18,35,67,.11);
}
.city-related-card__link{
display:flex;
height:100%;
flex-direction:column;
color:inherit;
text-decoration:none;
}
.city-related-card__image-wrapper{
position:relative;
overflow:hidden;
aspect-ratio:16/10;
background:#e9edf2;
}
.city-related-card__image{
width:100%;
height:100%;
display:block;
object-fit:cover;
transition:transform .45s ease;
}
.city-related-card:hover .city-related-card__image{
transform:scale(1.045);
}
.city-related-card__body{
display:flex;
min-height:170px;
flex:1;
flex-direction:column;
align-items:flex-start;
padding:19px 21px 21px;
}
.city-related-card__date{
display:flex;
align-items:center;
gap:7px;
margin-bottom:10px;
color:#6f7b8c;
font-size:.66rem;
font-weight:600;
}
.city-related-card__date [class^="icon-"],
.city-related-card__date [class*=" icon-"]{
color:#a76d18;
}
.city-related-card__title{
display:-webkit-box;
overflow:hidden;
margin:0 0 17px;
color:#15274a;
font-size:1rem;
font-weight:800;
line-height:1.42;
-webkit-box-orient:vertical;
-webkit-line-clamp:3;
}
.city-related-card__more{
display:inline-flex;
align-items:center;
gap:8px;
margin-top:auto;
color:#17356f;
font-size:.72rem;
font-weight:800;
}
.city-related-card__more [class^="icon-"],
.city-related-card__more [class*=" icon-"]{
font-size:.66rem;
transition:transform .2s ease;
}
.city-related-card:hover .city-related-card__more [class^="icon-"],
.city-related-card:hover .city-related-card__more [class*=" icon-"]{
transform:translateX(4px);
}
/* =====================================================
   NEWS / CATEGORY INDEX
===================================================== */

.city-news-index,
.city-news-index * {
    box-sizing: border-box;
}

.city-news-index {
    padding: 58px 0 76px;
    background: #ffffff;
}

.city-news-index__header {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
}

.city-news-index__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 9px;
    color: #8b5e19;
    font-size: 0.7rem;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.city-news-index__eyebrow::before,
.city-news-index__eyebrow::after {
    width: 22px;
    height: 2px;
    background: #c58b2d;
    content: "";
}

.city-news-index__title {
    margin: 0;
    color: #12213c;
    font-size: clamp(1.9rem, 4vw, 2.8rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.025em;
}

.city-news-index__description {
    max-width: 650px;
    margin: 14px auto 0;
    color: #5d6879;
    font-size: 0.95rem;
    line-height: 1.7;
}

/* =====================================================
   STICKY FILTER BAR
===================================================== */

.city-news-filterbar {
    position: sticky;
    z-index: 80;
    top: 15px;

    margin-bottom: 35px;
    padding: 18px 20px;

    border: 1px solid rgba(220, 227, 237, 0.95);
    border-radius: 14px;

    background: rgba(248, 250, 253, 0.96);

    box-shadow:
        0 10px 28px rgba(18, 35, 67, 0.07),
        0 2px 7px rgba(18, 35, 67, 0.03);

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.city-news-filterbar__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 13px;
}

.city-news-filterbar__heading > div {
    min-width: 0;
}

.city-news-filterbar__eyebrow {
    display: block;
    margin-bottom: 2px;
    color: #956410;
    font-size: 0.58rem;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.city-news-filterbar__heading h2 {
    margin: 0;
    color: #10245c;
    font-size: 0.94rem;
    font-weight: 800;
    line-height: 1.35;
}

.city-news-filterbar__clear {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 7px 12px;

    border: 1px solid #d1dbe8;
    border-radius: 8px;

    background: #ffffff;
    color: #173777;

    font: inherit;
    font-size: 0.68rem;
    font-weight: 700;

    cursor: pointer;

    transition:
        border-color 0.2s ease,
        background-color 0.2s ease,
        color 0.2s ease;
}

.city-news-filterbar__clear:hover {
    border-color: #173777;
    background: #173777;
    color: #ffffff;
}

.city-news-filterbar__grid {
    display: grid;

    grid-template-columns:
        minmax(280px, 1fr)
        minmax(220px, 300px)
        minmax(150px, 180px);

    gap: 12px;
    align-items: end;
}

.city-news-filter-field {
    min-width: 0;
}

.city-news-filter-field label {
    display: block;
    margin-bottom: 6px;
    color: #344563;
    font-size: 0.67rem;
    font-weight: 700;
    line-height: 1.4;
}

/* =====================================================
   SEARCH / SELECT
===================================================== */

.city-news-search,
.city-news-select {
    position: relative;
    width: 100%;
    min-width: 0;
}

.city-news-search > [class*="icon-"] {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 14px;

    color: #68768d;
    font-size: 0.8rem;

    transform: translateY(-50%);
    pointer-events: none;
}

.city-news-search input,
.city-news-select select {
    display: block;
    width: 100%;
    min-width: 0;
    min-height: 43px;
    margin: 0;

    border: 1px solid #d8e0ea;
    border-radius: 9px;

    background: #ffffff;
    color: #263958;

    font: inherit;
    font-size: 0.78rem;
    line-height: 1.4;

    outline: none;

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.city-news-search input {
    padding: 9px 42px 9px 40px;
}

.city-news-search input::placeholder {
    color: #818d9f;
    opacity: 1;
}

.city-news-select select {
    padding: 9px 38px 9px 12px;
    appearance: none;
    cursor: pointer;
}

.city-news-search input:focus,
.city-news-select select:focus {
    border-color: #285ca5;
    box-shadow: 0 0 0 3px rgba(40, 92, 165, 0.13);
}

.city-news-select > [class*="icon-"] {
    position: absolute;
    top: 50%;
    right: 13px;

    color: #68768d;
    font-size: 0.62rem;

    transform: translateY(-50%);
    pointer-events: none;
}

.city-news-search__clear {
    position: absolute;
    top: 50%;
    right: 8px;

    display: inline-flex;
    width: 28px;
    height: 28px;

    align-items: center;
    justify-content: center;

    padding: 0;
    border: 0;
    border-radius: 50%;

    background: transparent;
    color: #617087;

    transform: translateY(-50%);
    cursor: pointer;
}

.city-news-search__clear:hover {
    background: #edf2f8;
    color: #173777;
}

/* =====================================================
   ACTIVE CATEGORY
===================================================== */

.city-news-active-category {
    display: inline-flex;
    max-width: 100%;
    align-items: center;
    gap: 7px;

    margin-top: 12px;
    padding: 6px 9px;

    border: 1px solid #d7e2f0;
    border-radius: 999px;

    background: #edf3fc;
    color: #173777;

    font-size: 0.66rem;
    line-height: 1.4;
}

.city-news-active-category strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.city-news-active-category button {
    display: inline-flex;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;

    align-items: center;
    justify-content: center;

    padding: 0;
    border: 0;
    border-radius: 50%;

    background: #ffffff;
    color: #173777;

    cursor: pointer;
}

.city-news-active-category button:hover {
    background: #173777;
    color: #ffffff;
}

/* =====================================================
   RESULTS HEADER
===================================================== */

.city-news-results-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;

    margin-bottom: 18px;
    padding-bottom: 13px;

    border-bottom: 1px solid #e3e8ef;
}

.city-news-results-head__eyebrow {
    display: block;
    margin-bottom: 3px;

    color: #956410;

    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.city-news-results-head h2 {
    margin: 0;
    color: #12213c;
    font-size: 1.12rem;
    font-weight: 800;
}

.city-news-results-head__count {
    flex: 0 0 auto;
    color: #7a8697;
    font-size: 0.68rem;
    font-weight: 700;
}

/* =====================================================
   LOADING
===================================================== */

.city-news-list {
    transition: opacity 0.2s ease;
}

.city-news-list--loading {
    opacity: 0.45;
    pointer-events: none;
}

.city-news-index__loading {
    display: none;

    position: fixed;
    z-index: 1050;

    top: 20px;
    left: 50%;

    width: 42px;
    height: 42px;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #ffffff;

    box-shadow: 0 8px 30px rgba(20, 39, 77, 0.18);

    transform: translateX(-50%);
}

.city-news-index__spinner {
    width: 20px;
    height: 20px;

    border: 2px solid #d9e0e9;
    border-top-color: #172d62;
    border-radius: 50%;

    animation: city-news-spin 0.7s linear infinite;
}

/* =====================================================
   NEWS CARDS
===================================================== */

.city-news-list-card {
    display: flex;
    height: 100%;

    overflow: hidden;

    flex-direction: column;

    border: 1px solid #e2e7ee;
    border-radius: 9px;

    background: #ffffff;

    box-shadow: 0 9px 26px rgba(18, 35, 67, 0.05);

    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease,
        border-color 0.22s ease;
}

.city-news-list-card:hover {
    border-color: #d3dce8;
    box-shadow: 0 17px 36px rgba(18, 35, 67, 0.1);
    transform: translateY(-3px);
}

.city-news-list-card__image-link {
    display: block;
    text-decoration: none;
}

.city-news-list-card__image-wrapper {
    position: relative;
    overflow: hidden;

    aspect-ratio: 16 / 9;

    background: #edf0f4;
}

.city-news-list-card__image {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.4s ease;
}

.city-news-list-card:hover .city-news-list-card__image {
    transform: scale(1.035);
}

.city-news-list-card__category {
    position: absolute;

    top: 11px;
    left: 11px;

    max-width: calc(100% - 22px);

    padding: 5px 9px;

    border-radius: 4px;

    background: rgba(255, 255, 255, 0.95);
    color: #172d62;

    font-size: 0.58rem;
    font-weight: 800;
    line-height: 1.2;

    letter-spacing: 0.04em;
    text-transform: uppercase;

    box-shadow: 0 4px 13px rgba(14, 33, 68, 0.12);
}

.city-news-list-card__body {
    display: flex;

    min-height: 190px;
    flex: 1;

    flex-direction: column;

    padding: 17px 18px 19px;
}

.city-news-list-card__date {
    display: flex;
    align-items: center;
    gap: 7px;

    margin-bottom: 8px;

    color: #7a8493;

    font-size: 0.63rem;
    font-weight: 600;
    line-height: 1.4;

    text-transform: uppercase;
}

.city-news-list-card__date [class^="icon-"],
.city-news-list-card__date [class*=" icon-"] {
    color: #172d62;
    font-size: 0.68rem;
}

.city-news-list-card__title {
    display: -webkit-box;
    overflow: hidden;

    margin: 0 0 9px;

    font-size: 0.94rem;
    font-weight: 800;
    line-height: 1.42;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.city-news-list-card__title a {
    color: #14223b;
    text-decoration: none;

    transition: color 0.2s ease;
}

.city-news-list-card__title a:hover {
    color: #245ca6;
}

.city-news-list-card__description {
    display: -webkit-box;
    overflow: hidden;

    margin: 0 0 14px;

    color: #697384;

    font-size: 0.76rem;
    line-height: 1.6;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.city-news-list-card__more {
    display: inline-flex;

    align-items: center;
    align-self: flex-start;

    gap: 7px;

    margin-top: auto;

    color: #172d62;

    font-size: 0.7rem;
    font-weight: 800;
    line-height: 1.4;

    text-decoration: none;

    transition:
        gap 0.2s ease,
        color 0.2s ease;
}

.city-news-list-card__more:hover {
    gap: 11px;
    color: #2c65ae;
}

.city-news-list-card__more [class^="icon-"],
.city-news-list-card__more [class*=" icon-"] {
    font-size: 0.65rem;
}

/* =====================================================
   EMPTY STATE
===================================================== */

.city-news-empty {
    padding: 60px 25px;

    border: 1px solid #e3e8ef;
    border-radius: 9px;

    background: #f8fafc;

    text-align: center;
}

.city-news-empty__icon {
    display: block;

    margin-bottom: 18px;

    color: #9ca6b5;

    font-size: 2.35rem;
}

.city-news-empty h2 {
    margin: 0 0 10px;

    color: #14223b;

    font-size: 1.3rem;
    font-weight: 800;
}

.city-news-empty p {
    margin: 0;

    color: #697384;
}

.city-news-empty button {
    margin-top: 18px;

    padding: 9px 17px;

    border: 1px solid #172d62;
    border-radius: 6px;

    background: #172d62;
    color: #ffffff;

    font-weight: 700;
}

/* =====================================================
   PAGINATION
===================================================== */

.city-news-pagination {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 5px;

    margin-top: 50px;
    padding-top: 24px;

    border-top: 1px solid #e3e8ef;
}

.city-news-pagination button {
    display: flex;

    min-width: 36px;
    height: 36px;

    align-items: center;
    justify-content: center;

    padding: 0 9px;

    border: 1px solid #dfe4eb;
    border-radius: 5px;

    background: #ffffff;
    color: #5e697a;

    font-size: 0.74rem;
    font-weight: 700;

    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease;
}

.city-news-pagination button:hover:not(:disabled) {
    border-color: #172d62;
    color: #172d62;
}

.city-news-pagination button.is-active {
    border-color: #172d62;
    background: #172d62;
    color: #ffffff;
}

.city-news-pagination button:disabled {
    cursor: not-allowed;
    opacity: 0.4;
}

/* =====================================================
   WCAG / FOCUS
===================================================== */

.city-news-search input:focus-visible,
.city-news-select select:focus-visible,
.city-news-filterbar__clear:focus-visible,
.city-news-search__clear:focus-visible,
.city-news-active-category button:focus-visible,
.city-news-list-card__title a:focus-visible,
.city-news-list-card__more:focus-visible,
.city-news-pagination button:focus-visible,
.city-news-empty button:focus-visible {
    outline: 3px solid #b57910;
    outline-offset: 3px;
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991.98px) {
    .city-news-index {
        padding: 48px 0 64px;
    }

    .city-news-filterbar__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .city-news-filter-field--search {
        grid-column: 1 / -1;
    }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767.98px) {
    .city-news-index {
        padding: 38px 0 52px;
    }

    .city-news-index__header {
        margin-bottom: 26px;
    }

    .city-news-index__title {
        font-size: 1.85rem;
    }

    .city-news-index__description {
        font-size: 0.9rem;
    }

    .city-news-filterbar {
        position: static;
        top: auto;
        z-index: auto;

        padding: 15px;

        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .city-news-filterbar__heading {
        align-items: stretch;
        flex-direction: column;
        gap: 10px;
    }

    .city-news-filterbar__clear {
        width: 100%;
        min-height: 44px;
    }

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

    .city-news-filter-field--search {
        grid-column: auto;
    }

    .city-news-search input,
    .city-news-select select {
        min-height: 48px;
    }

    .city-news-active-category {
        display: flex;
        width: 100%;

        border-radius: 9px;
    }

    .city-news-active-category strong {
        flex: 1;
    }

    .city-news-results-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }

    .city-news-list-card__body {
        min-height: auto;
    }

    .city-news-list-card:hover {
        transform: none;
    }

    .city-news-pagination {
        overflow-x: auto;
        justify-content: flex-start;

        padding-bottom: 8px;

        scrollbar-width: thin;
    }

    .city-news-pagination button {
        flex: 0 0 auto;
    }
}

/* =====================================================
   ACCESSIBILITY MODES
===================================================== */

body.accessibility-dark-mode .city-news-index {
    background: #111827;
}

body.accessibility-dark-mode .city-news-index__title,
body.accessibility-dark-mode .city-news-filterbar__heading h2,
body.accessibility-dark-mode .city-news-results-head h2,
body.accessibility-dark-mode .city-news-list-card__title a,
body.accessibility-dark-mode .city-news-empty h2 {
    color: #ffffff;
}

body.accessibility-dark-mode .city-news-index__description,
body.accessibility-dark-mode .city-news-list-card__description,
body.accessibility-dark-mode .city-news-empty p {
    color: #c8d0df;
}

body.accessibility-dark-mode .city-news-filterbar {
    border-color: #3b4861;
    background: rgba(23, 31, 49, 0.97);
}

body.accessibility-dark-mode .city-news-search input,
body.accessibility-dark-mode .city-news-select select,
body.accessibility-dark-mode .city-news-filterbar__clear {
    border-color: #4a5874;
    background: #111827;
    color: #ffffff;
}

body.accessibility-dark-mode .city-news-list-card {
    border-color: #38455f;
    background: #151e31;
}

body.accessibility-dark-mode .city-news-active-category {
    border-color: #465978;
    background: #26334e;
    color: #dbe4ff;
}

body.accessibility-dark-mode .city-news-results-head {
    border-color: #38455f;
}

body.accessibility-high-contrast .city-news-filterbar,
body.accessibility-high-contrast .city-news-list-card,
body.accessibility-high-contrast .city-news-empty {
    border: 2px solid #ffffff !important;
    background: #000000 !important;
    box-shadow: none !important;
}

body.accessibility-high-contrast .city-news-index__title,
body.accessibility-high-contrast .city-news-filterbar__heading h2,
body.accessibility-high-contrast .city-news-results-head h2,
body.accessibility-high-contrast .city-news-list-card__title a,
body.accessibility-high-contrast .city-news-list-card__description,
body.accessibility-high-contrast .city-news-empty h2,
body.accessibility-high-contrast .city-news-empty p {
    color: #ffffff !important;
}

body.accessibility-high-contrast .city-news-index__eyebrow,
body.accessibility-high-contrast .city-news-filterbar__eyebrow,
body.accessibility-high-contrast .city-news-results-head__eyebrow {
    color: #ffff00 !important;
}

body.accessibility-high-contrast .city-news-search input,
body.accessibility-high-contrast .city-news-select select,
body.accessibility-high-contrast .city-news-filterbar__clear,
body.accessibility-high-contrast .city-news-pagination button {
    border: 2px solid #ffffff !important;
    background: #000000 !important;
    color: #ffff00 !important;
}

body.accessibility-readable-font .city-news-index,
body.accessibility-readable-font .city-news-index button,
body.accessibility-readable-font .city-news-index input,
body.accessibility-readable-font .city-news-index select {
    font-family: Arial, Helvetica, sans-serif !important;
}

body.accessibility-stop-animations .city-news-index *,
body.accessibility-stop-animations .city-news-index *::before,
body.accessibility-stop-animations .city-news-index *::after {
    animation: none !important;
    transition: none !important;
}

@media (prefers-reduced-motion: reduce) {
    .city-news-index *,
    .city-news-index *::before,
    .city-news-index *::after {
        animation: none !important;
        transition: none !important;
    }
}

@keyframes city-news-spin {
    to {
        transform: rotate(360deg);
    }
}
/* =====================================================
TAG PAGE
===================================================== */

.city-tag-page {
position: relative;
padding: 72px 0 96px;
background: #f7f9fc;
}

.city-tag-page__header {
max-width: 760px;
margin: 0 auto 48px;
text-align: center;
}

.city-tag-page__eyebrow {
display: inline-flex;
align-items: center;
gap: 10px;
margin-bottom: 12px;
color: #a57820;
font-size: 0.72rem;
font-weight: 800;
letter-spacing: 0.14em;
text-transform: uppercase;
}

.city-tag-page__eyebrow::before,
.city-tag-page__eyebrow::after {
width: 25px;
height: 2px;
background: #c9a85f;
content: "";
}

.city-tag-page__title {
margin: 0;
color: #10245c;
font-size: clamp(2.2rem, 4vw, 3.8rem);
font-weight: 800;
line-height: 1.05;
letter-spacing: -0.045em;
}

.city-tag-page__description {
margin: 17px 0 0;
color: #6d7890;
font-size: 1rem;
line-height: 1.65;
}

.city-tag-page__description strong {
color: #10245c;
}

.city-tag-page__count {
display: inline-flex;
min-height: 42px;
align-items: center;
gap: 9px;
margin-top: 20px;
padding: 9px 16px;
border: 1px solid rgba(23, 50, 111, 0.12);
border-radius: 999px;
background: #ffffff;
color: #53617e;
font-size: 0.76rem;
font-weight: 700;
box-shadow: 0 8px 22px rgba(17, 39, 92, 0.06);
}

.city-tag-page__count [class*="icon-"] {
color: #bd8623;
}

.city-tag-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 28px;
}

.city-tag-card {
display: flex;
min-width: 0;
overflow: hidden;
flex-direction: column;
border: 1px solid rgba(17, 42, 92, 0.1);
border-radius: 21px;
background: #ffffff;
box-shadow: 0 14px 34px rgba(17, 39, 92, 0.07);
transition:
border-color 0.25s ease,
box-shadow 0.25s ease,
transform 0.25s ease;
}

.city-tag-card:hover {
border-color: rgba(23, 50, 111, 0.2);
box-shadow: 0 22px 48px rgba(17, 39, 92, 0.13);
transform: translateY(-5px);
}

.city-tag-card__image-link {
display: block;
overflow: hidden;
text-decoration: none;
}

.city-tag-card__image-wrapper {
position: relative;
height: 230px;
overflow: hidden;
background: #e7ebf3;
}

.city-tag-card__image {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.4s ease;
}

.city-tag-card:hover .city-tag-card__image {
transform: scale(1.045);
}

.city-tag-card__badge {
position: absolute;
top: 15px;
left: 15px;
display: inline-flex;
max-width: calc(100% - 30px);
min-height: 29px;
align-items: center;
padding: 6px 11px;
overflow: hidden;
border-radius: 6px;
background: #ffffff;
color: #10245c;
font-size: 0.63rem;
font-weight: 800;
letter-spacing: 0.08em;
text-overflow: ellipsis;
text-transform: uppercase;
white-space: nowrap;
box-shadow: 0 6px 18px rgba(17, 31, 75, 0.13);
}

.city-tag-card__body {
display: flex;
flex: 1;
flex-direction: column;
padding: 23px 23px 25px;
}

.city-tag-card__date {
display: inline-flex;
align-items: center;
gap: 7px;
margin-bottom: 11px;
color: #77839b;
font-size: 0.7rem;
font-weight: 700;
letter-spacing: 0.02em;
text-transform: uppercase;
}

.city-tag-card__date [class*="icon-"] {
color: #b67b12;
}

.city-tag-card__title {
margin: 0;
font-size: 1.08rem;
font-weight: 800;
line-height: 1.4;
}

.city-tag-card__title a {
display: -webkit-box;
overflow: hidden;
color: #10245c;
text-decoration: none;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
}

.city-tag-card__title a:hover {
color: #3156a8;
}

.city-tag-card__description {
display: -webkit-box;
margin: 13px 0 0;
overflow: hidden;
color: #6c7890;
font-size: 0.84rem;
line-height: 1.65;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
}

.city-tag-card__more {
display: inline-flex;
width: fit-content;
align-items: center;
gap: 9px;
margin-top: auto;
padding-top: 21px;
color: #17326f;
font-size: 0.76rem;
font-weight: 800;
text-decoration: none;
}

.city-tag-card__more:hover,
.city-tag-card__more:focus-visible {
color: #ad791d;
}

.city-tag-pagination {
display: flex;
justify-content: center;
margin-top: 48px;
}

.city-tag-pagination .pagination {
gap: 7px;
margin: 0;
}

.city-tag-pagination .page-link {
display: inline-flex;
min-width: 42px;
height: 42px;
align-items: center;
justify-content: center;
border: 1px solid rgba(23, 50, 111, 0.15);
border-radius: 10px;
background: #ffffff;
color: #17326f;
font-size: 0.78rem;
font-weight: 700;
box-shadow: none;
}

.city-tag-pagination .page-item.active .page-link {
border-color: #17326f;
background: #17326f;
color: #ffffff;
}

.city-tag-pagination .page-item.disabled .page-link {
color: #aeb6c6;
opacity: 0.7;
}

.city-tag-empty {
display: flex;
max-width: 680px;
min-height: 340px;
margin: 0 auto;
align-items: center;
justify-content: center;
flex-direction: column;
padding: 45px;
border: 1px dashed rgba(23, 50, 111, 0.2);
border-radius: 24px;
background: #ffffff;
color: #6d7890;
text-align: center;
}

.city-tag-empty__icon {
margin-bottom: 20px;
color: #17326f;
font-size: 2.4rem;
}

.city-tag-empty h2 {
margin: 0;
color: #10245c;
font-size: 1.6rem;
font-weight: 800;
}

.city-tag-empty p {
max-width: 460px;
margin: 13px 0 0;
line-height: 1.65;
}

.city-tag-empty__button {
display: inline-flex;
min-height: 47px;
align-items: center;
gap: 10px;
margin-top: 24px;
padding: 10px 18px;
border-radius: 999px;
background: #17326f;
color: #ffffff;
font-size: 0.78rem;
font-weight: 750;
text-decoration: none;
}

.city-tag-empty__button:hover {
background: #10245c;
color: #ffffff;
}

/* =====================================================
TAG TOOLBAR
===================================================== */

.city-tag-toolbar {
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
margin-bottom: 32px;
padding-bottom: 24px;
border-bottom: 1px solid rgba(17, 42, 92, 0.12);
}

.city-tag-toolbar__search {
position: relative;
display: flex;
width: min(100%, 390px);
height: 50px;
align-items: center;
overflow: hidden;
border: 1px solid rgba(23, 50, 111, 0.16);
border-radius: 12px;
background: #ffffff;
}

.city-tag-toolbar__search:focus-within {
border-color: #17326f;
box-shadow: 0 0 0 4px rgba(23, 50, 111, 0.08);
}

.city-tag-toolbar__search > [class*="icon-"] {
position: absolute;
left: 16px;
color: #17326f;
pointer-events: none;
}

.city-tag-toolbar__search input {
width: 100%;
height: 100%;
padding: 8px 48px 8px 45px;
border: 0;
outline: 0;
background: transparent;
color: #10245c;
font-size: 0.82rem;
}

.city-tag-toolbar__clear {
position: absolute;
right: 8px;
display: inline-flex;
width: 34px;
height: 34px;
align-items: center;
justify-content: center;
border: 0;
border-radius: 8px;
background: #eff3fa;
color: #17326f;
}

.city-tag-toolbar__right,
.city-tag-toolbar__sort {
display: flex;
align-items: center;
gap: 12px;
}

.city-tag-toolbar__sort label {
color: #53617e;
font-size: 0.78rem;
font-weight: 700;
white-space: nowrap;
}

.city-tag-toolbar__select {
position: relative;
}

.city-tag-toolbar__select select {
width: 160px;
height: 50px;
padding: 8px 42px 8px 15px;
border: 1px solid rgba(23, 50, 111, 0.16);
border-radius: 12px;
outline: 0;
appearance: none;
background: #ffffff;
color: #10245c;
font-size: 0.8rem;
font-weight: 650;
}

.city-tag-toolbar__select [class*="icon-"] {
position: absolute;
top: 50%;
right: 15px;
color: #17326f;
font-size: 0.68rem;
transform: translateY(-50%);
pointer-events: none;
}

.city-tag-view {
display: flex;
gap: 6px;
}

.city-tag-view button {
display: inline-flex;
width: 46px;
height: 46px;
align-items: center;
justify-content: center;
border: 1px solid rgba(23, 50, 111, 0.15);
border-radius: 10px;
background: #ffffff;
color: #71809c;
}

.city-tag-view button:hover,
.city-tag-view button:focus-visible,
.city-tag-view button.is-active {
border-color: #17326f;
background: #17326f;
color: #ffffff;
}

/* =====================================================
TAG RESULTS
===================================================== */

.city-tag-results {
transition: opacity 0.2s ease;
}

.city-tag-results.is-loading {
opacity: 0.45;
pointer-events: none;
}

.city-tag-results--grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 28px;
}

.city-tag-results--list {
display: flex;
flex-direction: column;
gap: 22px;
}

.city-tag-results--list .city-tag-card {
display: grid;
grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
min-height: 270px;
}

.city-tag-results--list .city-tag-card__image-link,
.city-tag-results--list .city-tag-card__image-wrapper {
height: 100%;
}

.city-tag-results--list .city-tag-card__image-wrapper {
min-height: 270px;
}

.city-tag-results--list .city-tag-card__body {
justify-content: center;
padding: 34px 38px;
}

.city-tag-results--list .city-tag-card__title {
max-width: 700px;
font-size: 1.35rem;
}

.city-tag-results--list .city-tag-card__description {
max-width: 760px;
-webkit-line-clamp: 3;
}

.city-tag-results--list .city-tag-card__more {
margin-top: 22px;
padding-top: 0;
}

.city-tag-loading {
display: none;
min-height: 42px;
align-items: center;
justify-content: center;
margin-bottom: 15px;
}

.city-tag-loading__spinner {
width: 24px;
height: 24px;
border: 3px solid rgba(23, 50, 111, 0.18);
border-top-color: #17326f;
border-radius: 50%;
animation: cityTagSpin 0.7s linear infinite;
}

.city-tag-results-count {
margin: 18px 0 0;
color: #78849b;
font-size: 0.75rem;
text-align: center;
}

@keyframes cityTagSpin {
to {
transform: rotate(360deg);
}
}

/* =====================================================
TAG TOOLBAR RESPONSIVE
===================================================== */

@media (max-width: 991.98px) {
.city-tag-results--grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.city-tag-results--list .city-tag-card {
grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.2fr);
}
}

@media (max-width: 767.98px) {
.city-tag-toolbar {
align-items: stretch;
flex-direction: column;
gap: 14px;
}

.city-tag-toolbar__search {
width: 100%;
}

.city-tag-toolbar__right {
justify-content: space-between;
}

.city-tag-toolbar__sort {
min-width: 0;
flex: 1;
}

.city-tag-toolbar__sort label {
display: none;
}

.city-tag-toolbar__select,
.city-tag-toolbar__select select {
width: 100%;
}

.city-tag-results--grid {
grid-template-columns: 1fr;
}

.city-tag-results--list .city-tag-card {
display: flex;
min-height: 0;
}

.city-tag-results--list .city-tag-card__image-wrapper {
height: 220px;
min-height: 0;
}

.city-tag-results--list .city-tag-card__body {
padding: 21px 20px 23px;
}

.city-tag-results--list .city-tag-card__title {
font-size: 1.08rem;
}
}

/* =====================================================
MUNICIPAL PAGE HEADER
===================================================== */

.municipal-page-header {
position: relative;
isolation: isolate;
min-height: 390px;
overflow: hidden;
border-bottom: 1px solid rgba(16, 36, 92, 0.12);
}

.municipal-page-header__container {
position: relative;
z-index: 4;
}

.municipal-page-header__layout {
display: grid;
min-height: 390px;
align-items: center;
}

.municipal-page-header__content {
position: relative;
z-index: 5;
max-width: 720px;
}

.municipal-page-header__eyebrow {
display: inline-flex;
align-items: center;
gap: 12px;
margin-bottom: 17px;
color: #9a6913;
font-size: 0.7rem;
font-weight: 800;
letter-spacing: 0.15em;
line-height: 1.4;
text-transform: uppercase;
}

.municipal-page-header__eyebrow-line {
display: block;
width: 31px;
height: 2px;
flex: 0 0 31px;
border-radius: 999px;
background: #c79a3c;
}

.municipal-page-header__title {
max-width: 760px;
margin: 0;
color: #10245c;
font-size: clamp(2.8rem, 4.8vw, 4.00rem);
font-weight: 800;
line-height: 0.98;
letter-spacing: -0.05em;
overflow-wrap: anywhere;
}

.municipal-page-header__description {
max-width: 610px;
margin: 22px 0 0;
color: #53617b;
font-size: 0.97rem;
line-height: 1.72;
}

.municipal-page-header__updated {
display: inline-flex;
align-items: center;
gap: 9px;
margin-top: 24px;
color: #596781;
font-size: 0.72rem;
font-weight: 650;
line-height: 1.5;
}

.municipal-page-header__updated [class*="icon-"] {
color: #b77c15;
}

/* =====================================================
VERSION WITH IMAGE
===================================================== */

.municipal-page-header--image {
background: #eef3fb;
}

.municipal-page-header--image .municipal-page-header__layout {
grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
padding: 58px 0 67px;
}

.municipal-page-header--image .municipal-page-header__content {
padding-right: 60px;
}

.municipal-page-header__photo {
position: absolute;
z-index: 1;
top: 0;
right: 0;
bottom: 0;
width: 58%;
overflow: hidden;
background: #dce5f2;
}

.municipal-page-header__photo img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}

.municipal-page-header__photo-overlay {
position: absolute;
inset: 0;
background:
linear-gradient(
90deg,
#eef3fb 0%,
rgba(238, 243, 251, 0.98) 9%,
rgba(238, 243, 251, 0.8) 22%,
rgba(238, 243, 251, 0.35) 43%,
rgba(238, 243, 251, 0.04) 68%,
transparent 100%
),
linear-gradient(
180deg,
rgba(10, 28, 72, 0.01),
rgba(10, 28, 72, 0.11)
);
}

/* =====================================================
VERSION WITHOUT IMAGE
===================================================== */

.municipal-page-header--identity {
background:
radial-gradient(
circle at 76% 25%,
rgba(70, 107, 193, 0.34),
transparent 33%
),
linear-gradient(
118deg,
#0d1d4c 0%,
#122d6e 57%,
#1c448f 100%
);
}

.municipal-page-header--identity::before {
position: absolute;
z-index: 1;
top: -240px;
right: 8%;
width: 580px;
height: 580px;
border: 1px solid rgba(255, 255, 255, 0.07);
border-radius: 50%;
content: "";
pointer-events: none;
}

.municipal-page-header--identity::after {
position: absolute;
z-index: 1;
right: 27%;
bottom: -330px;
width: 520px;
height: 520px;
border: 1px solid rgba(208, 169, 83, 0.17);
border-radius: 50%;
content: "";
pointer-events: none;
}

.municipal-page-header--identity .municipal-page-header__layout {
grid-template-columns: minmax(0, 1fr) minmax(290px, 390px);
gap: 80px;
padding: 60px 0 72px;
}

.municipal-page-header--identity .municipal-page-header__eyebrow {
color: #e1bd70;
}

.municipal-page-header--identity .municipal-page-header__eyebrow-line {
background: #d2aa55;
}

.municipal-page-header--identity .municipal-page-header__title {
color: #ffffff;
}

.municipal-page-header--identity .municipal-page-header__description {
color: rgba(255, 255, 255, 0.78);
}

.municipal-page-header--identity .municipal-page-header__updated {
color: rgba(255, 255, 255, 0.72);
}

.municipal-page-header--identity
.municipal-page-header__updated
[class*="icon-"] {
color: #e0b65b;
}

.municipal-page-header__identity {
position: relative;
z-index: 3;
display: flex;
min-height: 270px;
align-items: center;
justify-content: center;
}

.municipal-page-header__crest-wrapper {
position: relative;
display: flex;
width: 245px;
height: 245px;
align-items: center;
justify-content: center;
}

.municipal-page-header__crest-wrapper::before,
.municipal-page-header__crest-wrapper::after {
position: absolute;
border-radius: 50%;
content: "";
}

.municipal-page-header__crest-wrapper::before {
inset: 0;
border: 1px solid rgba(255, 255, 255, 0.1);
}

.municipal-page-header__crest-wrapper::after {
inset: 22px;
border: 1px solid rgba(209, 168, 79, 0.16);
}

.municipal-page-header__crest {
position: relative;
z-index: 2;
display: block;
width: 155px;
max-height: 190px;
object-fit: contain;
opacity: 0.23;
}

.municipal-page-header__identity-copy {
position: absolute;
right: 0;
bottom: 12px;
display: flex;
align-items: flex-end;
flex-direction: column;
color: #ffffff;
text-align: right;
}

.municipal-page-header__identity-copy span {
margin-bottom: 4px;
color: rgba(255, 255, 255, 0.58);
font-size: 0.58rem;
font-weight: 700;
letter-spacing: 0.13em;
text-transform: uppercase;
}

.municipal-page-header__identity-copy strong {
font-size: 1.08rem;
font-weight: 800;
}

/* =====================================================
BOTTOM DETAIL
===================================================== */

.municipal-page-header__footer {
position: absolute;
z-index: 6;
right: 0;
bottom: 0;
left: 0;
height: 5px;
background: #10245c;
}

.municipal-page-header__footer span {
display: block;
width: 15%;
min-width: 150px;
height: 100%;
background: #c79a3c;
}

.municipal-page-header--identity .municipal-page-header__footer {
background: rgba(255, 255, 255, 0.13);
}

.municipal-page-header--identity .municipal-page-header__footer span {
background: #d1a84e;
}

/* =====================================================
PAGE CONTENT
===================================================== */

.city-page-content {
position: relative;
background: #ffffff;
}

.city-page-content__section {
padding: 68px 0 92px;
}

.city-page-builder {
min-width: 0;
}

/* =====================================================
DARK MODE
===================================================== */

body.accessibility-dark-mode .municipal-page-header--image {
border-color: #38435c;
background: #151e31;
}

body.accessibility-dark-mode
.municipal-page-header--image
.municipal-page-header__title {
color: #ffffff;
}

body.accessibility-dark-mode
.municipal-page-header--image
.municipal-page-header__description,
body.accessibility-dark-mode
.municipal-page-header--image
.municipal-page-header__updated {
color: #c1cadc;
}

body.accessibility-dark-mode .municipal-page-header__photo-overlay {
background:
linear-gradient(
90deg,
#151e31 0%,
rgba(21, 30, 49, 0.98) 10%,
rgba(21, 30, 49, 0.74) 27%,
rgba(21, 30, 49, 0.24) 50%,
transparent 72%
),
linear-gradient(
180deg,
rgba(0, 0, 0, 0.04),
rgba(0, 0, 0, 0.18)
);
}

body.accessibility-dark-mode .city-page-content {
background: #0e1422;
}

/* =====================================================
HIGH CONTRAST
===================================================== */

body.accessibility-high-contrast .municipal-page-header {
border-top: 2px solid #ffffff !important;
border-bottom: 2px solid #ffffff !important;
background: #000000 !important;
}

body.accessibility-high-contrast .municipal-page-header__title,
body.accessibility-high-contrast .municipal-page-header__description,
body.accessibility-high-contrast .municipal-page-header__updated {
color: #ffffff !important;
}

body.accessibility-high-contrast .municipal-page-header__eyebrow {
color: #ffff00 !important;
}

body.accessibility-high-contrast .municipal-page-header__eyebrow-line,
body.accessibility-high-contrast .municipal-page-header__footer,
body.accessibility-high-contrast .municipal-page-header__footer span {
background: #ffff00 !important;
}

body.accessibility-high-contrast .municipal-page-header__photo img {
opacity: 0.26 !important;
filter: grayscale(1) contrast(1.45) !important;
}

body.accessibility-high-contrast .municipal-page-header__photo-overlay {
background: rgba(0, 0, 0, 0.78) !important;
}

body.accessibility-high-contrast .municipal-page-header__identity {
display: none !important;
}

/* =====================================================
RESPONSIVE
===================================================== */

@media (max-width: 1199.98px) {
.municipal-page-header--image .municipal-page-header__layout {
grid-template-columns: minmax(0, 0.93fr) minmax(390px, 1.07fr);
}

.municipal-page-header--image .municipal-page-header__content {
padding-right: 35px;
}

.municipal-page-header--identity
.municipal-page-header__layout {
grid-template-columns: minmax(0, 1fr) minmax(250px, 320px);
gap: 45px;
}

.municipal-page-header__title {
font-size: clamp(2.65rem, 5vw, 3.6rem);
}
}

@media (max-width: 991.98px) {
.municipal-page-header {
min-height: 0;
}

.municipal-page-header--image .municipal-page-header__layout,
.municipal-page-header--identity
.municipal-page-header__layout {
min-height: 0;
grid-template-columns: 1fr;
gap: 30px;
padding: 52px 0 60px;
}

.municipal-page-header--image .municipal-page-header__content {
max-width: 680px;
padding-right: 0;
}

.municipal-page-header__photo {
position: relative;
top: auto;
right: auto;
bottom: auto;
width: 100%;
height: 300px;
border-radius: 20px;
}

.municipal-page-header__photo-overlay {
background:
linear-gradient(
180deg,
rgba(16, 36, 92, 0.04),
rgba(16, 36, 92, 0.23)
);
}

.municipal-page-header__identity {
position: absolute;
right: 0;
bottom: 18px;
width: 260px;
min-height: 0;
}

.municipal-page-header__identity-copy {
display: none;
}

.municipal-page-header__crest-wrapper {
width: 220px;
height: 220px;
}

.municipal-page-header__crest {
width: 135px;
opacity: 0.13;
}

.city-page-content__section {
padding: 56px 0 76px;
}
}

@media (max-width: 767.98px) {
.municipal-page-header--image .municipal-page-header__layout,
.municipal-page-header--identity
.municipal-page-header__layout {
gap: 24px;
padding: 41px 0 48px;
}

.municipal-page-header__eyebrow {
margin-bottom: 13px;
font-size: 0.63rem;
}

.municipal-page-header__title {
font-size: clamp(2.2rem, 11vw, 3rem);
}

.municipal-page-header__description {
margin-top: 16px;
font-size: 0.9rem;
line-height: 1.65;
}

.municipal-page-header__updated {
align-items: flex-start;
margin-top: 18px;
font-size: 0.68rem;
}

.municipal-page-header__photo {
height: 220px;
border-radius: 15px;
}

.municipal-page-header__identity {
right: -45px;
bottom: -5px;
width: 190px;
}

.municipal-page-header__crest-wrapper {
width: 180px;
height: 180px;
}

.municipal-page-header__crest {
width: 105px;
}

.municipal-page-header--identity::before {
top: -210px;
right: -210px;
width: 400px;
height: 400px;
}

.municipal-page-header--identity::after {
display: none;
}

.city-page-content__section {
padding: 44px 0 61px;
}
}

@media (max-width: 419.98px) {
.municipal-page-header__title {
font-size: 2.00rem;
}

.municipal-page-header__photo {
height: 190px;
}

.municipal-page-header__identity {
width: 165px;
}
}

.city-administration,
.city-administration * {
    box-sizing: border-box;
}

.city-administration {
    width: 100%;
    min-width: 0;
}

.city-administration__intro {
    max-width: 900px;
    margin: 0 0 28px;
    color: #61708a;
    font-size: 0.9rem;
    line-height: 1.75;
}

.city-administration__layout {
    display: grid;
    min-width: 0;
    grid-template-columns: minmax(250px, 310px) minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid rgba(16, 36, 92, 0.12);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(17, 39, 92, 0.07);
}
.city-administration__navigation {
    min-width: 0;
    border-right: 1px solid rgba(16, 36, 92, 0.1);
    background: #f5f8fc;
}

.city-administration__navigation-header {
    padding: 25px 22px 21px;
    border-bottom: 1px solid rgba(16, 36, 92, 0.09);
}

.city-administration__navigation-eyebrow {
    display: block;
    margin-bottom: 7px;
    color: #9a6913;
    font-size: 0.63rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1.4;
    text-transform: uppercase;
}

.city-administration__navigation-header strong {
    display: block;
    color: #10245c;
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.city-administration__tabs {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 3px;
    padding: 10px;
}

.city-administration__tab {
    display: grid;
    width: 100%;
    min-height: 52px;
    grid-template-columns: minmax(0, 1fr) 18px;
    gap: 12px;
    align-items: center;
    padding: 12px 13px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: #53617a;
    font: inherit;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.45;
    text-align: left;
    cursor: pointer;
    touch-action: manipulation;
    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.city-administration__tab:hover {
    background: #e7edf7;
    color: #173777;
}

.city-administration__tab.is-active {
    background: #173777;
    color: #ffffff;
    box-shadow: 0 7px 18px rgba(23, 55, 119, 0.18);
}

.city-administration__tab [class*="icon-"] {
    justify-self: end;
    font-size: 0.64rem;
    transition: transform 0.2s ease;
}

.city-administration__tab.is-active [class*="icon-"] {
    transform: translateX(2px);
}

.city-administration__content {
    min-width: 0;
    padding: 34px 38px 40px;
}

.city-administration__panel {
    min-width: 0;
}

.city-administration__panel[hidden] {
    display: none !important;
}

.city-administration__panel-header {
    margin-bottom: 25px;
    padding-bottom: 19px;
    border-bottom: 1px solid rgba(16, 36, 92, 0.1);
}

.city-administration__panel-label {
    display: block;
    margin-bottom: 7px;
    color: #9a6913;
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    line-height: 1.4;
    text-transform: uppercase;
}

.city-administration__panel-header h2 {
    margin: 0;
    color: #10245c;
    font-size: clamp(1.35rem, 2.3vw, 1.8rem);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.02em;
    overflow-wrap: anywhere;
}

/* =====================================================
   TINYMCE CONTENT
===================================================== */

.city-administration__editor-content {
    min-width: 0;
    color: #3f4d65;
    font-size: 0.9rem;
    line-height: 1.8;
    overflow-wrap: break-word;
}

.city-administration__editor-content > :first-child {
    margin-top: 0;
}

.city-administration__editor-content > :last-child {
    margin-bottom: 0;
}

.city-administration__editor-content p {
    margin: 0 0 16px;
}

.city-administration__editor-content h2,
.city-administration__editor-content h3,
.city-administration__editor-content h4,
.city-administration__editor-content h5 {
    color: #10245c;
    font-weight: 800;
    line-height: 1.35;
}

.city-administration__editor-content h2 {
    margin: 32px 0 15px;
    font-size: 1.3rem;
}

.city-administration__editor-content h3 {
    margin: 27px 0 13px;
    font-size: 1.12rem;
}

.city-administration__editor-content h4 {
    margin: 24px 0 12px;
    font-size: 1rem;
}

.city-administration__editor-content ul,
.city-administration__editor-content ol {
    margin: 0 0 20px;
    padding-left: 23px;
}

.city-administration__editor-content li {
    margin-bottom: 8px;
}

.city-administration__editor-content strong {
    color: #263957;
    font-weight: 800;
}

.city-administration__editor-content a {
    color: #1d56a1;
    font-weight: 650;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.city-administration__editor-content a:hover {
    color: #10245c;
    text-decoration-thickness: 2px;
}

.city-administration__editor-content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 20px 0;
    border-radius: 12px;
}

.city-administration__editor-content iframe {
    max-width: 100%;
}

.city-administration__editor-content table {
    width: 100%;
    margin: 22px 0;
    border-collapse: collapse;
}

.city-administration__editor-content th,
.city-administration__editor-content td {
    padding: 11px 13px;
    border: 1px solid #dce3ed;
    vertical-align: top;
}

.city-administration__editor-content th {
    background: #f2f6fb;
    color: #10245c;
    font-weight: 800;
}

/* =====================================================
   FOCUS / WCAG
===================================================== */

.city-administration__tab:focus-visible,
.city-administration__panel:focus-visible,
.city-administration__editor-content a:focus-visible {
    outline: 3px solid #b57910;
    outline-offset: 3px;
}

.city-administration__panel:focus {
    scroll-margin-top: 120px;
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991.98px) {
    .city-administration__layout {
        grid-template-columns: 230px minmax(0, 1fr);
    }

    .city-administration__navigation-header {
        padding: 21px 18px 18px;
    }

    .city-administration__content {
        padding: 28px;
    }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767.98px) {
    .city-administration__layout {
        display: block;
        overflow: visible;
        border-radius: 14px;
    }

    .city-administration__navigation {
        border-right: 0;
        border-bottom: 1px solid rgba(16, 36, 92, 0.1);
    }

    .city-administration__navigation-header {
        padding: 19px 17px 15px;
    }

    .city-administration__tabs {
        overflow-x: auto;
        flex-direction: row;
        gap: 7px;
        padding: 10px 12px 13px;
        scrollbar-width: thin;
        -webkit-overflow-scrolling: touch;
    }

    .city-administration__tab {
        display: inline-flex;
        width: auto;
        min-width: max-content;
        min-height: 44px;
        flex: 0 0 auto;
        gap: 8px;
        justify-content: center;
        padding: 10px 14px;
        border: 1px solid rgba(16, 36, 92, 0.1);
        background: #ffffff;
        white-space: nowrap;
    }

    .city-administration__tab [class*="icon-"] {
        display: none;
    }

    .city-administration__content {
        padding: 23px 18px 27px;
    }

    .city-administration__panel-header {
        margin-bottom: 20px;
        padding-bottom: 16px;
    }

    .city-administration__editor-content {
        font-size: 0.86rem;
        line-height: 1.75;
    }

    .city-administration__editor-content table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 419.98px) {
    .city-administration__navigation-header strong {
        font-size: 0.82rem;
    }

    .city-administration__content {
        padding: 20px 14px 24px;
    }

    .city-administration__panel-header h2 {
        font-size: 1.25rem;
    }
}

/* =====================================================
   DARK MODE
===================================================== */

body.accessibility-dark-mode .city-administration__layout {
    border-color: #38455f;
    background: #151e31;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
}

body.accessibility-dark-mode .city-administration__navigation {
    border-color: #38455f;
    background: #192338;
}

body.accessibility-dark-mode .city-administration__navigation-header {
    border-color: #38455f;
}

body.accessibility-dark-mode .city-administration__navigation-header strong,
body.accessibility-dark-mode .city-administration__panel-header h2,
body.accessibility-dark-mode .city-administration__editor-content h2,
body.accessibility-dark-mode .city-administration__editor-content h3,
body.accessibility-dark-mode .city-administration__editor-content h4,
body.accessibility-dark-mode .city-administration__editor-content h5,
body.accessibility-dark-mode .city-administration__editor-content strong {
    color: #ffffff;
}

body.accessibility-dark-mode .city-administration__intro,
body.accessibility-dark-mode .city-administration__editor-content {
    color: #c8d0df;
}

body.accessibility-dark-mode .city-administration__tab {
    color: #c8d0df;
}

body.accessibility-dark-mode .city-administration__tab:hover {
    background: #26334e;
    color: #ffffff;
}

body.accessibility-dark-mode .city-administration__tab.is-active {
    background: #334673;
    color: #ffffff;
}

body.accessibility-dark-mode .city-administration__panel-header {
    border-color: #38455f;
}

body.accessibility-dark-mode .city-administration__editor-content a {
    color: #b8c8ff;
}

body.accessibility-dark-mode .city-administration__editor-content th,
body.accessibility-dark-mode .city-administration__editor-content td {
    border-color: #4a5874;
}

body.accessibility-dark-mode .city-administration__editor-content th {
    background: #202d45;
    color: #ffffff;
}

/* =====================================================
   HIGH CONTRAST
===================================================== */

body.accessibility-high-contrast .city-administration,
body.accessibility-high-contrast .city-administration__layout,
body.accessibility-high-contrast .city-administration__navigation,
body.accessibility-high-contrast .city-administration__content,
body.accessibility-high-contrast .city-administration__panel {
    color: #ffffff !important;
}

body.accessibility-high-contrast .city-administration__layout {
    border: 2px solid #ffffff !important;
    background: #000000 !important;
    box-shadow: none !important;
}

body.accessibility-high-contrast .city-administration__navigation {
    border-right: 2px solid #ffffff !important;
    background: #000000 !important;
}

body.accessibility-high-contrast .city-administration__navigation-header {
    border-bottom: 2px solid #ffffff !important;
}

body.accessibility-high-contrast .city-administration__navigation-eyebrow,
body.accessibility-high-contrast .city-administration__panel-label {
    color: #ffff00 !important;
}

body.accessibility-high-contrast .city-administration__navigation-header strong,
body.accessibility-high-contrast .city-administration__panel-header h2,
body.accessibility-high-contrast .city-administration__editor-content,
body.accessibility-high-contrast .city-administration__editor-content h2,
body.accessibility-high-contrast .city-administration__editor-content h3,
body.accessibility-high-contrast .city-administration__editor-content h4,
body.accessibility-high-contrast .city-administration__editor-content h5,
body.accessibility-high-contrast .city-administration__editor-content strong {
    color: #ffffff !important;
}

body.accessibility-high-contrast .city-administration__tab {
    border: 1px solid #ffffff !important;
    background: #000000 !important;
    color: #ffffff !important;
}

body.accessibility-high-contrast .city-administration__tab:hover,
body.accessibility-high-contrast .city-administration__tab:focus-visible,
body.accessibility-high-contrast .city-administration__tab.is-active {
    border-color: #ffff00 !important;
    background: #ffff00 !important;
    color: #000000 !important;
    outline-color: #ffffff !important;
}

body.accessibility-high-contrast .city-administration__editor-content a {
    color: #ffff00 !important;
    text-decoration: underline !important;
}

body.accessibility-high-contrast .city-administration__editor-content th,
body.accessibility-high-contrast .city-administration__editor-content td {
    border: 2px solid #ffffff !important;
}

body.accessibility-high-contrast .city-administration__editor-content th {
    background: #000000 !important;
    color: #ffff00 !important;
}

/* =====================================================
   HIGHLIGHT LINKS
===================================================== */

body.accessibility-highlight-links
    .city-administration__editor-content a {
    text-decoration: underline !important;
    text-decoration-thickness: 2px !important;
    text-underline-offset: 4px !important;
}

/* =====================================================
   READABLE FONT
===================================================== */

body.accessibility-readable-font .city-administration,
body.accessibility-readable-font .city-administration button {
    font-family: Arial, Helvetica, sans-serif !important;
    letter-spacing: 0.01em;
}

/* =====================================================
   LARGE TEXT
===================================================== */

body.accessibility-font-large .city-administration__layout {
    grid-template-columns: 1fr;
}

body.accessibility-font-large .city-administration__navigation {
    border-right: 0;
    border-bottom: 1px solid rgba(16, 36, 92, 0.12);
}

body.accessibility-font-large .city-administration__tabs {
    display: flex;
    flex-direction: column;
}

body.accessibility-font-large .city-administration__tab {
    width: 100%;
    height: auto;
    min-height: 52px;
    white-space: normal;
}

body.accessibility-font-large .city-administration__content {
    padding: 24px;
}

/* =====================================================
   REDUCED MOTION
===================================================== */

body.accessibility-stop-animations .city-administration *,
body.accessibility-stop-animations .city-administration *::before,
body.accessibility-stop-animations .city-administration *::after,
body.accessibility-no-animations .city-administration *,
body.accessibility-no-animations .city-administration *::before,
body.accessibility-no-animations .city-administration *::after,
body.accessibility-reduced-motion .city-administration *,
body.accessibility-reduced-motion .city-administration *::before,
body.accessibility-reduced-motion .city-administration *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
}

@media (prefers-reduced-motion: reduce) {
    .city-administration *,
    .city-administration *::before,
    .city-administration *::after {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important;
    }
}/* =====================================================
   PUBLIC NOTICES
===================================================== */

.public-notices,
.public-notices * {
    box-sizing: border-box;
}

.public-notices {
    width: 100%;
    min-width: 0;
}

.public-notices__intro {
    max-width: 850px;
    margin-bottom: 26px;
    color: #61708a;
    font-size: 0.9rem;
    line-height: 1.75;
}

.public-notices__browser {
    overflow: hidden;
    border: 1px solid rgba(16, 36, 92, 0.12);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 16px 42px rgba(17, 39, 92, 0.07);
}

.public-notices__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 18px 20px;
    border-bottom: 1px solid rgba(16, 36, 92, 0.1);
    background: #f6f8fc;
}

.public-notices__tab {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 9px 17px;
    border: 1px solid rgba(16, 36, 92, 0.14);
    border-radius: 999px;
    background: #ffffff;
    color: #53617a;
    font: inherit;
    font-size: 0.76rem;
    font-weight: 750;
    cursor: pointer;
    touch-action: manipulation;
    transition:
        border-color 0.2s ease,
        background-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

.public-notices__tab:hover {
    border-color: #173777;
    color: #173777;
    transform: translateY(-1px);
}

.public-notices__tab.is-active {
    border-color: #173777;
    background: #173777;
    color: #ffffff;
}

.public-notices__content {
    min-width: 0;
    padding: 34px 38px 40px;
}

.public-notices__panel[hidden] {
    display: none !important;
}

.public-notices__panel-header {
    margin-bottom: 24px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(16, 36, 92, 0.1);
}

.public-notices__panel-header > span {
    display: block;
    margin-bottom: 7px;
    color: #9a6913;
    font-size: 0.63rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.public-notices__panel-header h2 {
    margin: 0;
    color: #10245c;
    font-size: clamp(1.35rem, 2.4vw, 1.85rem);
    font-weight: 800;
    line-height: 1.25;
}

.public-notices__editor-content {
    min-width: 0;
    color: #3f4d65;
    font-size: 0.9rem;
    line-height: 1.8;
    overflow-wrap: break-word;
}

.public-notices__editor-content > :first-child {
    margin-top: 0;
}

.public-notices__editor-content > :last-child {
    margin-bottom: 0;
}

.public-notices__editor-content p {
    margin: 0 0 16px;
}

.public-notices__editor-content h2,
.public-notices__editor-content h3,
.public-notices__editor-content h4 {
    color: #10245c;
    font-weight: 800;
    line-height: 1.35;
}

.public-notices__editor-content ul,
.public-notices__editor-content ol {
    margin: 0 0 20px;
    padding-left: 23px;
}

.public-notices__editor-content li {
    margin-bottom: 8px;
}

.public-notices__editor-content a {
    color: #1d56a1;
    font-weight: 650;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.public-notices__editor-content img {
    max-width: 100%;
    height: auto;
}

.public-notices__editor-content table {
    width: 100%;
    margin: 20px 0;
    border-collapse: collapse;
}

.public-notices__editor-content th,
.public-notices__editor-content td {
    padding: 11px 13px;
    border: 1px solid #dce3ed;
    vertical-align: top;
}

.public-notices__editor-content th {
    background: #f2f6fb;
    color: #10245c;
}

/* WCAG */

.public-notices__tab:focus-visible,
.public-notices__panel:focus-visible,
.public-notices__editor-content a:focus-visible {
    outline: 3px solid #b57910;
    outline-offset: 3px;
}

/* RESPONSIVE */

@media (max-width: 767.98px) {
    .public-notices__browser {
        border-radius: 14px;
    }

    .public-notices__tabs {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding: 13px;
        scrollbar-width: thin;
    }

    .public-notices__tab {
        min-width: max-content;
        flex: 0 0 auto;
    }

    .public-notices__content {
        padding: 23px 18px 27px;
    }

    .public-notices__editor-content {
        font-size: 0.86rem;
    }

    .public-notices__editor-content table {
        display: block;
        overflow-x: auto;
    }
}

/* DARK MODE */

body.accessibility-dark-mode .public-notices__browser {
    border-color: #38455f;
    background: #151e31;
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.3);
}

body.accessibility-dark-mode .public-notices__tabs {
    border-color: #38455f;
    background: #192338;
}

body.accessibility-dark-mode .public-notices__tab {
    border-color: #4a5874;
    background: #111827;
    color: #c8d0df;
}

body.accessibility-dark-mode .public-notices__tab:hover {
    border-color: #7082a8;
    color: #ffffff;
}

body.accessibility-dark-mode .public-notices__tab.is-active {
    border-color: #506898;
    background: #334673;
    color: #ffffff;
}

body.accessibility-dark-mode .public-notices__panel-header {
    border-color: #38455f;
}

body.accessibility-dark-mode .public-notices__panel-header h2,
body.accessibility-dark-mode .public-notices__editor-content h2,
body.accessibility-dark-mode .public-notices__editor-content h3,
body.accessibility-dark-mode .public-notices__editor-content h4 {
    color: #ffffff;
}

body.accessibility-dark-mode .public-notices__intro,
body.accessibility-dark-mode .public-notices__editor-content {
    color: #c8d0df;
}

body.accessibility-dark-mode .public-notices__editor-content a {
    color: #b8c8ff;
}

/* HIGH CONTRAST */

body.accessibility-high-contrast .public-notices__browser,
body.accessibility-high-contrast .public-notices__tabs,
body.accessibility-high-contrast .public-notices__content {
    border-color: #ffffff !important;
    background: #000000 !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

body.accessibility-high-contrast .public-notices__tab {
    border: 2px solid #ffffff !important;
    background: #000000 !important;
    color: #ffffff !important;
}

body.accessibility-high-contrast .public-notices__tab:hover,
body.accessibility-high-contrast .public-notices__tab:focus-visible,
body.accessibility-high-contrast .public-notices__tab.is-active {
    border-color: #ffff00 !important;
    background: #ffff00 !important;
    color: #000000 !important;
}

body.accessibility-high-contrast .public-notices__panel-header > span {
    color: #ffff00 !important;
}

body.accessibility-high-contrast .public-notices__panel-header h2,
body.accessibility-high-contrast .public-notices__editor-content,
body.accessibility-high-contrast .public-notices__editor-content h2,
body.accessibility-high-contrast .public-notices__editor-content h3,
body.accessibility-high-contrast .public-notices__editor-content h4 {
    color: #ffffff !important;
}

body.accessibility-high-contrast .public-notices__editor-content a {
    color: #ffff00 !important;
}

/* READABLE FONT */

body.accessibility-readable-font .public-notices,
body.accessibility-readable-font .public-notices button {
    font-family: Arial, Helvetica, sans-serif !important;
    letter-spacing: 0.01em;
}

/* HIGHLIGHT LINKS */

body.accessibility-highlight-links
    .public-notices__editor-content a {
    text-decoration: underline !important;
    text-decoration-thickness: 2px !important;
    text-underline-offset: 4px !important;
}



body.accessibility-font-large .public-notices__tabs {
    flex-direction: column;
}

body.accessibility-font-large .public-notices__tab {
    width: 100%;
    min-height: 50px;
    border-radius: 10px;
    white-space: normal;
}

body.accessibility-font-large .public-notices__content {
    padding: 24px;
}


body.accessibility-stop-animations .public-notices *,
body.accessibility-stop-animations .public-notices *::before,
body.accessibility-stop-animations .public-notices *::after,
body.accessibility-no-animations .public-notices *,
body.accessibility-no-animations .public-notices *::before,
body.accessibility-no-animations .public-notices *::after,
body.accessibility-reduced-motion .public-notices *,
body.accessibility-reduced-motion .public-notices *::before,
body.accessibility-reduced-motion .public-notices *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
}

@media (prefers-reduced-motion: reduce) {
    .public-notices *,
    .public-notices *::before,
    .public-notices *::after {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important;
    }
}