@import url("/assets/css/pages/noticias-gc.css");

:root {
    --pe-green-900: #093b28;
    --pe-green-800: #0f6b3a;
    --pe-green-700: #127848;
    --pe-green-100: #eef7f1;
    --pe-gold-500: #cfb05d;
    --pe-cream: #fffaf1;
    --pe-ink: #173427;
    --pe-muted: #456656;
    --pe-line: rgba(9, 59, 40, .12);
    --pe-shadow: 0 20px 48px rgba(7, 38, 25, .12);
}

.pe-wrapper {
    width: min(1120px, calc(100vw - 24px));
    margin: 0 auto;
    padding: 24px 0 32px;
}

#overlay-page .overlay-content > [data-proximos-eventos-root] {
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding: 24px 0 !important;
}

#overlay-page .overlay-content > [data-proximos-eventos-root] .pe-wrapper {
    min-height: max-content;
}

.pe-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, #0c5536 0%, #0f6b3a 55%, #18844d 100%);
    color: #fff;
    border-radius: 24px 24px 0 0;
    padding: 22px 28px;
    box-shadow: var(--pe-shadow);
}

.pe-header-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.pe-logo {
    width: 68px;
    height: 68px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .12);
    padding: 10px;
}

.pe-title {
    margin: 0;
    font-size: clamp(1.75rem, 2vw, 2.25rem);
    line-height: 1.1;
}

.pe-subtitle {
    margin: 4px 0 0;
    font-size: 1rem;
    color: rgba(255, 255, 255, .86);
}

.pe-card {
    background: linear-gradient(180deg, #fffdf7 0%, var(--pe-cream) 100%);
    border-radius: 0 0 24px 24px;
    padding: 26px 28px 30px;
    box-shadow: var(--pe-shadow);
}

.pe-title-block {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.pe-title-icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #0f6b3a, #1f8d58);
    color: #fff;
    font-size: 1.3rem;
    box-shadow: 0 10px 22px rgba(15, 107, 58, .22);
}

.pe-title-bar {
    width: 70px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--pe-gold-500), #e8d08a);
}

.pe-title-heading {
    margin: 0;
    font-size: clamp(1.35rem, 1.5vw, 1.8rem);
    color: var(--pe-green-900);
}

.pe-description {
    margin: 0 0 20px;
    color: var(--pe-muted);
    font-size: 1.02rem;
    line-height: 1.65;
    max-width: 820px;
}

.pe-status {
    background: #fff;
    border: 1px solid var(--pe-line);
    border-left: 6px solid var(--pe-green-800);
    border-radius: 18px;
    padding: 18px 20px;
    color: var(--pe-ink);
    box-shadow: 0 10px 24px rgba(7, 38, 25, .06);
}

.pe-status.is-empty,
.pe-status.is-error {
    padding: 26px 24px;
}

.pe-status-card {
    display: grid;
    gap: 10px;
}

.pe-status-card strong {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--pe-green-900);
    font-size: 1.05rem;
}

.pe-status-card p {
    margin: 0;
    color: var(--pe-muted);
    line-height: 1.65;
}

.pe-listing,
.pe-detail {
    display: grid;
    gap: 24px;
}

.pe-detail {
    min-height: 0;
}

.pe-featured-card {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(260px, .9fr);
    gap: 22px;
    background: linear-gradient(135deg, rgba(9, 59, 40, .98) 0%, rgba(15, 107, 58, .98) 100%);
    color: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 18px 34px rgba(7, 38, 25, .18);
}

.pe-featured-copy {
    padding: 24px 26px;
    display: grid;
    gap: 16px;
}

.pe-featured-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    color: #fff3cf;
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.pe-featured-title {
    margin: 0;
    font-size: clamp(1.6rem, 2vw, 2.2rem);
    line-height: 1.18;
}

.pe-featured-subtitle,
.pe-featured-summary {
    margin: 0;
    color: rgba(255, 255, 255, .9);
    line-height: 1.68;
}

