.searchform .searchform-submit{border-radius:var(--wp--custom--spacing--corner);background-color:var(--wp--context--button-base-color);color:var(--wp--context--button-text-color)}.searchform .searchform-submit:hover{background-color:var(--wp--context--button-hover-color);color:var(--wp--context--button-text-color)}.searchform .searchform-submit{font-family:inherit;font-size:var(--wp--preset--font-size--50);font-weight:700;line-height:1;white-space:nowrap;padding-block:1.25em;padding-inline:2em;text-decoration:none;text-transform:uppercase;text-shadow:none;outline:none;cursor:pointer}@media screen and (min-width: 768px){.searchform .searchform-submit{transform:scale(1)}.searchform .searchform-submit:hover{transform:scale(1.05)}.searchform .searchform-submit{transition:transform .2s}}.is-style-outline .searchform .searchform-submit,.searchform .is-style-outline .searchform-submit{border-width:2px solid var(--wp--context--foreground-color);background-color:rgba(0,0,0,0);--wp--context--button-text-color: var(--wp--context--foreground-color);--wp--context--button-hover-color: var(--wp--context--foreground-color);--wp--context--button-base-color: var(--wp--context--foreground-color)}.search-modal-inner{max-width:var(--wp--style--global--content-size);margin-left:auto;margin-right:auto;padding-block:calc(2*var(--wp--context--gap));padding-inline:var(--wp--context--gap);container-type:inline-size}.searchform{display:flex;align-items:stretch;width:100%}.searchform .searchform-input-container{--wp--context--background-color: var(--wp--custom--context--default--background-color);--wp--context--foreground-color: var(--wp--custom--context--default--foreground-color);--wp--context--muted-color: color-mix( in srgb, var(--wp--context--foreground-color), var(--wp--context--background-color) 33% );--wp--context--faint-color: color-mix( in srgb, var(--wp--context--foreground-color), var(--wp--context--background-color) 80% );--wp--context--heading-text-color: var(--wp--custom--context--default--heading-text-color);--wp--context--link-text-color: var(--wp--custom--context--default--link-text-color);--wp--context--link-hover-color: var(--wp--custom--context--default--link-hover-color);--wp--context--link-text-decoration: var(--wp--custom--context--default--link-text-decoration);--wp--context--button-base-color: var(--wp--custom--context--default--button-base-color);--wp--context--button-hover-color: var(--wp--custom--context--default--button-hover-color);--wp--context--button-text-color: var(--wp--custom--context--default--button-text-color);--wp--context--button-hover-text-color: var(--wp--custom--context--default--button-hover-text-color);--wp--context--input-background-color: var(--wp--custom--context--default--input-background-color);--wp--context--input-foreground-color: var(--wp--custom--context--default--input-foreground-color);--wp--context--input-border-color: var(--wp--custom--context--default--input-border-color);background-color:var(--wp--context--background-color);color:var(--wp--context--foreground-color);flex:1;position:relative;padding:.5em;border-radius:var(--wp--custom--spacing--corner);border-top-right-radius:0;border-bottom-right-radius:0;display:flex;align-items:stretch}.search-inline .searchform .searchform-input-container{border:1px solid var(--wp--custom--color--primary)}.searchform .searchform-input{width:100%;border:none;outline:none;padding:.5em;background:rgba(0,0,0,0);font-size:var(--wp--preset--font-size--70)}.search-inline .searchform .searchform-input{font-size:var(--wp--preset--font-size--50)}.searchform .searchform-submit-container{background-color:var(--wp--custom--color--green);color:var(--wp--custom--color--base);border-radius:var(--wp--custom--spacing--corner);border-top-left-radius:0;border-bottom-left-radius:0;display:flex;align-items:stretch}.searchform .searchform-submit{--wp--context--link-inner-color: var(--wp--custom--color--base);font-size:var(--wp--preset--font-size--60)}.search-inline .searchform .searchform-submit{font-size:var(--wp--preset--font-size--50)}.searchform .searchform-submit{padding:.5em 1em;background:rgba(0,0,0,0);display:flex;align-items:center;justify-content:center}.search-modal-veil{position:fixed;z-index:var(--wp--custom--z--modal-veil);top:0;left:0;width:100%;height:100%;background:var(--wp--custom--color--contrast);opacity:0;pointer-events:none;transition:opacity .2s}body.search-open .search-modal-veil{opacity:.75;pointer-events:all;cursor:pointer}.search-modal{position:fixed;top:50%;transform:translateY(-50%);left:0;right:0;z-index:var(--wp--custom--z--modal);padding:var(--wp--context--gap);opacity:0;pointer-events:none;transition:opacity .2s}body.search-open .search-modal{opacity:1;pointer-events:all}.search-modal-inner{position:relative;box-shadow:var(--wp--preset--shadow--light);padding:0}.search-inline{max-width:40em;margin-left:auto;margin-right:auto}.editor-styles-wrapper .search-inline{margin-block-start:var(--wp--context--gap)}