: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{position:relative;height:auto;padding:2.3rem;font-size:1.4rem;line-height:2.4rem;font-weight:700;border:1px solid #333;border-radius:8px;color:#333;cursor:pointer}@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{width:100%;height:calc(100% + .4rem);position:absolute;left:0;top:-.4rem;margin:0}.v-radioButton__button .v-tooltip .v-tooltip__container{width:100%;height:100%}.v-radioButton__button.active{border-color:#f60;color:#f60;background:#0000;cursor:default}.v-radioButton__button.disabled{color:#b6b6b6;border-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}}
