:root{--color-white:#fff;--color-orange:#f60;--color-lightgray:#b6b6b6;--color-black:#333}.v-radioButton{display:flex;flex-wrap:wrap;gap:1.6rem}.v-radioButton__button{border:1px solid #333;border-radius:8px;color:#333;cursor:pointer;font-size:1.4rem;font-weight:700;height:auto;line-height:2.4rem;padding:2.3rem;position:relative}@media screen and (max-width:992px){.v-radioButton__button{padding:1.9rem 1.5rem}}@media (hover:hover) and (pointer:fine){.v-radioButton__button:hover{background:#fff}}@media screen and (hover:hover) and (pointer:fine) and (max-width:992px){.v-radioButton__button:hover{background:#0000}}.v-radioButton__button .v-tooltip{height:calc(100% + .4rem);left:0;margin:0;position:absolute;top:-.4rem;width:100%}.v-radioButton__button .v-tooltip .v-tooltip__container{height:100%;width:100%}.v-radioButton__button.active{background:#0000;border-color:#f60;color:#f60;cursor:default}.v-radioButton__button.disabled{border-color:#b6b6b6;color:#b6b6b6;cursor:default}@media (hover:hover) and (pointer:fine){.v-radioButton__button.disabled:hover{background:#0000}}.v-radioButton__button.withDescription{padding:1.1rem 2.3rem}@media screen and (max-width:992px){.v-radioButton__button.withDescription{padding:.7rem 1.5rem}}