.pe-meta-list {
    display: grid;
    gap: 10px;
    margin: 0;
}

.pe-meta-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: rgba(255, 255, 255, .95);
}

.pe-meta-item i {
    width: 18px;
    color: #f4d98f;
    margin-top: 2px;
}

.pe-meta-item span {
    line-height: 1.45;
}

.pe-featured-media {
    position: relative;
    min-height: 280px;
    background:
        linear-gradient(160deg, rgba(207, 176, 93, .24), rgba(207, 176, 93, 0)),
        radial-gradient(circle at top right, rgba(255, 255, 255, .2), transparent 46%),
        rgba(255, 255, 255, .06);
}

.pe-featured-media::before {
    content: "";
    position: absolute;
    inset: 16px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 20px;
    pointer-events: none;
}

.pe-featured-image {
    width: calc(100% - 28px);
    height: calc(100% - 28px);
    margin: 14px;
    object-fit: cover;
    border-radius: 18px;
    display: block;
    box-shadow: 0 14px 30px rgba(0, 0, 0, .2);
}

.pe-featured-placeholder {
    height: 100%;
    min-height: 280px;
    display: grid;
    place-items: center;
    color: rgba(255, 255, 255, .94);
    font-size: 3rem;
}

.pe-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.pe-btn,
a.pe-btn,
button.pe-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 12px;
    border: 1px solid transparent;
    cursor: pointer;
    text-decoration: none;
    font-weight: 900;
    letter-spacing: .02em;
    transition: transform .12s ease, box-shadow .12s ease, filter .12s ease;
}

.pe-btn:hover {
    transform: translateY(-1px);
}

.pe-btn--primary {
    background: #f5d77f;
    color: var(--pe-green-900);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .14);
}

.pe-btn--secondary {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, .28);
}

.pe-detail-wrap .pe-btn--secondary {
    background: var(--pe-green-100);
    color: var(--pe-green-900);
    border-color: rgba(9, 59, 40, .14);
}

.pe-agenda {
    display: grid;
    gap: 18px;
}

.pe-agenda-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(9, 59, 40, .12);
}

.pe-agenda-kicker {
    margin: 0 0 4px;
    color: var(--pe-green-800);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.pe-agenda-title {
    margin: 0;
    color: var(--pe-green-900);
    font-size: 1.45rem;
}

.pe-agenda-count {
    margin: 0;
    color: var(--pe-muted);
    font-weight: 700;
}

.pe-list-scroll {
    width: 100%;
}

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

.pe-event-card {
    background: #fff;
    border: 1px solid rgba(9, 59, 40, .08);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 14px 28px rgba(7, 38, 25, .06);
    display: grid;
}

.pe-event-thumb-link {
    display: block;
    text-decoration: none;
}

.pe-event-thumb {
    width: 156px;
    height: 156px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, .1);
    background: #eff4f1;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
}

.pe-event-content {
    padding: 18px;
    display: grid;
    gap: 12px;
}

.pe-event-source {
    margin: 0;
    color: var(--pe-green-800);
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
    text-align: center;
}

.pe-event-content .pe-chip-row {
    justify-content: center;
}

.pe-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.pe-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    background: var(--pe-green-100);
    color: var(--pe-green-900);
    font-size: .74rem;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.pe-chip--accent {
    background: rgba(207, 176, 93, .16);
    color: #7a5a0f;
}

.pe-event-title {
    margin: 0;
    color: var(--pe-green-900);
    font-size: 1.14rem;
    line-height: 1.3;
    text-align: center;
}

.pe-event-subtitle,
.pe-event-summary,
.pe-detail-summary {
    margin: 0;
    color: var(--pe-muted);
    line-height: 1.68;
}

.pe-event-meta-line {
    margin: 8px 0 0;
    color: var(--pe-green-800);
    font-size: .88rem;
    font-weight: 800;
    text-align: center;
}

.pe-event-summary {
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pe-event-meta {
    display: grid;
    gap: 8px;
    margin: 0;
}

.pe-event-meta-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--pe-ink);
}

