<!-- start Simple Custom CSS and JS -->
<style type="text/css">
a.gustave-chip {
    padding: 7px 13px;
    border-radius: 99px;

    width: fit-content;

    background-color: #fff;

    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;

    color: #6B7280;
}

a.gustave-chip.active {
    background-color: #E5F1FF;
    color: #1D4ED8;

    cursor: auto;
}

a.gustave-chip:hover {
    background-color: #E5F1FF;
    border-color: #1D4ED8;
	
	color: #111827;
	}

a.gustave-chip.active:hover {
    background-color: #E5F1FF;
    color: #1D4ED8;
	cursor: auto;
}</style>
<!-- end Simple Custom CSS and JS -->
