.dropdown-item{background-color:var(--hlx-theme-background-default);z-index:1;border:1px solid #0000;border-radius:8px;width:100%;position:relative}@media screen and (width>=1044px){.dropdown-item:hover{border:1px solid var(--hlx-color-background-info-hover)}}.dropdown-button{flex-direction:column;justify-content:space-between;align-items:center;width:100%;padding:32px 20px;display:flex}.dropdown-button:focus,.dropdown-button:focus-visible{outline:none}.dropdown-button:focus-visible:before{content:"";border-radius:8px;position:absolute;inset:-1px;border:2px solid var(--hlx-theme-border-focus)!important}@media screen and (width<=768px){.dropdown-button{padding:20px 16px}}.dropdown-heading{flex-direction:row;justify-content:space-between;align-items:center;width:100%;display:flex}.dropdown-label-container{flex-direction:row;align-items:center;column-gap:12px;display:flex}.dropdown-caret{transition:transform .3s ease-in-out}.dropdown-caret[data-expanded=true]{transform:rotate(180deg)}.dropdown-description{text-align:left;transition:all .3s ease-in-out;overflow:hidden}.dropdown-description[data-state=closed]{opacity:0;max-height:0}.dropdown-description[data-state=open]{opacity:1;max-height:200px;margin-top:12px}
