/* WordPress integration; the approved frontend remains the visual source. */
.admin-bar .site-header { top:32px; }
.yp-editor-content { max-width:850px; font-size:17px; line-height:2; }
.yp-editor-content h2,.yp-editor-content h3 { margin-top:1.8em; margin-bottom:.7em; }
.yp-editor-content a { text-decoration:underline; text-underline-offset:4px; }
.yp-editor-content ul,.yp-editor-content ol { padding-left:1.4em; }
.yp-editor-content img { height:auto; }
.yp-editor-content figure { max-width:100%; }
.yp-editor-content table { border-collapse:collapse; width:100%; }
.yp-editor-content th,.yp-editor-content td { border:1px solid var(--line); padding:12px; }
.yp-archive-item { padding:30px 0; border-bottom:1px solid var(--line); }
.yp-article-back { margin-bottom:70px; }
.yp-post-image { padding:0; }
.yp-post-image img { width:100%; height:100%; object-fit:cover; }
.yp-pagination ul { display:flex; flex-wrap:wrap; gap:10px; list-style:none; padding:0; margin:40px 0; }
.yp-pagination a,.yp-pagination .current { padding:8px 15px; border:1px solid var(--line); }
.yp-pagination .current { background:var(--blue); color:#fff; }
.yp-cf7-area .form-intro { margin-bottom:24px; }
.yp-cf7-area .field { display:block; margin:0 0 20px; font-size:14px; }
.yp-cf7-area .wpcf7-form-control-wrap { display:block; margin-top:8px; }
.yp-cf7-area input[type=text],.yp-cf7-area input[type=email],.yp-cf7-area select,.yp-cf7-area textarea { width:100%; min-height:50px; border:1px solid #cad2df; border-radius:9px; background:#fff; padding:12px 14px; font-size:16px; }
.yp-cf7-area .wpcf7-not-valid-tip { font-size:14px; margin-top:6px; }
.yp-cf7-area .wpcf7-response-output { margin:22px 0 0; padding:15px; font-size:15px; }
.yp-cf7-area .wpcf7-list-item { margin-left:0; }
.yp-cf7-area .wpcf7-acceptance input { width:18px; height:18px; margin:0 9px 0 0; }
.yp-cf7-area .yp-submit-wrap { margin-top:25px; }
.yp-cf7-area input[type=submit] { cursor:pointer; width:auto; min-height:54px; border-radius:99px; background:var(--blue); color:#fff; font-size:15px; padding:12px 27px; }
.yp-cf7-review h2 { font-size:26px; margin-bottom:20px; }
.yp-cf7-review .review-actions { margin-top:24px; }
.yp-cf7-review dd { white-space:pre-wrap; overflow-wrap:anywhere; }
.yp-cf7-review-button { margin-top:20px; }
@media(max-width:782px) { .admin-bar .site-header { top:46px; } }
@media(max-width:600px) { #wpadminbar { position:fixed; } }
@media(max-width:700px) { .yp-editor-content { font-size:16px; } }
/* CF7 may insert paragraph wrappers around the supplied two-column form rows. */
.yp-cf7-area .form-row>p { display:contents; }
.yp-cf7-area .form-row>p>br { display:none; }
