.mv-contrast .contrast-label {
    font-weight: 600;
    font-style: italic;
    line-height: 2rem;
    font-size: 1.2rem;
    padding-right: 0.5rem;
}
.mv-contrast .default,
.mv-contrast .high {
    width: 2.5rem;
    height: 2.3rem;
    padding: 0;
    border: 2px solid white;
    border-radius: 2px;
    line-height: 0;
    font-size: 12px;
}

.mv-contrast .default {
    background: white;
    color: #115e6e;
    font-weight: 500;
}
.mv-contrast .default:hover,
.mv-contrast .default:focus {
    background: white;
    color: black;
}

.mv-contrast .high {
    background: black;
    color: white;
    font-weight: 800;
}

.mv-contrast .high:hover,
.mv-contrast .high:focus {
    background: white;
    color: black;
}

.mv-contrast .selected {
    border: 2px solid #f7941e;
}