/* Deliberately scoped away from shared navigation and informational prose. */
.prsb-home-main .entry-content > section + section { margin-block-start: clamp(40px, 5vw, 64px); }
.prsb-home-main .entry-content > section:has(.prsb-events),
.prsb-home-main .entry-content > section:has(.prsb-teaching-cards) { padding-block: 28px; border-block: 1px solid #e2ddd2; }
.prsb-teaching-cards .wp-block-post-template > li { min-width: 0; }
.prsb-teaching-cards article { height: 100%; padding: 24px; box-sizing: border-box; border: 1px solid #e2ddd2; border-radius: 8px; background: #fff; }
.prsb-teaching-cards .wp-block-post-terms { font-size: .8rem; }
.prsb-teaching-cards .wp-block-post-terms a { display: inline-block; color: #5b4618; background: #f4eedf; padding: 3px 9px; border-radius: 3px; text-decoration: none; }
.prsb-teaching-cards .wp-block-post-title { line-height: 1.4; }
.prsb-teaching-cards .wp-block-post-title a { color: #142c63; text-decoration: none; }
.prsb-teaching-cards .wp-block-post-title a:hover { text-decoration: underline; }
.prsb-teaching-cards .wp-block-post-featured-image { height: 190px; background: #f7f5ef; }
.prsb-teaching-cards .wp-block-post-featured-image a { height: 100%; display: block; }
.prsb-teaching-cards .wp-block-post-featured-image img { width: 100%; height: 100%; object-fit: contain; }
.prsb-teaching-cards .wp-block-post-excerpt { font-size: .95rem; line-height: 1.65; color: #4d4d4d; }
.prsb-teaching-cards .wp-block-post-excerpt__excerpt { margin-block: 12px; }
.prsb-teaching-cards .wp-block-post-date { margin-top: 16px; color: #666; font-size: .8rem; }
.prsb-registration { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 10px 22px; box-sizing: border-box; border-radius: 4px; background: #a71010; color: #fff !important; font-size: 1rem; line-height: 1.5; font-weight: 600; text-decoration: none; }
.prsb-registration:hover { background: #7e0c0c; text-decoration: underline; }
.prsb-registration:focus-visible { outline: 3px solid #142c63; outline-offset: 4px; }
@media (max-width: 600px) {
    .prsb-teaching-cards .wp-block-post-template { grid-template-columns: minmax(0, 1fr); }
    .prsb-registration { width: 100%; }
}
