.ps-schedule .wp-block-group {
    margin-bottom: var(--wp--style--block-gap, 24px);
}

.ps-schedule .wp-block-group:last-child {
    margin-bottom: 0;
}

.ps-pill-header h5,
.ps-pill-header p,
.ps-pill h5,
.ps-pill p {
    margin: 0;
}

@media (max-width: 640px) {
    .ps-schedule .ps-heading,
    .ps-schedule .ps-entry-title {
        font-size: var(--wp--preset--font-size--small, 0.875em);
    }
}