.pe-event-meta-item i {
    width: 16px;
    color: var(--pe-green-800);
    margin-top: 2px;
}

.pe-event-actions {
    margin-top: 4px;
}

.pe-btn-card {
    width: 100%;
    background: var(--pe-green-900);
    color: #fff;
}

.pe-btn-card:hover {
    box-shadow: 0 12px 22px rgba(9, 59, 40, .14);
}

.pe-pager {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.pe-pager-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 12px;
    border: 1px solid rgba(9, 59, 40, .14);
    background: #fff;
    color: var(--pe-green-900);
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(7, 38, 25, .06);
}

.pe-pager-btn:disabled {
    opacity: .45;
    cursor: default;
    box-shadow: none;
}

.pe-pager-info {
    color: var(--pe-green-900);
    font-weight: 800;
}

.pe-detail-modal {
    position: fixed;
    inset: 0;
    z-index: 10040;
    display: grid;
    place-items: center;
    padding: 18px;
}

.pe-detail-modal[hidden] {
    display: none !important;
}

.pe-detail-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .58);
    backdrop-filter: blur(4px);
}

.pe-detail-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(1100px, calc(100vw - 36px));
    max-height: calc(100vh - 36px);
    overflow: hidden;
    border-radius: 24px;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    background: linear-gradient(180deg, #ffffff 0%, #fffaf1 100%);
    box-shadow: 0 26px 56px rgba(0, 0, 0, .28);
}

.pe-detail-modal__header {
    background: linear-gradient(135deg, #0c5536 0%, #0f6b3a 55%, #18844d 100%);
    color: #fff;
    padding: 18px 24px;
}

.pe-detail-modal__header-left {
    display: flex;
    align-items: center;
    gap: 14px;
}

.pe-detail-modal__logo {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .12);
    padding: 8px;
}

.pe-detail-modal__title {
    margin: 0;
    font-size: 1.45rem;
    line-height: 1.1;
}

.pe-detail-modal__subtitle {
    margin: 4px 0 0;
    color: rgba(255, 255, 255, .82);
}

.pe-detail-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .28);
    background: rgba(9, 59, 40, .96);
    color: #fff;
    cursor: pointer;
    display: grid;
    place-items: center;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .24);
    z-index: 2;
}

.pe-detail-wrap {
    padding: 24px;
    display: grid;
    gap: 18px;
    min-height: 0;
    grid-template-rows: auto minmax(0, 1fr);
}

.pe-detail-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(250px, .8fr);
    gap: 22px;
    align-items: start;
}

.pe-detail-title {
    margin: 0;
    color: var(--pe-green-900);
    font-size: clamp(1.8rem, 2.3vw, 2.4rem);
    line-height: 1.15;
}

.pe-detail-subtitle {
    margin: 0;
    color: var(--pe-green-800);
    font-weight: 700;
}

.pe-detail-meta-list {
    display: grid;
    gap: 10px;
    margin: 0;
}

.pe-detail-meta-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: var(--pe-ink);
}

.pe-detail-meta-item i {
    width: 18px;
    color: var(--pe-green-800);
    margin-top: 2px;
}

.pe-detail-meta-item span {
    line-height: 1.45;
}

.pe-detail-scroll {
    overflow-y: auto;
    min-height: 0;
    padding-right: 8px;
    scrollbar-width: thin;
    scrollbar-color: rgba(15, 107, 58, .62) transparent;
}

.pe-detail-scroll::-webkit-scrollbar {
    width: 6px;
}

.pe-detail-scroll::-webkit-scrollbar-thumb {
    background: rgba(15, 107, 58, .62);
    border-radius: 999px;
}

.pe-detail-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.pe-detail-media {
    background: #f5f8f6;
    border: 1px solid rgba(9, 59, 40, .08);
    border-radius: 20px;
    padding: 12px;
    box-shadow: 0 12px 28px rgba(7, 38, 25, .08);
}

.pe-detail-content {
    color: var(--pe-ink);
    line-height: 1.74;
}

