@import url("schedule-content.css");

/* Contact page-specific styles can be added here. */

.schedule-heading p {
    padding: 14px 18px;
    background: transparent;
    border-left: 4px solid var(--color-accent);
    border-radius: 0 12px 12px 0;
    box-shadow: none;
    font-weight: var(--weight-semibold);
    line-height: var(--leading-relaxed);
    max-width: 740px;
}
