
.latest-festival-post-block.has-inverted-theme {
    --fa--color--primary: #ffffff;
    --fa--color--secondary: #999999;
    --fa--color--tertiary: #0d0d0d;
    --fa--color--quaternary: #414141;
    --fa--color--quinary: #bbbbbb;
    --fa--color--background: #000000;
    --fa--color--shadow: rgba(255,255,255,0.4);
}
.latest-festival-post-block.has-background {
    background-color: var(--fa--color--background);
    color: var(--fa--color--primary);
    margin-block-end: 0!important;
    padding-block-start: var(--fa--section--gap-start)!important;
    padding-block-end: var(--fa--section--gap-end)!important;
}
.has-inverted-theme .post-card a:hover .wp-block-image {
    box-shadow: 1px 1px 15px rgba(255,255,255,0.4);
}
.post-list {
    display: flex;
    flex-wrap: wrap;
    gap: var(--fa--gutter);
}
.post-list > * {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
@media (min-width: 48em) {
    .post-list > *:only-child {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        border-bottom: none!important;
        padding-bottom: none;
        gap: var(--fa--gutter);
    }
    .post-list > *:only-child .issue-no span {
        display: block;
    }
    .post-list > *:only-child > * {
        width: calc(50% - var(--fa--gutter) / 2);
    }
    .post-list > *:only-child {
        margin-bottom: clamp(2.5rem, 2.0833rem + 2.0833vw, 3.75rem)!important;
    }
}