.radio-input {
    background: #181818!important;
}

.radio-input label {
    font-size:.8rem;
}

.gc-time {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: .2rem;
    font-size: .9rem;
    margin-top: .4rem;
}

.gc-time span {
    font-size: 1rem;
}

@media screen and (max-width: 992px) {
    .radio-input label {
        font-size:.7rem;
    }
}