.dropdown-list{flex-direction:column;justify-content:space-evenly;align-items:center;width:90vw;height:fit-content;display:flex}.dropdown-item{flex-direction:column;align-self:center;width:85vw;margin:0 auto;padding-bottom:24px;display:flex}.dropdown-title{z-index:1;background-color:#77777725;border:1px solid #7a7a7a2e;border-radius:.6rem;flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:fit-content;padding:8px 16px;font-size:18px;font-weight:400;display:flex}:root{--dropdown-max-height:600px;--dropdown-link-color:#94d2fa;--dropdown-link-color-hover:#c8ebff}.dropdown-body{opacity:0;background-color:#77777725;border:1px solid #7a7a7a2e;border-radius:.6rem;align-self:center;width:98%;max-height:0;margin-top:5px;transition:max-height .35s ease-in-out,opacity .35s ease-in-out;overflow:hidden}.dropdown-body.open{max-height:var(--dropdown-max-height);opacity:1}.dropdown-body-inner{text-align:center;padding:18px;font-size:16px}.dropdown-body ul{text-align:left;width:90%;margin:auto}.dropdown-body li{margin-bottom:12px}.dropdown-link{color:var(--dropdown-link-color);text-underline-offset:3px;-webkit-text-decoration:underline #94d2fa66;text-decoration:underline #94d2fa66;transition:color .2s,text-decoration-color .2s}.dropdown-link:hover{color:var(--dropdown-link-color-hover);-webkit-text-decoration-color:var(--dropdown-link-color-hover);text-decoration-color:var(--dropdown-link-color-hover)}.dropdown-arrow{justify-content:center;align-items:center;width:24px;padding:4px}
