:root{--hb-border:#e6e6e6;--hb-text:#111;--hb-muted:#737373;--hb-soft:#f7f7f7;--hb-star:#f4b400;--hb-green:#19733a}
.hb-reviews-shell,.hb-review-form,.hb-single-review,.hb-thankyou{box-sizing:border-box}
.hb-review-controls{display:flex;justify-content:space-between;align-items:center;gap:20px;margin:6px 0 28px;padding-bottom:16px;border-bottom:1px solid var(--hb-border)}
.hb-brand-tabs{display:flex;gap:10px;flex-wrap:wrap}.hb-brand-tabs a{position:relative;text-decoration:none!important;color:#333!important;background:#f3f3f3;border:1px solid #e2e2e2;border-radius:999px;padding:9px 18px;font-weight:700;line-height:1.1}.hb-brand-tabs a.is-active{background:#111;color:#fff!important;border-color:#111}
.hb-sort-form{margin:0}.hb-sort-form label{display:flex;align-items:center;gap:9px;font-weight:700;color:#333}.hb-sort-form select{min-width:155px;border:1px solid #d7d7d7;background:#fff;border-radius:9px;padding:9px 34px 9px 12px;font:inherit;color:#111}
.hb-review-controls-right{display:flex;align-items:center;gap:12px}.hb-leave-review-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;box-sizing:border-box;padding:9px 18px;border-radius:9px;background:#111;color:#fff!important;text-decoration:none!important;font-weight:800;white-space:nowrap;transition:opacity .15s ease,transform .15s ease}.hb-leave-review-btn:hover{opacity:.88;transform:translateY(-1px)}

/* Compact review mosaic */
.hb-review-masonry{column-count:2;column-gap:22px}
.hb-review-card{position:relative;display:grid;grid-template-columns:minmax(0,47%) minmax(0,53%);width:100%;height:330px;box-sizing:border-box;margin:0 0 22px;background:#fff;border:1px solid var(--hb-border);border-radius:16px;overflow:hidden;break-inside:avoid;box-shadow:0 5px 18px rgba(0,0,0,.035);transition:transform .18s ease,box-shadow .18s ease}
.hb-review-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(0,0,0,.075)}
.hb-card-stretched{position:absolute;inset:0;z-index:1}
.hb-card-photo{position:relative;background:#f1f1f1;overflow:hidden;min-width:0;height:100%}
.hb-card-photo img{display:block;width:100%;height:100%;object-fit:cover}
.hb-photo-placeholder{height:100%;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:900;letter-spacing:-1px;color:#222}.hb-photo-placeholder span{font-style:italic;margin-left:3px}
.hb-photo-badge{position:absolute;left:12px;bottom:12px;z-index:2;border-radius:999px;background:rgba(0,0,0,.72);color:#fff;padding:6px 10px;font-size:11px;font-weight:800;backdrop-filter:blur(3px)}
.hb-card-info{padding:18px 18px 15px;display:flex;min-width:0;flex-direction:column;align-items:flex-start;overflow:hidden}
.hb-card-rating{margin-bottom:8px;white-space:nowrap}
.hb-info-label{font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:#888;font-weight:800;margin-top:6px}
.hb-vehicle{font-size:16px;line-height:1.22;font-weight:800;color:#111;margin-top:2px}
.hb-locker{font-size:15px;font-weight:800;margin-top:2px}.hb-locker a{position:relative;z-index:3;color:#111!important;text-decoration:underline!important;text-underline-offset:3px}
.hb-verified{display:inline-flex;align-items:center;margin-top:9px;border-radius:999px;background:#edf8f0;color:var(--hb-green);font-size:11px;font-weight:800;padding:5px 8px}
.hb-card-excerpt{padding:0;margin-top:12px;font-size:13px;line-height:1.45;color:#454545;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}
.hb-card-footer{margin-top:auto;width:100%;display:flex;justify-content:space-between;align-items:center;gap:10px;padding-top:10px;font-size:11px;font-weight:700;color:#777}.hb-card-author{display:flex;align-items:center;gap:8px;min-width:0;flex-wrap:wrap}.hb-card-name{white-space:nowrap}.hb-verified-card{margin-top:0;font-size:11px;padding:5px 8px;white-space:nowrap}.hb-card-read{color:#111;white-space:nowrap}
.hb-stars-wrap{position:relative;display:inline-block;vertical-align:middle;font-size:19px;line-height:1;letter-spacing:1px}.hb-stars-bg{color:#dadada}.hb-stars-fill{position:absolute;left:0;top:0;overflow:hidden;white-space:nowrap;color:var(--hb-star)}.hb-rating-number{display:inline-block;margin-left:7px;font-size:12px;font-weight:800;color:#333;vertical-align:middle}
.hb-empty{border:1px dashed #d3d3d3;border-radius:14px;padding:42px 20px;text-align:center}.hb-empty strong,.hb-empty span{display:block}.hb-empty span{margin-top:7px;color:#777}

/* Form */
.hb-review-form{max-width:920px;margin:20px auto;background:#fff;border:1px solid var(--hb-border);border-radius:16px;padding:28px;box-shadow:0 8px 28px rgba(0,0,0,.04)}.hb-form-title{margin-bottom:24px}.hb-form-title h2{margin:4px 0 7px}.hb-form-title p{margin:0;color:#707070}.hb-kicker{font-size:11px;font-weight:900;letter-spacing:.13em}.hb-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.hb-review-form label,.hb-review-form legend{font-weight:700;color:#222}.hb-review-form small,.hb-muted{display:block;font-size:12px;font-weight:400;color:#777;margin-top:5px}.hb-review-form input[type=text],.hb-review-form input[type=email],.hb-review-form input[type=url],.hb-review-form select,.hb-review-form textarea{box-sizing:border-box;width:100%;margin-top:7px;border:1px solid #d0d0d0;border-radius:9px;background:#fff;padding:12px 13px;font:inherit;color:#111}.hb-review-form textarea{resize:vertical}.hb-photo-field{margin-top:20px}.hb-photo-field-head{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:10px}.hb-photo-label{font-weight:700;color:#222}.hb-muted-inline{font-size:12px;font-weight:400;color:#777}.hb-photo-count{font-size:13px;font-weight:700;color:#555;white-space:nowrap}.hb-photo-picker{display:flex;align-items:stretch;gap:10px;flex-wrap:wrap}.hb-photo-previews{display:contents}.hb-photo-preview{position:relative;width:150px;aspect-ratio:1/1;border-radius:12px;overflow:hidden;background:#f1f1f1;border:1px solid #ddd}.hb-photo-preview img{display:block;width:100%;height:100%;object-fit:cover}.hb-photo-remove{position:absolute;top:7px;right:7px;width:30px;height:30px;border:0;border-radius:50%;background:rgba(0,0,0,.78);color:#fff;font-size:24px;line-height:28px;font-weight:400;cursor:pointer;padding:0;box-shadow:0 2px 8px rgba(0,0,0,.2)}.hb-photo-remove:hover{background:#000}.hb-photo-add{width:150px;aspect-ratio:1/1;border:2px dashed #bbb;border-radius:12px;background:#fafafa;color:#222;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;font:inherit;font-weight:700;cursor:pointer;padding:12px}.hb-photo-add:hover{border-color:#777;background:#f5f5f5}.hb-photo-add[hidden]{display:none!important}.hb-photo-add-plus{font-size:34px;line-height:1;font-weight:400}.hb-photo-help{display:block;margin-top:9px;font-size:12px;color:#777}.hb-photo-error{display:block;margin-top:6px;font-size:12px;font-weight:700;color:#9a5b00;min-height:1em}.hb-rating-fieldset{border:0;padding:0;margin:24px 0}.hb-rating-control{margin-top:10px;max-width:470px}.hb-rating-preview{margin-bottom:11px}.hb-rating-preview .hb-stars-wrap{font-size:30px}.hb-rating-preview .hb-rating-number{font-size:17px}.hb-rating-range{width:100%;accent-color:#111}.hb-rating-scale{display:flex;justify-content:space-between;font-size:11px;color:#777}.hb-shop-field{display:block;margin:18px 0}.hb-shop-field[hidden]{display:none}.hb-consent{display:flex!important;gap:10px;align-items:flex-start;margin:20px 0;font-weight:400!important}.hb-consent input{margin-top:4px}.hb-submit{border:0;border-radius:9px;background:#111;color:#fff;padding:13px 22px;font-weight:800;font-size:15px;cursor:pointer;min-width:145px;transition:background-color .15s ease,opacity .15s ease}.hb-submit:hover{opacity:.9}.hb-submit:disabled{background:#b8b8b8;color:#fff;cursor:not-allowed;opacity:1}.hb-submit.is-submitting:disabled{background:#111;cursor:wait;opacity:.72}.hb-honeypot{position:absolute;left:-99999px}.hb-review-notice{max-width:920px;margin:18px auto;padding:14px 16px;border-radius:10px}.hb-review-notice.success{background:#eef8f0}.hb-review-notice.error{background:#fff0f0}

/* Full review */
.hb-single-review{max-width:1120px;margin:12px auto 30px}.hb-single-head{display:flex;justify-content:space-between;align-items:flex-start;gap:25px;padding:4px 0 23px;border-bottom:1px solid var(--hb-border)}.hb-single-head h2{margin:9px 0 6px;font-size:34px;line-height:1.13}.hb-single-byline{color:#777}.hb-single-rating .hb-stars-wrap{font-size:24px}.hb-single-rating .hb-rating-number{font-size:15px}.hb-verified-large{font-size:15px;margin-top:10px;white-space:nowrap;padding:7px 11px}.hb-single-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin:24px 0}.hb-single-facts>div{border:1px solid var(--hb-border);border-radius:12px;padding:15px 16px;background:#fafafa}.hb-single-facts span{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.11em;color:#8a8a8a;font-weight:800;margin-bottom:5px}.hb-single-facts strong{display:block;font-size:15px;line-height:1.35}.hb-single-facts a{color:#111!important;text-decoration:underline!important;text-underline-offset:3px}
/* Review photo gallery: one large image left, larger thumbnails tight to the right. */
.hb-review-gallery{display:grid;grid-template-columns:minmax(0,1fr) 150px;gap:8px;align-items:stretch;margin:24px 0 34px}.hb-gallery-main{display:block;overflow:hidden;border-radius:14px;background:#f0f0f0;aspect-ratio:4/3;min-width:0}.hb-gallery-main img{display:block;width:100%;height:100%;object-fit:cover;transition:opacity .15s ease}.hb-gallery-thumbs{display:grid;grid-template-rows:repeat(4,minmax(0,1fr));gap:8px;height:100%;min-height:0}.hb-gallery-thumb{display:block;width:100%;height:100%;min-height:0;border:2px solid transparent;border-radius:10px;padding:0;overflow:hidden;background:#eee;cursor:pointer;opacity:.78;transition:border-color .15s ease,opacity .15s ease,transform .15s ease}.hb-gallery-thumb:hover{opacity:1;transform:translateY(-1px)}.hb-gallery-thumb.is-active{border-color:#111;opacity:1}.hb-gallery-thumb img{display:block;width:100%;height:100%;object-fit:cover}.hb-review-gallery.one-photo{display:block}.hb-review-gallery.one-photo .hb-gallery-main{max-width:980px}
/* Full review text is intentionally wider and ~30% larger than the previous version. */
.hb-single-text{font-size:23px;line-height:1.62;max-width:none;width:100%;margin:34px 0 42px}.hb-single-text p{margin:0 0 1.05em}
/* Large centered customer video. */
.hb-single-video{max-width:832px;margin:46px auto 54px;text-align:center}.hb-single-video h3{font-size:25px;margin:0 0 18px}.hb-video-embed{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;border-radius:14px;background:#111}.hb-video-embed iframe,.hb-video-embed video,.hb-video-embed embed,.hb-video-embed object{position:absolute!important;inset:0;width:100%!important;height:100%!important;max-width:none!important;border:0}.hb-video-link{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 22px;border:1px solid #111;border-radius:10px;color:#111!important;font-weight:800;text-decoration:none!important}
/* Replace generic theme post navigation with a controlled customer-review section. */
.single-hb_review .post-navigation,.single-hb_review .navigation.post-navigation,.single-hb_review .wp-block-post-navigation-link,.single-hb_review .post-nav-links{display:none!important}.hb-more-reviews{margin:56px 0 18px;padding-top:30px;border-top:1px solid var(--hb-border)}.hb-more-reviews-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}.hb-more-reviews-head h3{margin:0;font-size:27px}.hb-more-reviews-head a{color:#111!important;font-weight:800;text-decoration:none!important}.hb-more-reviews-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.hb-more-review-card{display:block;border:1px solid var(--hb-border);border-radius:14px;overflow:hidden;background:#fff;color:#111!important;text-decoration:none!important;transition:transform .18s ease,box-shadow .18s ease}.hb-more-review-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(0,0,0,.07)}.hb-more-review-photo{height:180px;background:#f1f1f1;overflow:hidden}.hb-more-review-photo img{display:block;width:100%;height:100%;object-fit:cover}.hb-more-review-info{padding:14px 15px 16px}.hb-more-review-info .hb-stars-wrap{display:inline-block;font-size:16px;margin:0;vertical-align:middle}.hb-more-review-info .hb-stars-bg{display:inline;color:#dadada;margin:0;font-size:inherit}.hb-more-review-info .hb-stars-fill{display:inline;color:var(--hb-star);margin:0;font-size:inherit}.hb-more-review-info .hb-rating-number{display:inline-block;font-size:11px;color:#333;margin:0 0 0 7px;vertical-align:middle}.hb-more-review-info strong{display:block;font-size:16px;margin-top:9px}.hb-more-review-info>span:not(.hb-rating-number){display:block;font-size:13px;color:#666;margin-top:4px}

/* Thank-you page */

.hb-submit-row{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.hb-submit-wait{max-width:560px;font-size:13px;line-height:1.45;color:#555}.hb-submit-wait[hidden]{display:none!important}.hb-thankyou-page-title{text-align:center!important}
.hb-thankyou{max-width:860px;margin:28px auto 50px;padding:40px 44px;border:1px solid var(--hb-border);border-radius:18px;background:#fff;box-shadow:0 10px 34px rgba(0,0,0,.045);font-size:17px;line-height:1.65;color:#252525}.hb-thankyou-check{display:flex;align-items:center;justify-content:center;width:54px;height:54px;margin-bottom:22px;border-radius:50%;background:#edf8f0;color:var(--hb-green);font-size:30px;font-weight:900}.hb-thankyou p{margin:0 0 18px}.hb-thankyou-status{margin-top:25px!important;padding:15px 17px;border-radius:10px;background:#f5f5f5}.hb-thankyou-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.hb-thankyou-btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none!important;border:1px solid #111;border-radius:9px;padding:12px 18px;font-weight:800;color:#111!important;background:#fff}.hb-thankyou-primary{background:#111!important;color:#fff!important}

@media(max-width:1100px){.hb-review-card{height:350px;grid-template-columns:44% 56%}.hb-card-excerpt{-webkit-line-clamp:5}}
@media(max-width:900px){.hb-review-masonry{column-count:1}.hb-review-card{height:330px;grid-template-columns:42% 58%}.hb-review-gallery{grid-template-columns:minmax(0,1fr) 128px;gap:7px}.hb-more-reviews-grid{grid-template-columns:1fr 1fr}.hb-more-review-card:last-child{display:none}}
@media(max-width:680px){.hb-submit-row{align-items:stretch;flex-direction:column}.hb-submit-wait{max-width:none;font-size:13px}.hb-submit-row .hb-submit{width:100%}.hb-photo-field-head{align-items:flex-end}.hb-photo-picker{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.hb-photo-previews{display:contents}.hb-photo-preview,.hb-photo-add{width:100%;min-width:0}.hb-photo-remove{width:34px;height:34px;font-size:27px;line-height:31px;top:8px;right:8px}.hb-review-controls{align-items:stretch;flex-direction:column}.hb-review-controls-right{width:100%;display:grid;grid-template-columns:1fr;gap:10px}.hb-leave-review-btn{width:100%}.hb-sort-form label{justify-content:space-between}.hb-sort-form select{flex:1}.hb-review-card{display:block;height:auto}.hb-card-photo{height:250px}.hb-card-info{padding:16px}.hb-card-rating .hb-stars-wrap{font-size:17px}.hb-card-excerpt{font-size:14px;-webkit-line-clamp:5}.hb-grid{grid-template-columns:1fr}.hb-review-form{padding:20px}.hb-single-head{display:block}.hb-verified-large{margin-top:14px}.hb-single-head h2{font-size:28px}.hb-single-facts{grid-template-columns:1fr}.hb-review-gallery{display:block}.hb-gallery-main{aspect-ratio:4/3}.hb-gallery-thumbs{display:flex;flex-direction:row;gap:8px;overflow-x:auto;margin-top:9px;padding:0 0 4px}.hb-gallery-thumb{flex:0 0 86px;width:86px;height:86px}.hb-single-text{font-size:18px;line-height:1.65}.hb-single-video h3{font-size:22px}.hb-more-reviews-head{align-items:flex-start;flex-direction:column;gap:8px}.hb-more-reviews-grid{grid-template-columns:1fr}.hb-more-review-card:last-child{display:block}.hb-more-review-photo{height:210px}.hb-thankyou{padding:26px 20px;font-size:16px}.hb-thankyou-actions{display:grid}.hb-thankyou-btn{width:100%;box-sizing:border-box}}

/* v4.2 clean single-review shell: plugin content starts directly below site header. */
.hb-review-page-shell{width:100%;box-sizing:border-box;padding:26px 20px 52px}
.hb-review-page-shell .hb-single-review{margin-top:0}
@media(max-width:680px){.hb-submit-row{align-items:stretch;flex-direction:column}.hb-submit-wait{max-width:none;font-size:13px}.hb-submit-row .hb-submit{width:100%}.hb-review-page-shell{padding:18px 14px 38px}}

/* Keep the site header/template, but remove theme-level post metadata around review content. */
.single-hb_review .entry-header>.entry-meta,.single-hb_review .wp-block-post-author,.single-hb_review .wp-block-post-date,.single-hb_review .wp-block-post-terms{display:none!important}


/* v5.5: remove the leftover theme-meta gap and bring the actual review slightly higher. */
body.single-hb_review .hb-single-review{margin-top:-22px}
@media(max-width:680px){.hb-submit-row{align-items:stretch;flex-direction:column}.hb-submit-wait{max-width:none;font-size:13px}.hb-submit-row .hb-submit{width:100%}body.single-hb_review .hb-single-review{margin-top:-12px}}

/* Reviews title action */
.hb-reviews-title-row{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-bottom:18px}
.hb-reviews-title-row h1,.hb-reviews-title-row h2{margin-top:0!important;margin-bottom:0!important}
.hb-reviews-title-row .hb-leave-review-btn{min-height:44px;padding:9px 18px;font-size:16px;line-height:1;align-self:center}
.hb-title-button-moved .hb-review-controls-right{margin-left:auto}
@media(max-width:680px){.hb-submit-row{align-items:stretch;flex-direction:column}.hb-submit-wait{max-width:none;font-size:13px}.hb-submit-row .hb-submit{width:100%}.hb-reviews-title-row{gap:12px;margin-bottom:16px}.hb-reviews-title-row .hb-leave-review-btn{width:auto;min-height:40px;padding:8px 14px;font-size:14px}.hb-title-button-moved .hb-review-controls-right{margin-left:0}}


/* v5.16 social icons as image assets */
.hb-social-fact-body{display:block}.hb-social-icons{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.hb-social-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;text-decoration:none!important;transition:transform .15s ease,opacity .15s ease}.hb-social-icon:hover{transform:translateY(-1px);opacity:.92}.hb-social-icon img{display:block;width:40px;height:40px;object-fit:contain}.hb-single-facts .hb-social-fact strong,.hb-single-facts .hb-social-fact .hb-social-fact-body{font-size:inherit;line-height:inherit;font-weight:inherit}


/* v5.18 back to reviews link */
.hb-back-reviews{display:inline-flex;align-items:center;gap:6px;margin:0 0 16px;color:#555!important;font-size:14px;font-weight:700;text-decoration:none!important}.hb-back-reviews:hover{color:#111!important;text-decoration:underline!important;text-underline-offset:3px}
@media(max-width:680px){.hb-back-reviews{margin-bottom:13px;font-size:14px}}


/* v5.20: always reserve four desktop thumbnail slots */
@media(min-width:681px){.hb-gallery-thumbs{grid-template-rows:repeat(4,minmax(0,1fr))!important}.hb-gallery-thumb-slot{min-height:0;height:100%;overflow:hidden}.hb-gallery-thumb-slot .hb-gallery-thumb{width:100%;height:100%;display:block}.hb-gallery-thumb-slot-empty{visibility:hidden;pointer-events:none}}
@media(max-width:680px){.hb-gallery-thumb-slot{flex:0 0 86px;width:86px;height:86px}.hb-gallery-thumb-slot-empty{display:none}.hb-gallery-thumb-slot .hb-gallery-thumb{width:86px;height:86px}}


/* v5.21 signed-in review requirement */
.hb-review-login-required{max-width:760px;margin:34px auto 56px;padding:38px 42px;border:1px solid var(--hb-border);border-radius:18px;background:#fff;box-shadow:0 10px 34px rgba(0,0,0,.045);text-align:center}.hb-review-login-required h2{margin:7px 0 12px;font-size:30px;line-height:1.2}.hb-review-login-required p{max-width:610px;margin:0 auto;color:#5d5d5d;font-size:16px;line-height:1.6}.hb-review-login-actions{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:26px}.hb-review-login-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border:1px solid #111;border-radius:9px;color:#111!important;background:#fff;text-decoration:none!important;font-weight:800}.hb-review-login-primary{background:#111!important;color:#fff!important}.hb-review-login-back{width:100%;margin-top:5px;color:#555!important;font-size:14px;font-weight:700;text-decoration:none!important}.hb-review-login-back:hover{text-decoration:underline!important;text-underline-offset:3px}.hb-review-form input[readonly]{background:#f5f5f5;color:#666;cursor:not-allowed}
@media(max-width:680px){.hb-review-login-required{margin:20px auto 38px;padding:28px 20px}.hb-review-login-required h2{font-size:25px}.hb-review-login-actions{display:grid}.hb-review-login-btn{width:100%;box-sizing:border-box}}


/* v5.23 WooCommerce My Account — My Reviews */
.hb-account-reviews{max-width:980px}.hb-account-reviews-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin:0 0 24px}.hb-account-reviews-head h2{margin:0 0 5px;font-size:30px}.hb-account-reviews-head p{margin:0;color:#666}.hb-account-primary{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 17px;border-radius:9px;background:#111;color:#fff!important;text-decoration:none!important;font-weight:800;border:0;cursor:pointer}.hb-account-primary:hover{opacity:.9}.hb-account-notice{margin:0 0 20px;padding:13px 15px;border-radius:9px;font-size:14px;line-height:1.5}.hb-account-notice-success{background:#eef8f0;color:#155f2b}.hb-account-notice-info{background:#f3f5f7;color:#333}.hb-account-notice-error{background:#fff0f0;color:#8b1b1b}.hb-account-empty{padding:30px;border:1px dashed #ccc;border-radius:14px;text-align:center}.hb-account-empty p{margin:7px 0 0;color:#666}.hb-account-review-list{display:grid;gap:14px}.hb-account-review-card{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:'main status' 'actions actions';gap:12px 18px;padding:18px 20px;border:1px solid #ddd;border-radius:14px;background:#fff}.hb-account-review-main{grid-area:main}.hb-account-review-main h3{margin:7px 0 3px;font-size:21px}.hb-account-rating .hb-stars-wrap{font-size:17px}.hb-account-locker{font-weight:700;color:#666}.hb-account-review-status{grid-area:status;display:flex;align-items:flex-start;justify-content:flex-end;gap:7px;flex-wrap:wrap}.hb-account-status{display:inline-flex;padding:5px 8px;border-radius:999px;font-size:11px;font-weight:800}.hb-account-status.is-published{background:#edf8f0;color:#147230}.hb-account-status.is-pending{background:#fff6db;color:#795600}.hb-account-status.is-change{background:#eef3ff;color:#234f99}.hb-account-review-actions{grid-area:actions;display:flex;gap:10px;flex-wrap:wrap;padding-top:10px;border-top:1px solid #eee}.hb-account-review-actions a{display:inline-flex;align-items:center;min-height:38px;padding:0 12px;border:1px solid #bbb;border-radius:8px;color:#111!important;text-decoration:none!important;font-weight:700;font-size:13px}.hb-account-panel{max-width:900px}.hb-account-panel h2{margin:9px 0 8px}.hb-account-back{display:inline-block;margin-bottom:5px;color:#555!important;font-weight:700;text-decoration:none!important}.hb-account-explain{margin:0 0 22px;padding:12px 14px;background:#f6f6f6;border-radius:9px;color:#555}.hb-account-form{display:grid;gap:18px}.hb-account-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.hb-account-form label{display:block;font-weight:700}.hb-account-form input[type=text],.hb-account-form input[type=url],.hb-account-form input[type=number],.hb-account-form select,.hb-account-form textarea{box-sizing:border-box;width:100%;margin-top:7px;padding:11px 12px;border:1px solid #ccc;border-radius:8px;background:#fff;font:inherit}.hb-account-form textarea{resize:vertical}.hb-account-file small{display:block;margin-top:5px;color:#777;font-weight:400}.hb-account-submit{justify-self:start}.hb-account-existing-photos>strong{display:block;margin-bottom:2px}.hb-account-existing-photos>p{margin:0 0 10px;color:#666;font-size:13px}.hb-account-photo-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.hb-account-photo{overflow:hidden;border:1px solid #ddd;border-radius:10px;background:#fafafa}.hb-account-photo img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover}.hb-account-photo span{display:flex;align-items:center;gap:6px;padding:8px;font-size:12px;font-weight:700}.hb-owner-updates{margin:10px 0 42px;padding-top:28px;border-top:1px solid #ddd}.hb-owner-updates h3{margin:0 0 18px;font-size:27px}.hb-owner-update{margin:0 0 18px;padding:20px 22px;border-left:4px solid #111;border-radius:0 12px 12px 0;background:#f7f7f7}.hb-owner-update-date{margin-bottom:8px;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:#777}.hb-owner-update-text{font-size:18px;line-height:1.6}.hb-owner-update-text p{margin:0 0 .8em}
@media(max-width:680px){.hb-account-reviews-head{display:grid}.hb-account-primary{width:100%;box-sizing:border-box}.hb-account-review-card{grid-template-columns:1fr;grid-template-areas:'main' 'status' 'actions'}.hb-account-review-status{justify-content:flex-start}.hb-account-grid{grid-template-columns:1fr}.hb-account-photo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hb-account-submit{width:100%}.hb-owner-update{padding:16px}.hb-owner-update-text{font-size:17px}}
