.listing-hero { position: relative; height: clamp(17rem, 27vw, 21rem); overflow: hidden; color: #fff; background: #173018; }
.listing-hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.listing-hero--news .listing-hero__image { object-position: center 44%; }
.listing-hero--agenda .listing-hero__image { object-position: center 53%; }
.listing-hero__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgb(0 13 24 / 90%) 0%, rgb(0 19 28 / 66%) 40%, rgb(0 12 18 / 18%) 76%); }
.listing-hero__content { position: relative; display: flex; height: 100%; flex-direction: column; justify-content: space-between; padding-block: clamp(2.8rem, 5vw, 4rem) 1.2rem; }
.listing-hero__title h1 { position: relative; width: max-content; max-width: 100%; margin: 0 0 2.15rem; font-size: clamp(2.8rem, 5.6vw, 4.25rem); line-height: 1; letter-spacing: -.03em; }
.listing-hero__title h1::after { position: absolute; bottom: -1rem; left: 0; width: 8rem; height: .33rem; border-radius: 100%; content: ''; background: var(--green); transform: rotate(-2deg); }
.listing-hero__title p { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.15rem, 2.2vw, 1.55rem); font-style: italic; line-height: 1.42; text-shadow: 0 .1rem .3rem rgb(0 0 0 / 28%); }
.listing-breadcrumb { display: flex; align-items: center; gap: .55rem; font-size: .76rem; font-weight: 700; }
.listing-breadcrumb a { display: inline-flex; align-items: center; gap: .4rem; color: #fff; text-decoration: none; }
.listing-breadcrumb .icon { width: .9rem; }

.listing-page { padding-block: 1.5rem 2rem; }
.listing-introduction { display: grid; grid-template-columns: 3.4rem minmax(0, 1fr); gap: 1rem; align-items: center; padding: 1rem 1.15rem; border: 1px solid #dfe8dc; border-radius: .7rem; background: linear-gradient(110deg, #f7faef, #fff); }
.listing-introduction__icon { width: 3.2rem; height: 3.2rem; color: var(--green); }
.listing-introduction h2 { margin: 0 0 .25rem; font-size: 1.05rem; }
.listing-introduction p { margin: 0; color: #2c4058; font-size: .76rem; line-height: 1.6; }

.listing-tools { display: grid; grid-template-columns: minmax(15rem, 1fr) minmax(12rem, 16rem) auto auto; gap: .8rem; align-items: center; margin-top: 1.25rem; }
.listing-search { display: flex; min-height: 3rem; align-items: center; gap: .55rem; padding: 0 .85rem; border: 1px solid #d9e0e6; border-radius: .55rem; background: #fff; box-shadow: 0 .16rem .6rem rgb(0 29 62 / 4%); }
.listing-search .icon { width: 1rem; color: #738294; }
.listing-search input { width: 100%; min-width: 0; border: 0; outline: 0; color: var(--navy); background: transparent; }
.listing-topic select { width: 100%; min-height: 3rem; padding: .55rem .75rem; border: 1px solid #d9e0e6; border-radius: .55rem; color: var(--navy); background: #fff; }
.listing-filter-button, .listing-reset { display: inline-flex; min-height: 3rem; align-items: center; justify-content: center; padding: .55rem 1rem; border: 1px solid var(--green); border-radius: .55rem; font-weight: 700; cursor: pointer; }
.listing-filter-button { color: #fff; background: var(--green); }
.listing-reset { color: var(--green); background: #fff; text-decoration: none; }

.listing-section { margin-top: 1.5rem; }
.listing-section__heading { display: flex; min-height: 2.5rem; align-items: flex-start; justify-content: space-between; gap: 1rem; border-bottom: 1px solid var(--line); }
.listing-section__heading h2 { position: relative; margin: 0; padding-bottom: .65rem; font-size: 1.2rem; }
.listing-section__heading h2::after { position: absolute; bottom: -.08rem; left: 0; width: 2rem; height: .18rem; border-radius: 1rem; content: ''; background: var(--green); }
.listing-section__heading span { color: #526071; font-size: .72rem; }

.news-public-list, .agenda-public-list { display: grid; gap: .9rem; margin-top: 1rem; }
.news-public-card, .agenda-public-card { min-width: 0; overflow: hidden; border: 1px solid #dfe5e9; border-radius: .7rem; background: #fff; box-shadow: 0 .18rem .75rem rgb(0 29 62 / 6%); }
.news-public-card { display: grid; grid-template-columns: 15rem minmax(0, 1fr); min-height: 10rem; }
.news-public-card > img, .news-public-card > .listing-placeholder { width: 100%; height: 100%; min-height: 10rem; object-fit: cover; }
.news-public-card__body { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: 1rem 1.2rem; }
.listing-tag { align-self: flex-start; margin-bottom: .45rem; padding: .2rem .45rem; border-radius: .25rem; color: var(--green); background: #eff7eb; font-size: .6rem; font-weight: 800; text-transform: uppercase; }
.news-public-card h3, .agenda-public-card h3 { margin: 0 0 .4rem; font-size: 1rem; line-height: 1.25; }
.news-public-card p, .agenda-public-card p { margin: 0 0 .65rem; color: #2d4057; font-size: .74rem; line-height: 1.55; }
.news-public-card time { display: inline-flex; align-items: center; gap: .4rem; margin-top: auto; color: #526071; font-size: .68rem; }
.news-public-card time .icon { width: .9rem; color: var(--green); }
.news-public-card__link, .agenda-public-card__link { display: inline-flex; align-items: center; align-self: flex-start; margin-top: .7rem; color: var(--blue); font-size: .7rem; font-weight: 800; text-decoration: none; }
.listing-placeholder { display: grid; place-items: center; color: #7c8c9d; background: #eef2f4; }
.listing-placeholder .icon { width: 3rem; height: 3rem; }

.agenda-public-card { display: grid; grid-template-columns: 14rem 5rem minmax(0, 1fr); min-height: 10rem; align-items: center; }
.agenda-public-card > img, .agenda-public-card > .listing-placeholder { width: 100%; height: 100%; min-height: 10rem; object-fit: cover; }
.agenda-public-card__date { display: grid; min-height: 5.2rem; margin-inline: .8rem; place-content: center; border-radius: .55rem; color: var(--green); background: #f3f7ef; text-align: center; }
.agenda-public-card__date strong { font-size: 2rem; line-height: 1; }
.agenda-public-card__date span { margin-top: .2rem; font-size: .75rem; font-weight: 800; }
.agenda-public-card__body { min-width: 0; padding: 1rem 1.2rem .95rem .3rem; }
.agenda-public-card__meta { display: flex; flex-wrap: wrap; gap: .5rem 1.1rem; color: #526071; font-size: .69rem; }
.agenda-public-card__meta span { display: inline-flex; align-items: center; gap: .35rem; }
.agenda-public-card__meta .icon { width: .9rem; color: var(--green); }

.listing-empty { display: flex; min-height: 13rem; align-items: center; justify-content: center; gap: 1rem; margin-top: 1rem; padding: 1.5rem; border: 1px solid #dfe5e9; border-radius: .7rem; color: #41536a; background: #fafbfc; }
.listing-empty__icon { width: 3rem; height: 3rem; flex: 0 0 auto; color: var(--green); }
.listing-empty h3 { margin: 0 0 .25rem; font-size: 1rem; }
.listing-empty p { margin: 0; font-size: .75rem; }
.listing-pagination { display: flex; flex-wrap: wrap; justify-content: center; gap: .45rem; margin-top: 1.25rem; }
.listing-pagination a { display: grid; width: 2.5rem; height: 2.5rem; border: 1px solid #dfe5e9; border-radius: .45rem; place-items: center; color: var(--navy); font-size: .75rem; font-weight: 700; text-decoration: none; }
.listing-pagination a.is-current { border-color: var(--green); color: #fff; background: var(--green); }

.content-detail-hero { color: #fff; background: linear-gradient(110deg, #001d3d, #183f2e); }
.content-detail-hero--event { background: linear-gradient(110deg, #001d3d, #0f4e49); }
.content-detail-hero__content { padding-block: clamp(2.2rem, 5vw, 4rem); }
.content-detail-breadcrumb { display: flex; flex-wrap: wrap; gap: .45rem; margin-bottom: 1.35rem; font-size: .72rem; }
.content-detail-breadcrumb a { color: #fff; }
.content-detail-hero .listing-tag { display: inline-flex; color: #fff; background: var(--green); }
.content-detail-hero h1 { max-width: 58rem; margin: .45rem 0 .75rem; font-size: clamp(2.15rem, 5vw, 4rem); line-height: 1.08; overflow-wrap: anywhere; }
.content-detail-hero time, .content-detail-date { display: inline-flex; align-items: center; gap: .45rem; margin: 0; font-size: .8rem; }
.content-detail-hero time .icon, .content-detail-date .icon { width: 1rem; }
.content-detail-page { padding-block: 1.5rem 2rem; }
.content-detail-image { display: block; width: 100%; max-height: 36rem; border-radius: .75rem; object-fit: cover; }
.content-detail-card { max-width: 58rem; margin: -2.5rem auto 0; padding: clamp(1.25rem, 3vw, 2rem); border: 1px solid #dfe5e9; border-radius: .75rem; background: #fff; box-shadow: 0 .35rem 1.2rem rgb(0 29 62 / 9%); position: relative; }
.content-detail-card--without-image { margin-top: 0; }
.content-detail-lead { margin: 0 0 1.2rem; color: var(--navy); font-size: clamp(1rem, 2vw, 1.2rem); font-weight: 700; line-height: 1.55; }
.content-detail-copy { color: #2c4058; font-size: .82rem; line-height: 1.75; }
.content-detail-copy p { margin: 0 0 1rem; }
.content-detail-copy p:last-child { margin-bottom: 0; }
.event-detail-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .8rem; margin: 0 0 1.4rem; }
.event-detail-facts > div { min-width: 0; padding: .85rem; border-radius: .55rem; background: #f5f8f2; }
.event-detail-facts dt { display: flex; align-items: center; gap: .4rem; color: var(--green); font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.event-detail-facts dt .icon { width: .95rem; }
.event-detail-facts dd { margin: .35rem 0 0; color: var(--navy); font-size: .76rem; overflow-wrap: anywhere; }
.content-detail-back { display: inline-flex; align-items: center; gap: .45rem; margin-top: 1.25rem; color: var(--blue); font-size: .75rem; font-weight: 700; text-decoration: none; }
.content-detail-back .icon { width: .9rem; transform: rotate(180deg); }

@media (max-width: 62rem) {
    .listing-tools { grid-template-columns: minmax(0, 1fr) minmax(12rem, 15rem); }
    .listing-filter-button, .listing-reset { width: 100%; }
    .agenda-public-card { grid-template-columns: 11rem 4.8rem minmax(0, 1fr); }
}

@media (max-width: 48rem) {
    .listing-hero--news .listing-hero__image { object-position: 57% center; }
    .listing-hero--agenda .listing-hero__image { object-position: 58% center; }
    .news-public-card { grid-template-columns: 11rem minmax(0, 1fr); }
    .agenda-public-card { grid-template-columns: 9rem 4.4rem minmax(0, 1fr); }
    .agenda-public-card__date { margin-inline: .5rem; }
}

@media (max-width: 40rem) {
    .listing-hero { height: 18.5rem; }
    .listing-hero__overlay { background: linear-gradient(90deg, rgb(0 13 24 / 92%), rgb(0 18 25 / 65%) 72%, rgb(0 10 16 / 20%)); }
    .listing-hero__content { padding-block: 2.3rem 1rem; }
    .listing-hero__title h1 { margin-bottom: 2rem; font-size: clamp(2.35rem, 12vw, 3.1rem); }
    .listing-hero__title h1::after { bottom: -.8rem; width: 6.5rem; }
    .listing-hero__title p { font-size: 1.05rem; }
    .listing-breadcrumb { font-size: .7rem; }
    .listing-page { padding-block: 1rem 1.5rem; }
    .listing-introduction { grid-template-columns: 2.7rem minmax(0, 1fr); padding-inline: .85rem; }
    .listing-introduction__icon { width: 2.6rem; height: 2.6rem; }
    .listing-tools { grid-template-columns: 1fr; }
    .news-public-card, .agenda-public-card { grid-template-columns: 1fr; }
    .news-public-card > img, .news-public-card > .listing-placeholder, .agenda-public-card > img, .agenda-public-card > .listing-placeholder { height: 11rem; min-height: 0; }
    .agenda-public-card__date { position: relative; z-index: 1; width: 4.5rem; min-height: 4.5rem; margin: -2.25rem 0 0 1rem; box-shadow: 0 .15rem .5rem rgb(0 29 62 / 12%); }
    .agenda-public-card__date strong { font-size: 1.7rem; }
    .agenda-public-card__body { padding: .85rem 1rem 1rem; }
    .listing-empty { align-items: flex-start; }
    .content-detail-hero__content { padding-block: 2rem; }
    .content-detail-hero h1 { font-size: clamp(2rem, 10vw, 2.8rem); }
    .content-detail-page { padding-block: 1rem 1.5rem; }
    .content-detail-image { min-height: 12rem; max-height: 19rem; }
    .content-detail-card { margin-top: -.9rem; padding: 1rem; }
    .content-detail-card--without-image { margin-top: 0; }
    .event-detail-facts { grid-template-columns: 1fr; }
}

@media (max-width: 23rem) {
    .listing-hero__title h1 { font-size: 2.15rem; }
    .listing-introduction { grid-template-columns: 1fr; }
    .listing-introduction__icon { width: 2.4rem; height: 2.4rem; }
}

@media (min-width: 100rem) {
    .listing-hero { height: 21rem; }
}
