.cl-radios-wrapp {
    display: flex;
    align-items: center;
}

.cl-radio-wrapp-lbl {
    padding: .5rem 1rem .5rem 0;
}

.cl-radio-lbl {
    padding-right: 1rem;
}

.cl-radios-wrapp button[class*='cl-ratio-ele'] {
    outline: 2.5px solid #f5f5f5;
    padding: .75rem .95rem;
    margin-right: 1rem;
    box-shadow: none;
    border-radius: 3px;
    border-width: 3px;
}

.cl-radios-wrapp button[class*='cl-ratio-ele']:focus,
.cl-radios-wrapp button[class*='cl-ratio-ele']:active {
    box-shadow: none;
}

.cl-radios-wrapp button[class*='cl-ratio-ele']:last-of-type {
    margin-right: 0;
}

.cl-radios-wrapp .cl-app-btn[class*='cl-ratio-btn--active'],
.cl-radios-wrapp .cl-app-btn[class*='cl-ratio-btn--active']:focus,
.cl-radios-wrapp .cl-app-btn[class*='cl-ratio-btn--active']:active {
    box-shadow: 0px 0 0px 5px #393939;
}