.wp-block-block-drawer__title-wrapper{display:flex;align-items:center;justify-content:center;padding-right:3rem;padding-left:3rem;background:#649700;text-decoration:none}.wp-block-block-drawer__title-wrapper:hover .wp-block-block-drawer__chevron{animation:chevron-bob .5s infinite;animation-timing-function:ease-out}.wp-block-block-drawer__title{color:#fff}.wp-block-block-drawer__chevron{width:3rem;height:2rem;margin-left:2rem;transform:rotate(90deg);transition:transform .3s ease;fill:#fff}.wp-block-block-drawer__active .wp-block-block-drawer__chevron{transform:rotate(-90deg)}.wp-block-block-drawer__content{display:none}@keyframes chevron-bob{0%{margin-top:0;margin-bottom:0}33%{margin-top:-.25rem;margin-bottom:.25rem}66%{margin-top:.25rem;margin-bottom:-.25rem}to{margin-top:0;margin-bottom:0}}