.state-menu__box{width:100%}.state-menu__wrapper{display:flex;align-items:center}.state-menu__title{padding-right:10px}.state-menu__state{cursor:pointer;width:120px;position:relative}.state-menu__state p{margin-bottom:0;line-height:1;position:relative;border:1px solid grey;border-radius:4px;padding:5px 10px}.state-menu__state p:before{position:absolute;content:"";width:9px;height:5px;top:50%;transform:translateY(-50%);right:12px;background-image:url(/wp-content/themes/brendly/template-parts/blocks/help/help-img/bottom-triangle.svg);background-repeat:no-repeat;background-position:center center;transition:0.4s ease}.state-menu__state:hover p::before{transform:translateY(-50%) rotate(180deg);transition:0.4s ease}.state-menu__state-ul{width:120px;position:absolute;top:35px;left:0;margin-top:0!important;margin-bottom:0!important;list-style-type:none;padding-left:0!important;background:#fff;opacity:0;visibility:hidden;transition:0.3s;border:1px solid grey;border-radius:4px}.state-menu__state:hover .state-menu__state-ul{opacity:1;visibility:visible}.state-menu__state-li{padding-left:10px}.state-menu__state-li:not(:last-child){border-bottom:1px solid grey;margin-bottom:0!important}.state-menu__description{display:block;padding:30px 40px 27px 40px;border:1px solid #eceef2;border-radius:12px;margin:22px 0 10px 0}.state-menu__description ul{margin:0}.state-menu__description p:last-child{margin-bottom:0}