:root{--hlbd-pink:#C98DA0;--hlbd-burgundy:#4A1521;--hlbd-navy:#1D263B;--hlbd-charcoal:#262327;--hlbd-bg:#f7f7f8;--hlbd-border:#e8e8ec}
.hlbd-directory,.hlbd-single-wrap,.hlbd-dashboard,.hlbd-owner-list,.hlbd-form{font-family:"Century Gothic","Trebuchet MS",Arial,sans-serif;color:var(--hlbd-charcoal)}
.hlbd-search,.hlbd-panel,.hlbd-card,.hlbd-form{background:#fff;border:1px solid var(--hlbd-border);border-radius:14px;box-shadow:0 8px 24px rgba(29,38,59,.07)}
.hlbd-search{display:grid;grid-template-columns:2fr 1fr 1fr .8fr auto auto auto;gap:10px;padding:18px;margin-bottom:22px;align-items:center}
.hlbd-search input,.hlbd-search select,.hlbd-form input,.hlbd-form select,.hlbd-form textarea,.hlbd-review-form input,.hlbd-review-form select,.hlbd-review-form textarea{width:100%;box-sizing:border-box;border:1px solid #d9d9df;border-radius:9px;padding:11px 12px;font:inherit;background:#fff}
.hlbd-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--hlbd-burgundy);color:#fff!important;border:0;border-radius:9px;padding:11px 17px;text-decoration:none!important;cursor:pointer;font-weight:700}.hlbd-btn:hover{opacity:.92}.hlbd-btn-outline{background:#fff;color:var(--hlbd-burgundy)!important;border:1px solid var(--hlbd-burgundy)}
.hlbd-toolbar{display:flex;justify-content:space-between;align-items:center;margin:12px 0 18px}.hlbd-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.hlbd-list{display:grid;gap:16px}.hlbd-list .hlbd-card{display:grid;grid-template-columns:260px 1fr}.hlbd-card{overflow:hidden}.hlbd-card-image{display:block;aspect-ratio:16/10;background:#ececf0;overflow:hidden}.hlbd-card-image img{width:100%;height:100%;object-fit:cover}.hlbd-card-body{padding:18px}.hlbd-card h3{margin:6px 0 8px;font-size:21px}.hlbd-card h3 a{color:var(--hlbd-navy);text-decoration:none}.hlbd-placeholder{display:flex;height:100%;align-items:center;justify-content:center;color:#777}.hlbd-rating{font-weight:700;color:var(--hlbd-burgundy)}.hlbd-muted{color:#74747c}.hlbd-badges{display:flex;gap:6px;flex-wrap:wrap}.hlbd-badges span{font-size:12px;background:var(--hlbd-pink);color:#fff;border-radius:999px;padding:5px 9px;font-weight:700}
.hlbd-form{max-width:1050px;margin:20px auto;padding:24px}.hlbd-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.hlbd-form label,.hlbd-review-form label{display:block;font-weight:700}.hlbd-form label input,.hlbd-form label select,.hlbd-form label textarea{margin-top:7px}.hlbd-span-2{grid-column:span 2}.hlbd-form small{font-weight:400;color:#777;display:block;margin-top:5px}
.hlbd-single-wrap{max-width:1300px;margin:30px auto;padding:0 20px}.hlbd-single{width:100%}.hlbd-profile-head{display:grid;grid-template-columns:180px 1fr;gap:24px;align-items:center;margin-bottom:24px}.hlbd-logo img{width:180px;height:180px;object-fit:cover;border-radius:16px;box-shadow:0 6px 20px rgba(0,0,0,.08)}.hlbd-profile-head h1{font-size:36px;line-height:1.15;margin:8px 0 10px;color:var(--hlbd-navy)}.hlbd-single-grid{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:24px}.hlbd-panel{padding:22px;margin-bottom:20px}.hlbd-panel h2,.hlbd-panel h3{color:var(--hlbd-navy);margin-top:0}.hlbd-contact-details{display:grid;gap:9px;margin-top:15px}.hlbd-contact-details a{padding:11px 13px;border:1px solid var(--hlbd-border);border-radius:9px;text-decoration:none}.hlbd-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.hlbd-gallery img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:10px}.hlbd-review{border-top:1px solid var(--hlbd-border);padding:15px 0}.hlbd-reply{background:#f7f7f9;border-radius:10px;padding:12px}.hlbd-review-form{display:grid;gap:12px;margin-top:18px}.hlbd-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin:20px 0}.hlbd-stats>div{background:#fff;border:1px solid var(--hlbd-border);border-radius:12px;padding:20px;box-shadow:0 5px 18px rgba(0,0,0,.05)}.hlbd-stats strong{font-size:28px;display:block}.hlbd-stats span{color:#777}.hlbd-owner-row{display:flex;justify-content:space-between;gap:20px;padding:15px 0;border-bottom:1px solid var(--hlbd-border)}.hlbd-notice{padding:16px;border-radius:10px;background:#fff4f6;border:1px solid #edd0d7}.hlbd-pagination{margin-top:25px}.hlbd-pagination .page-numbers{display:inline-block;padding:7px 10px;border:1px solid var(--hlbd-border);border-radius:7px;text-decoration:none;margin-right:4px}
@media(max-width:900px){.hlbd-search{grid-template-columns:1fr 1fr}.hlbd-grid{grid-template-columns:1fr 1fr}.hlbd-single-grid{grid-template-columns:1fr}.hlbd-profile-head{grid-template-columns:120px 1fr}.hlbd-logo img{width:120px;height:120px}.hlbd-stats{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.hlbd-search,.hlbd-form-grid,.hlbd-grid{grid-template-columns:1fr}.hlbd-span-2{grid-column:auto}.hlbd-list .hlbd-card{grid-template-columns:1fr}.hlbd-profile-head{grid-template-columns:1fr}.hlbd-profile-head h1{font-size:30px}.hlbd-gallery{grid-template-columns:1fr 1fr}.hlbd-stats{grid-template-columns:1fr}.hlbd-toolbar{align-items:flex-start;gap:10px;flex-direction:column}}

/* v1.0.1 simplified business form */
.hlbd-form-simple{max-width:980px}
.hlbd-form-simple .hlbd-editor-field>label{display:block;margin-bottom:8px}
.hlbd-form-simple .wp-editor-wrap{width:100%}
.hlbd-form-simple .wp-editor-container{border:1px solid var(--hlbd-border);border-radius:10px;overflow:hidden;background:#fff}
.hlbd-form-simple .mce-toolbar .mce-btn button{padding:5px 7px}
.hlbd-form-simple small{display:block;margin-top:7px;color:#6e6e78;line-height:1.45}
@media(max-width:600px){.hlbd-form-simple .wp-editor-wrap{min-width:0}.hlbd-form-simple .mce-toolbar-grp{white-space:normal}}

/* v1.0.3 trust, review and logo refinements */
.hlbd-logo{width:250px;max-width:250px;aspect-ratio:1/1;flex:0 0 250px;overflow:hidden;border-radius:14px;background:#fff}
.hlbd-logo img{width:250px;height:250px;object-fit:cover;display:block}
.hlbd-trust-badge,.hlbd-reviewer-badge{display:inline-flex;align-items:center;gap:5px;padding:5px 9px;border-radius:999px;font-size:12px;font-weight:700;border:1px solid currentColor}
.hlbd-reviewer-badge{margin-left:7px}
.hlbd-review-head{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-bottom:5px}
.hlbd-review-meta{font-size:13px;opacity:.72;margin-bottom:10px}
.hlbd-review-box{margin-top:24px;padding-top:22px;border-top:1px solid rgba(0,0,0,.09)}
.hlbd-review-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.hlbd-review-form label{display:block;margin-bottom:14px;font-weight:600}
.hlbd-review-form input,.hlbd-review-form select,.hlbd-review-form textarea{width:100%;box-sizing:border-box;margin-top:6px}
.hlbd-review-form small{display:block;font-weight:400;opacity:.72;margin-top:4px}
.hlbd-review-form .hlbd-check{display:flex;align-items:flex-start;gap:9px;font-weight:400}
.hlbd-review-form .hlbd-check input{width:auto;margin-top:3px}
.hlbd-hp{position:absolute!important;left:-99999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
@media(max-width:720px){.hlbd-review-grid{grid-template-columns:1fr}.hlbd-logo{width:120px;max-width:120px;flex-basis:120px}.hlbd-logo img{width:120px;height:120px}}

.hlbd-tag-picker{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.hlbd-tag-option{display:inline-flex!important;align-items:center;gap:6px;width:auto!important;padding:8px 11px;border:1px solid var(--hlbd-border);border-radius:999px;background:#fff;font-weight:500!important}.hlbd-tag-option input{width:auto!important;margin:0!important}
/* v1.0.5 Featured display, widgets and maps */
.hlbd-home-injection{width:100%;padding:34px 20px}.hlbd-injection-inner{max-width:1300px;margin:0 auto}.hlbd-section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.hlbd-featured-wrap{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.hlbd-mini-card{background:#fff;border:1px solid #eee5e8;border-radius:12px;padding:14px;box-shadow:0 5px 18px rgba(29,38,59,.08)}.hlbd-mini-logo{display:block;aspect-ratio:1/1;max-width:250px;margin:0 auto 12px}.hlbd-mini-logo img{width:100%;height:100%;object-fit:cover;border-radius:10px}.hlbd-mini-body h3{font-size:18px;margin:8px 0}.hlbd-featured-compact{grid-template-columns:1fr}.hlbd-featured-compact .hlbd-mini-card{display:grid;grid-template-columns:82px 1fr;gap:12px}.hlbd-featured-compact .hlbd-mini-logo{width:82px;margin:0}.hlbd-sidebar-injection{margin-bottom:24px}.hlbd-map{height:300px;border-radius:12px;overflow:hidden;margin-top:12px;border:1px solid #e7e0e3}.hlbd-map iframe{width:100%;height:100%;border:0}.hlbd-scroll-sentinel{height:1px;width:1px}.hlbd-tag-pills{display:flex;flex-wrap:wrap;gap:6px}.hlbd-tag-pills span{padding:5px 9px;border-radius:999px;background:#f5edf0;font-size:12px}@media(max-width:900px){.hlbd-featured-wrap{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.hlbd-featured-wrap{grid-template-columns:1fr}}

/* v1.0.6 aligned spotlight cards, automatic initials avatars and bright listing colours */
.hlbd-mini-card{--hlbd-accent:#ff3b81;display:grid;grid-template-columns:78px minmax(0,1fr);gap:14px;align-items:start;border-top:4px solid var(--hlbd-accent);padding:14px;overflow:hidden}
.hlbd-featured-grid .hlbd-mini-card{display:block}
.hlbd-featured-compact .hlbd-mini-card{grid-template-columns:78px minmax(0,1fr);gap:14px;align-items:start}
.hlbd-mini-logo{width:78px;height:78px;aspect-ratio:1/1;margin:0;display:block;overflow:hidden;border-radius:50%;background:transparent}
.hlbd-featured-grid .hlbd-mini-logo{width:96px;height:96px;margin:0 auto 12px}
.hlbd-mini-logo img,.hlbd-business-logo{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;border-radius:50%!important;display:block}
.hlbd-business-avatar{width:100%;height:100%;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--hlbd-accent);color:#fff;font-size:25px;font-weight:800;letter-spacing:.5px;text-transform:uppercase}
.hlbd-mini-body{min-width:0}.hlbd-mini-body h3{margin:4px 0 8px;line-height:1.25}.hlbd-mini-body .hlbd-badges{margin:0 0 4px}.hlbd-mini-body .hlbd-muted{margin:10px 0 12px}.hlbd-mini-card .hlbd-badges span{background:var(--hlbd-accent)}
.hlbd-mini-card:nth-child(10n+1),.hlbd-colour-1{--hlbd-accent:#ff3b81}.hlbd-mini-card:nth-child(10n+2),.hlbd-colour-2{--hlbd-accent:#00b8d9}.hlbd-mini-card:nth-child(10n+3),.hlbd-colour-3{--hlbd-accent:#7c4dff}.hlbd-mini-card:nth-child(10n+4),.hlbd-colour-4{--hlbd-accent:#ff8a00}.hlbd-mini-card:nth-child(10n+5),.hlbd-colour-5{--hlbd-accent:#00b86b}.hlbd-mini-card:nth-child(10n+6),.hlbd-colour-6{--hlbd-accent:#e539ff}.hlbd-mini-card:nth-child(10n+7),.hlbd-colour-7{--hlbd-accent:#1677ff}.hlbd-mini-card:nth-child(10n+8),.hlbd-colour-8{--hlbd-accent:#f4b400}.hlbd-mini-card:nth-child(10n+9),.hlbd-colour-9{--hlbd-accent:#ff4d35}.hlbd-mini-card:nth-child(10n),.hlbd-colour-0{--hlbd-accent:#14b8a6}
.hlbd-card{--hlbd-accent:#ff3b81;border-top:4px solid var(--hlbd-accent)}.hlbd-card:nth-child(10n+2){--hlbd-accent:#00b8d9}.hlbd-card:nth-child(10n+3){--hlbd-accent:#7c4dff}.hlbd-card:nth-child(10n+4){--hlbd-accent:#ff8a00}.hlbd-card:nth-child(10n+5){--hlbd-accent:#00b86b}.hlbd-card:nth-child(10n+6){--hlbd-accent:#e539ff}.hlbd-card:nth-child(10n+7){--hlbd-accent:#1677ff}.hlbd-card:nth-child(10n+8){--hlbd-accent:#f4b400}.hlbd-card:nth-child(10n+9){--hlbd-accent:#ff4d35}.hlbd-card:nth-child(10n){--hlbd-accent:#14b8a6}
.hlbd-card-image{display:flex;align-items:center;justify-content:center;background:#fff;padding:18px}.hlbd-card-image .hlbd-business-avatar,.hlbd-card-image img{width:150px!important;height:150px!important;border-radius:50%!important;object-fit:cover!important}
@media(max-width:600px){.hlbd-featured-compact .hlbd-mini-card{grid-template-columns:68px minmax(0,1fr)}.hlbd-mini-logo{width:68px;height:68px}}