.pe-detail-content p,
.pe-detail-content li {
    text-align: justify;
    text-justify: inter-word;
}

.pe-detail-content p {
    margin: 0 0 14px;
}

.pe-detail-content ul,
.pe-detail-content ol {
    margin: 0 0 14px;
    padding-left: 24px;
}

.pe-detail-image {
    width: 100%;
    max-height: 420px;
    object-fit: contain;
    border-radius: 18px;
    display: block;
    background: #eff4f1;
}

.pe-detail-gallery {
    display: grid;
    gap: 12px;
}

.pe-detail-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 12px;
}

.pe-detail-gallery-grid img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
    border-radius: 14px;
    background: #eff4f1;
}

.pe-backline {
    display: flex;
    justify-content: flex-start;
}

#hbHero .pe-home-highlight {
    --pe-home-top: clamp(120px, 14svh, 156px);
    --pe-home-gap-bottom: 18px;
    position: absolute;
    top: var(--pe-home-top);
    right: clamp(16px, 2.5vw, 34px);
    width: min(520px, calc(100vw - 40px));
    max-height: calc(100% - var(--pe-home-top) - var(--hb-ai-reserve) - var(--hb-ai-bottom) - var(--hb-ai-safe) - var(--pe-home-gap-bottom));
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(229, 205, 134, .22), transparent 34%),
        linear-gradient(145deg, rgba(8, 50, 33, .96) 0%, rgba(15, 107, 58, .97) 58%, rgba(24, 123, 76, .96) 100%);
    color: #fff;
    padding: 18px 18px 16px;
    z-index: 5;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, .18);
    box-shadow: 0 44px 96px rgba(0, 0, 0, .62), 0 20px 42px rgba(0, 0, 0, .34);
    filter: drop-shadow(0 18px 26px rgba(0, 0, 0, .42));
    backdrop-filter: blur(4px);
}

.pe-home-highlight::before,
.pe-home-highlight::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    background: rgba(255, 255, 255, .07);
    pointer-events: none;
}

.pe-home-highlight::before {
    width: 320px;
    height: 320px;
    right: -140px;
    top: -150px;
}

.pe-home-highlight::after {
    width: 180px;
    height: 180px;
    left: -50px;
    bottom: -100px;
}

#hbHero .pe-home-highlight__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
    max-height: 100%;
    overflow-y: auto;
    padding-right: 4px;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, .24) transparent;
}

#hbHero .pe-home-highlight__inner::-webkit-scrollbar {
    width: 8px;
}

#hbHero .pe-home-highlight__inner::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, .22);
    border-radius: 999px;
}

.pe-home-highlight__headline {
    display: grid;
    gap: 10px;
    justify-items: center;
    text-align: center;
}

.pe-home-highlight__eyebrow {
    margin: 0 0 8px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    color: #f9e7ae;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.pe-home-highlight__title {
    margin: 0;
    max-width: 14ch;
    font-size: clamp(2rem, 2.8vw, 2.9rem);
    line-height: 1.06;
    text-align: center;
    text-wrap: balance;
}

.pe-home-highlight__body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(180px, .76fr);
    gap: 14px;
    align-items: start;
}

.pe-home-highlight__copy {
    display: grid;
    gap: 12px;
    align-content: start;
}

.pe-home-highlight__summary {
    margin: 0;
    color: rgba(255, 255, 255, .92);
    line-height: 1.56;
    font-size: .95rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pe-home-highlight__meta {
    display: none;
}

.pe-home-highlight__pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
}

.pe-home-highlight__side {
    display: grid;
    gap: 10px;
    justify-items: stretch;
}

.pe-home-highlight__poster {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 22px;
    padding: 10px;
    min-height: 150px;
    display: grid;
    place-items: center;
    box-shadow: 0 16px 26px rgba(0, 0, 0, .18);
}

.pe-home-highlight__poster img {
    width: 100%;
    max-width: 180px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 18px;
    display: block;
    background: rgba(255, 255, 255, .18);
}

