.pl-agenda-page {
    overflow-x: clip;
}

.pl-site-footer {
    padding: 0;
}

.pl-footer-inner {
    width: min(1320px, calc(100% - 32px));
    display: grid;
    grid-template-columns: minmax(220px, .9fr) minmax(260px, 1.2fr) minmax(260px, 1fr);
    gap: 32px;
    align-items: start;
    padding: 42px 0 28px;
}

.pl-footer-brand,
.pl-footer-connect,
.pl-footer-copy {
    min-width: 0;
}

.pl-footer-brand p,
.pl-footer-copy p,
.pl-footer-bottom p {
    margin: 0;
}

.pl-footer-brand p {
    margin-top: 10px;
    color: #e9d7c5;
    font-weight: 900;
    text-align: left;
    text-transform: uppercase;
}

.pl-footer-connect > strong,
.pl-footer-copy > strong {
    display: block;
    margin-bottom: 12px;
    color: var(--pl-primary);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.pl-footer-socials {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: wrap;
}

.pl-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 8px 12px;
    border: 2px solid rgba(255, 255, 255, .72);
    border-radius: 0;
    background: rgba(255, 255, 255, .06);
    color: var(--pl-white);
    text-decoration: none;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.pl-social-link svg {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.pl-social-link:hover {
    background: var(--pl-primary);
    color: var(--pl-black);
}

.pl-footer-legal {
    display: grid;
    gap: 8px;
}

.pl-footer-legal a {
    color: var(--pl-primary);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
}

.pl-footer-legal a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.pl-footer-bottom {
    width: min(1320px, calc(100% - 32px));
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 0 28px;
    border-top: 1px solid rgba(255, 255, 255, .22);
    color: #e9d7c5;
    font-size: 14px;
}

.pl-footer-bottom a {
    color: var(--pl-primary);
    font-weight: 900;
}

.pl-site-footer p {
    text-align: left;
}

.pl-footer-bottom p:last-child {
    text-align: right;
}

.pl-timeline article img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    margin-bottom: 14px;
    border: 3px solid var(--pl-black);
    background: #fff7db;
}

.pl-bio-copy {
    max-width: 68ch;
}

.pl-bio-copy p,
.pl-bio-copy ul,
.pl-bio-copy ol,
.pl-bio-copy blockquote {
    margin: 0 0 16px;
}

.pl-bio-copy p:last-child,
.pl-bio-copy ul:last-child,
.pl-bio-copy ol:last-child,
.pl-bio-copy blockquote:last-child {
    margin-bottom: 0;
}

.pl-bio-copy ul,
.pl-bio-copy ol {
    padding-left: 24px;
}

.pl-bio-copy li {
    margin-bottom: 8px;
}

.pl-bio-copy blockquote {
    border-left: 6px solid var(--pl-secondary);
    padding: 8px 0 8px 16px;
    font-weight: 900;
}

.pl-bio-copy a {
    color: var(--pl-secondary);
    font-weight: 900;
}

.pl-agenda-filter {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr) max-content max-content;
}

.pl-agenda-filter .pl-button {
    min-width: 116px;
    white-space: nowrap;
}

.pl-show-card-with-poster {
    grid-template-columns: 142px minmax(168px, 240px) minmax(0, 1fr);
    width: 100%;
    min-width: 0;
    overflow: hidden;
}

.pl-show-card-with-poster .pl-show-info,
.pl-show-card-with-poster .pl-show-actions {
    min-width: 0;
}

.pl-show-date small {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #fff;
}

.pl-show-card-with-poster .pl-show-info h2,
.pl-show-card-with-poster .pl-show-info h3,
.pl-poster-card h3 {
    overflow-wrap: anywhere;
}

.pl-show-poster {
    margin: 0;
    background: #fff7db;
    border-right: var(--pl-border);
    min-width: 0;
}

.pl-show-poster button,
.pl-poster-card button {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: zoom-in;
}

.pl-show-poster img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
}

.pl-show-actions button,
.pl-show-actions a {
    border: 0;
    border-bottom: 4px solid var(--pl-black);
    background: transparent;
    color: inherit;
    padding: 0 0 4px;
    font: inherit;
    font-weight: 900;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
}

.pl-agenda-posters {
    margin-top: 58px;
}

.pl-agenda-posters .pl-section-heading {
    margin-bottom: 24px;
}

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

.pl-poster-card {
    display: grid;
    grid-template-rows: auto 1fr;
    min-width: 0;
    overflow: hidden;
    background: #fff;
    border: var(--pl-border);
    box-shadow: var(--pl-shadow);
}

.pl-poster-card img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    background: #fff7db;
}

.pl-poster-card div {
    padding: 14px;
}

.pl-poster-card strong {
    display: inline-flex;
    margin-bottom: 8px;
    background: var(--pl-black);
    color: var(--pl-primary);
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
}

.pl-poster-card h3 {
    margin: 0 0 6px;
    font-family: Impact, Arial Black, sans-serif;
    font-size: 25px;
    line-height: 1;
    text-transform: uppercase;
}

.pl-poster-card p {
    margin: 0;
    color: var(--pl-muted);
    font-weight: 800;
    line-height: 1.35;
}

@media (max-width: 1180px) {
    .pl-show-card-with-poster {
        grid-template-columns: 132px minmax(150px, 210px) minmax(0, 1fr);
    }

    .pl-poster-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .pl-footer-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .pl-footer-brand p,
    .pl-site-footer p,
    .pl-footer-bottom p:last-child {
        text-align: center;
    }

    .pl-footer-socials {
        justify-content: center;
    }

    .pl-footer-bottom {
        display: grid;
        justify-items: center;
        text-align: center;
    }

    .pl-agenda-filter {
        grid-template-columns: 1fr 1fr;
    }

    .pl-show-card-with-poster {
        grid-template-columns: 116px minmax(0, 1fr);
    }

    .pl-show-card-with-poster .pl-show-date {
        border-right: var(--pl-border);
        border-bottom: 0;
    }

    .pl-show-poster {
        border-right: 0;
    }

    .pl-show-poster img {
        min-height: 180px;
    }

    .pl-show-card-with-poster .pl-show-info,
    .pl-show-card-with-poster .pl-show-actions {
        grid-column: 1 / -1;
    }

    .pl-poster-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .pl-agenda-filter,
    .pl-show-card-with-poster,
    .pl-show-card-with-poster .pl-show-actions,
    .pl-poster-grid {
        grid-template-columns: 1fr;
    }

    .pl-show-card-with-poster .pl-show-date,
    .pl-show-poster {
        border-right: 0;
        border-bottom: var(--pl-border);
    }

    .pl-show-poster img {
        max-height: 520px;
        object-fit: contain;
    }

    .pl-social-link span {
        display: none;
    }

    .pl-social-link {
        width: 46px;
        padding: 8px;
    }
}
