body {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
}
a { text-underline-offset: .15em; } input, textarea, select, button {
background-color: inherit;
border-radius: 0;
font-family: inherit;
font-size: inherit;
}
input, textarea, select {
background-color: var( --wp--preset--color--background );
border: .1rem solid var( --wp--preset--color--secondary );
color: var( --wp--preset--color--foreground );
padding: .5em;
} .editor-post-title__input { text-align: center; } .wp-block-navigation__responsive-container-close {
right: 50%;
transform: translateX( 50% );
} .wp-block-search__input,
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
border-color: var(--wp--preset--color--secondary) !important;
} hr.is-style-davis-separator {
border: none;
border-bottom: .5px solid;
border-top: .5px solid;
overflow: visible !important;
position: relative;
}
hr.is-style-davis-separator:before,
hr.is-style-davis-separator:after {
background-color: var( --wp--preset--color--background );
border: 1px solid;
box-sizing: border-box;
content: "";
height: 12px;
position: absolute;
top: calc( 50% - 6px );
transform: rotate( 45deg );
width: 12px;
}
hr.is-style-davis-separator:before { left: calc( 50% - 14px ); }
hr.is-style-davis-separator:after { left: calc( 50% + 2px ); }