.dropdown{position:relative;min-width:200px;height:56px}.dropdown-btn svg{min-width:20px;min-height:20px}.dropdown-btn{background-color:transparent;border:none;padding:17px 20px;margin:0;font-size:16px;font-weight:600;color:inherit;text-align:left;cursor:pointer;height:56px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;gap:10px}.expanded .dropdown-btn svg:last-child{transform:rotate(180deg)}.dropdown-content{position:absolute;top:0;left:0;width:100%;background:inherit;border-radius:inherit;overflow:hidden}.collapsed .dropdown-content{height:56px}.expanded .dropdown-content{height:auto}.dropdown-items{padding-bottom:25px}.dropdown-item{display:block;width:100%;padding:8px 20px 0;border:none;background:none;text-align:left;cursor:pointer;color:#284954}.dropdown-item:after{content:"";display:block;width:100%;height:1px;background-color:hsla(34,36%,61%,.4);margin-top:10px}.transparent .dropdown-item{color:#fff}.transparent .dropdown-item:after{background-color:hsla(0,0%,100%,.4)!important}.dropdown-item:last-child:after{visibility:hidden}.dropdown-item:hover{background-color:rgba(0,0,0,.1)}.dropdown .show{display:block}.dropdown .hide{display:none}