/* LIV — front-end matched Post Editor */
body.editor-styles-wrapper.post-type-post {
  background: #fff;
  color: #334155;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

body.editor-styles-wrapper.post-type-post .wp-block-post-title,
body.editor-styles-wrapper.post-type-post .wp-block-post-content > :where(:not(.alignwide):not(.alignfull)) {
  box-sizing: border-box;
  width: 100%;
  max-width: 760px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.editor-styles-wrapper.post-type-post .wp-block-post-title {
  margin-top: 40px !important;
  margin-bottom: 15px !important;
  padding: 0 !important;
  color: #1e293b;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

body.editor-styles-wrapper.post-type-post .wp-block-post-content,
body.editor-styles-wrapper.post-type-post .wp-block-post-content p,
body.editor-styles-wrapper.post-type-post .wp-block-post-content li {
  color: #334155;
  font-size: 16px;
  line-height: 1.65;
}

body.editor-styles-wrapper.post-type-post .wp-block-post-content p {
  margin-top: 0;
  margin-bottom: 25.6px;
}

/* LIV header search */
#masthead .liv-header-search-link > a { display:flex; align-items:center; gap:9px; border:1px solid currentColor; border-radius:6px; padding:0 14px; line-height:38px; height:40px; margin-left:12px; }
#masthead .liv-header-search-link { align-self:center; }
#masthead .liv-header-search-link > a::before { content:""; width:15px; height:15px; flex-shrink:0; background:currentColor; -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='10' cy='10' r='7' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='M15 15l6 6' stroke='black' stroke-width='2'/%3E%3C/svg%3E") center/contain no-repeat; mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='10' cy='10' r='7' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='M15 15l6 6' stroke='black' stroke-width='2'/%3E%3C/svg%3E") center/contain no-repeat; }
#masthead .liv-header-search-link > a:focus-visible { outline:2px solid currentColor; outline-offset:3px; }
@media (max-width:921px) { #masthead .liv-header-search-link > a { display:inline-flex; margin:12px 20px; } }
