/* Enthusiast Edge - Break long lists of TRP links into multiple columns on desktop */
.trp-link-list { -webkit-column-count: 4; -moz-column-count: 4; column-count: 4; -webkit-column-gap: 32px; -moz-column-gap: 32px; column-gap: 32px; }
.trp-link-list li { -webkit-column-break-inside: avoid; -moz-column-break-inside: avoid; break-inside: avoid-column; }

/* Enthusiast Edge - Fix widget heading color for compliance */
[data-name="contact-hours-1"] h3 {color: #000 !important;}