/* PQI detail layout: hero, article/sidebar, questions, related content. */
.pqi-detail .hero-banner--single-service { padding:48px 0 64px; }
.pqi-detail .hero-banner__title { font-size:32px; line-height:1.2; font-weight:700; margin:0 0 16px; }
.pqi-detail .hero-banner__description { margin:0 0 16px; padding:0; font-size:18px; line-height:1.5; }
.pqi-detail .pqi-highlights { margin:0; padding:0; list-style:none; }
.pqi-detail .pqi-highlights li { position:relative; padding-left:24px; margin:0 0 16px; }
.pqi-detail .pqi-highlights li::before { content:'✹'; color:#f39a1e; position:absolute; left:0; top:0; }
.pqi-detail .pqi-highlights p { margin:0; }
.pqi-detail .hero-banner__buttons { gap:16px!important; margin:0!important; }
.pqi-detail .hero-banner__buttons .btn { display:inline-flex; align-items:center; justify-content:center; min-height:50px; padding:12px 32px; font-size:16px; font-weight:700; }
.pqi-detail .hero-banner__image-wrapper { margin:0; }
.pqi-detail .hero-banner__main-image { object-fit:contain; height:auto!important; max-height:440px; }
.pqi-detail .service-main-content { padding:24px 0 32px; }
.pqi-detail .service-main-content .row,.pqi-detail .post-grid__row { --bs-gutter-x:30px; }
.pqi-detail .service-main-content__content { overflow-wrap:anywhere; }
.pqi-detail .service-main-content__content img { max-width:100%; height:auto; }
.pqi-detail .service-main-content__content table { max-width:100%; display:block; overflow-x:auto; }
.pqi-detail .share__social { gap:16px!important; padding:0; margin:0; list-style:none; }
.pqi-detail .share__social a,.pqi-detail .share__social button { width:40px!important; height:40px!important; padding:10px!important; }
.pqi-detail .share__social svg { width:16px; height:16px; flex-shrink:0; }
.pqi-detail .toc { margin-top:32px!important; }
.pqi-detail .toc_inner>p { padding:16px; border-radius:0 40px 40px 0; font-size:16px; }
.pqi-detail .pqi-comments input:not([type=checkbox]),.pqi-detail .pqi-comments textarea { max-width:100%; border:1px solid #ddd; padding:10px; border-radius:6px; }
.pqi-detail .pqi-comments textarea { display:block; width:100%; }
.pqi-detail .pqi-comments .submit { background:#f39a1e; color:#fff; border:0; cursor:pointer; }
@media(max-width:781px) {
 .pqi-detail .hero-banner--single-service { padding:32px 0; }
 .pqi-detail .hero-banner__title { font-size:24px; }
 .pqi-detail .hero-banner__description { font-size:16px; }
 .pqi-detail .hero-banner__buttons .btn { padding:10px 20px; width:auto!important; font-size:14px; }
 .pqi-detail .hero-banner__col-image { margin-top:24px; }
 .pqi-detail .hero-banner__main-image { max-height:320px; }
 .pqi-detail .row>* { min-width:0; }
}
