@keyframes ph-search-modal__fade-in{0%{opacity:0}to{opacity:1}}@keyframes ph-search-modal__fade-out{0%{opacity:1}to{opacity:0}}.wp-block-ph-search-modal{display:flex}.wp-block-ph-search-modal__button{align-items:center;background:none;border:0;color:inherit;cursor:pointer;display:flex;justify-content:center}.wp-block-ph-search-modal__button svg{fill:currentcolor}.wp-block-ph-search-modal__button:focus{outline:2px solid inherit;outline-offset:2px}.wp-block-ph-search-modal__button:focus:not(:focus-visible){outline:none}.wp-block-ph-search-modal__overlay{align-items:center;animation:ph-search-modal__fade-in .3s ease-in-out;background:rgb(0 0 0 / .6);display:flex;inset:0;justify-content:center;position:fixed;z-index:9999}.wp-block-ph-search-modal__container{animation:ph-search-modal__fade-in .3s ease-in-out;background-color:#fff;border-radius:4px;box-sizing:border-box;margin-inline:1rem;max-height:100%;max-width:600px;overflow-y:auto;padding:20px;width:100%}.wp-block-ph-search-modal__header{align-items:center;display:flex;justify-content:end}.wp-block-ph-search-modal__close-button{background:#fff0;border:0;cursor:pointer;font-size:1.5rem}.wp-block-ph-search-modal__close-button:before{content:"✕"}.wp-block-ph-search-modal__content{color:rgb(0 0 0 / .8);line-height:1.5;padding-bottom:1.5rem;padding-top:1.5rem}.wp-block-ph-search-modal__form{display:flex;flex-direction:column;gap:.5rem}.wp-block-ph-search-modal__form label{font-size:1rem;font-weight:500}.wp-block-ph-search-modal__form-controls{display:flex;gap:.5rem}.wp-block-ph-search-modal__form-input{box-sizing:border-box;display:flex;flex:1;font-size:1rem;text-indent:.5rem;width:100%}.wp-block-ph-search-modal__fade{display:none}.wp-block-ph-search-modal__fade.is-open{display:block}.wp-block-ph-search-modal__fade[aria-hidden=false] .wp-block-ph-search-modal__container,.wp-block-ph-search-modal__fade[aria-hidden=false] .wp-block-ph-search-modal__overlay{animation:ph-search-modal__fade-in .3s ease-in-out}.wp-block-ph-search-modal__fade[aria-hidden=true] .wp-block-ph-search-modal__container,.wp-block-ph-search-modal__fade[aria-hidden=true] .wp-block-ph-search-modal__overlay{animation:ph-search-modal__fade-out .3s ease-in-out}