/* Make JetSmartFilters radio choices look like buttons (no dot) */ .cat-buttons .jet-radio-list input[type="radio"] { position: absolute !important; opacity: 0 !important; pointer-events: none !important; } .cat-buttons .jet-radio-list .jet-filter-row, .cat-buttons .jet-radio-list__row { display: inline-block; margin: .25rem .5rem .25rem 0; } .cat-buttons .jet-radio-list label, .cat-buttons .jet-radio-list .jet-filter-label { display: inline-block; padding: .55rem 1rem; border: 1px solid #d6d6d6; border-radius: 999px; /* pill shape */ background: #f6f6f6; color: #333; line-height: 1; cursor: pointer; transition: all .15s ease-in-out; } /* active (checked) state */ .cat-buttons .jet-filter-row--checked label, .cat-buttons .jet-radio-list__row.jet-filter-row--checked .jet-filter-label { background: #c62828; /* your brand color */ border-color: #c62828; color: #fff; } /* hover/focus */ .cat-buttons .jet-radio-list label:hover, .cat-buttons .jet-radio-list .jet-filter-label:hover, .cat-buttons .jet-radio-list input[type="radio"]:focus + label { box-shadow: 0 0 0 2px rgba(198,40,40,.12); } /* optional: make all buttons same height & remove extra gap */ .cat-buttons .jet-radio-list .jet-filter-label { white-space: nowrap; } Skip to content

News, Announcements, & Press Releases