html {
    background-color: rgba(238, 240, 240, 1);
    /* background: repeat url('/style/patterns/paisley.webp'); */
}

.brand-radio label.radio,
.label-size-radio label.radio {
    display: block;
    margin: 0;
}

.brand-radio label.radio .button-radio {
    width: 240px;
    height: 65px;
    line-height: 60px;
    margin-bottom: 1rem;
    border-radius: 8px;
    border: 3px solid;
    border-color: rgb(228, 239, 249);
    border-color: transparent;
    background-color: rgb(255, 255, 255);
    color: rgb(41, 111, 168);
    color: rgb(0, 0, 0);
    font-size: 1.5rem;
    pointer-events: none;
}

.label-size-radio label.radio .button-radio {
    width: 240px;
    height: 45px;
    line-height: 40px;
    margin-bottom: 1rem;
    border-radius: 8px;
    border: 3px solid;
    border-color: rgb(228, 239, 249);
    border-color: transparent;
    background-color: rgb(255, 255, 255);
    color: rgb(41, 111, 168);
    color: rgb(0, 0, 0);
    font-size: 1.5rem;
    pointer-events: none;
}

/* Hide the browser's default radio button */
.brand-radio label.radio input,
.label-size-radio label.radio input {
    position: absolute;
    opacity: 0;
    background-color: red;
    cursor: pointer;
    left: 0.5rem;
    top: 0.5rem;
    height: 0px;
    width: 0px;
}

.brand-radio label.radio:hover input ~ .button-radio,
.label-size-radio label.radio:hover input ~ .button-radio {
    background-color: rgb(255, 255, 255);
}

.brand-radio label.radio input:checked ~ .button-radio,
.label-size-radio label.radio input:checked ~ .button-radio {
    border-color: #2196f3;
}
