#dropdownRadio{position:absolute;padding:.5rem 1rem 2rem;display:none;max-height:440px;width:270px}#dropdownRadio:before{content:"";position:absolute;left:0;z-index:-10;width:100%;border-radius:1.5rem;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));height:calc(100% + 70px);top:-70px;box-shadow:0 3px 6px #00000029}#dropdownRadio.show{display:block}#dropdownRadio .list{display:flex;flex-direction:column;overflow:auto;max-height:320px}#dropdownRadio .item{display:flex;cursor:pointer;align-items:center;gap:.5rem;font-size:.875rem;line-height:1.25rem;color:var(--second-color)}@media screen and (max-width:767px){#dropdownRadio{width:230px}}