.pe-home-highlight__countdown {
    margin: 0;
    padding: 12px 14px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .12);
}

.pe-home-highlight__countdown-label {
    margin: 0 0 8px;
    color: #f4dfa5;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-align: center;
}

.pe-home-highlight__countdown-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}

.pe-home-highlight__countdown-block {
    display: grid;
    gap: 4px;
    padding: 10px 8px;
    text-align: center;
    border-radius: 14px;
    background: rgba(7, 32, 21, .34);
}

.pe-home-highlight__countdown-block strong {
    display: block;
    font-size: 1.28rem;
    line-height: 1;
    color: #fff7d8;
}

.pe-home-highlight__countdown-block span {
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .82);
}

.pe-home-highlight__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.pe-home-highlight__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 900;
    letter-spacing: .02em;
    transition: transform .12s ease, filter .12s ease, box-shadow .12s ease;
}

.pe-home-highlight__btn:hover {
    transform: translateY(-1px);
}

.pe-home-highlight__btn--primary {
    background: #f5d77f;
    color: var(--pe-green-900);
    box-shadow: 0 12px 24px rgba(0, 0, 0, .18);
}

.pe-home-highlight__btn--secondary {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .22);
}

#hbHero .pe-home-highlight__btn--primary {
    width: 100%;
}

#hbHero .pe-home-highlight__btn--secondary {
    display: none;
}

@media (max-width: 900px) {
    .pe-wrapper {
        width: min(100vw, calc(100vw - 16px));
        padding-top: 16px;
    }

    .pe-header,
    .pe-card {
        border-radius: 22px;
    }

    .pe-header {
        padding: 20px;
    }

    .pe-card {
        margin-top: 10px;
        padding: 22px 20px 24px;
    }

    .pe-featured-card,
    .pe-detail-hero {
        grid-template-columns: 1fr;
    }

    .pe-grid {
        grid-template-columns: 1fr;
    }

    .pe-featured-media {
        min-height: 230px;
    }

    #hbHero .pe-home-highlight {
        --pe-home-top: clamp(110px, 13svh, 136px);
        left: 12px;
        right: 12px;
        width: auto;
        max-height: calc(100% - var(--pe-home-top) - var(--hb-ai-reserve) - var(--hb-ai-bottom) - var(--hb-ai-safe) - 12px);
        padding: 16px 14px 12px;
    }

    .pe-home-highlight__body {
        grid-template-columns: minmax(0, 1fr) minmax(170px, .74fr);
        gap: 14px;
    }

    .pe-home-highlight__title {
        max-width: 12ch;
        font-size: clamp(1.85rem, 4vw, 2.45rem);
    }
}

@media (max-width: 640px) {
    .pe-header-left {
        align-items: flex-start;
    }

    .pe-logo {
        width: 58px;
        height: 58px;
    }

    .pe-agenda-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .pe-event-content,
    .pe-detail-wrap {
        padding: 18px;
    }

    .pe-event-thumb {
        width: 142px;
        height: 142px;
    }

    .pe-home-highlight__actions,
    .pe-actions {
        flex-direction: column;
    }

    .pe-home-highlight__btn,
    .pe-btn {
        width: 100%;
    }

    .pe-home-highlight__countdown-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #hbHero .pe-home-highlight {
        --pe-home-top: clamp(102px, 12.5svh, 122px);
        padding: 14px 12px 10px;
        border-radius: 20px;
    }

    #hbHero .pe-home-highlight__inner {
        width: 100%;
        gap: 14px;
    }

    .pe-home-highlight__body {
        grid-template-columns: 1fr;
    }

    .pe-home-highlight__title {
        max-width: 100%;
        font-size: clamp(1.6rem, 6.4vw, 2.1rem);
    }

    .pe-home-highlight__summary {
        font-size: .92rem;
    }

    .pe-home-highlight__poster {
        min-height: 138px;
    }

    .pe-home-highlight__poster img {
        max-width: 170px;
    }
}
