/* Local Bizz URL Hierarchy — hub page chrome.
   Leans on the theme for cards/banner; this only styles the plugin's own UI. */

.lbduh-hub-container { padding-top: 40px; padding-bottom: 60px; }

/* Stat + sort bar */
.lbduh-stat-strip { display: flex; align-items: center; gap: 18px; margin-bottom: 22px; flex-wrap: wrap; }
.lbduh-stat span { font-weight: 700; color: var(--theme-color, #f43f3f); }
.lbduh-sort { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; font-size: 14px; }
.lbduh-sort a { display: inline-block; padding: 6px 16px; border: 1px solid #e5e7eb; border-radius: 20px; color: #444; text-decoration: none; transition: all .2s; }
.lbduh-sort a:hover, .lbduh-sort a.active { background: var(--theme-color, #f43f3f); border-color: var(--theme-color, #f43f3f); color: #fff; }

/* Intro text under banner */
.lbduh-hub-intro { max-width: 760px; color: #6b7280; margin-bottom: 24px; }

/* Category / city browse blocks on hub pages */
.lbduh-browse-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 16px; margin: 10px 0 30px; }
.lbduh-browse-grid a { display: block; padding: 18px 20px; background: #fff; border: 1px solid #eceef1; border-radius: 10px; color: #1f2937; font-weight: 600; text-decoration: none; box-shadow: 0 1px 2px rgba(16,24,40,.04); transition: all .2s; }
.lbduh-browse-grid a:hover { border-color: var(--theme-color, #f43f3f); transform: translateY(-2px); box-shadow: 0 6px 16px rgba(16,24,40,.08); }
.lbduh-browse-grid a .count { display: block; font-size: 13px; font-weight: 400; color: #6b7280; margin-top: 4px; }

/* Get-listed CTA */
.lbduh-cta { margin-top: 34px; padding: 22px 26px; background: #f8f9fb; border: 1px dashed #d9dde3; border-radius: 12px; }
.lbduh-cta a { font-weight: 600; }

/* Imageless card placeholder (pairs with theme card markup) */
.listing-one__placeholder { display: flex; align-items: center; justify-content: center; height: 200px; background: linear-gradient(135deg, #eef1f5 0%, #dde3ea 100%); }
.listing-one__placeholder i { font-size: 44px; color: #aab4c0; }

/* Pagination spacing */
.lbduh-pagination { margin-top: 28px; }

/* ---------- Premium leaf sections ---------- */

.lbduh-sub-services { list-style: none; padding: 0; margin: 12px 0 0; display: flex; flex-wrap: wrap; gap: 10px; }
.lbduh-sub-services li { background: #fff; border: 1px solid #eceef1; border-radius: 20px; padding: 8px 16px; font-size: 14px; color: #1f2937; }

.lbduh-service-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 12px; }
@media (max-width: 600px) { .lbduh-service-cards { grid-template-columns: 1fr; } }
.lbduh-service-card { background: #fff; border: 1px solid #eceef1; border-radius: 10px; padding: 16px 18px; }
.lbduh-service-card h3 { font-size: 15px; font-weight: 600; margin: 0 0 6px; color: #1f2937; }
.lbduh-service-card p { font-size: 13px; color: #6b7280; line-height: 1.6; margin: 0 0 8px; }
.lbduh-service-card-price { display: inline-block; font-size: 12px; font-weight: 600; color: var(--theme-color, #f43f3f); }

.lbduh-gmb-embed iframe { width: 100%; height: 320px; border-radius: 10px; }
.lbduh-gmb-link a { font-weight: 600; color: var(--theme-color, #f43f3f); }

.lbduh-faq-list { margin-top: 12px; }
.lbduh-faq-item { background: #fff; border: 1px solid #eceef1; border-radius: 10px; padding: 14px 18px; margin-bottom: 10px; }
.lbduh-faq-item summary { font-weight: 600; cursor: pointer; color: #1f2937; }
.lbduh-faq-item p { margin: 10px 0 0; color: #6b7280; }

/* ---------- Upgrade prompt (non-premium leafs) ---------- */

/* ---------- Profile backlink (leaf) and brand page extras ---------- */

.lbduh-brand-rating { font-weight: 600; color: #1f2937; margin: 16px 0 4px; }
.lbduh-brand-service-areas { margin: 20px 0; padding: 18px 20px; background: #f8f9fb; border-radius: 10px; }
.lbduh-brand-service-areas h3 { margin: 0 0 10px; }
.lbduh-brand-service-areas ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.lbduh-brand-service-areas li a { display: inline-block; background: #fff; border: 1px solid #eceef1; border-radius: 20px; padding: 8px 16px; font-size: 14px; color: #1f2937; text-decoration: none; }
.lbduh-brand-service-areas li a:hover { border-color: var(--theme-color, #f43f3f); }

/* ================================================================
   Leaf page shell — this whole block was missing entirely, which is
   why the live page rendered as a bare vertical stack of unstyled
   HTML instead of the two-column card layout it was built for.
   ================================================================ */

.lbduh-leaf-page { max-width: 1040px; margin: 0 auto; padding: 24px 20px 60px; }

.lbduh-breadcrumb { font-size: 13px; color: #6b7280; margin-bottom: 18px; }
.lbduh-breadcrumb a { color: #6b7280; text-decoration: none; }
.lbduh-breadcrumb a:hover { color: var(--theme-color, #f43f3f); }
.lbduh-breadcrumb span { color: #1f2937; }

.lbduh-leaf-page h1 { margin: 0 0 12px; }

.lbduh-badge-row { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 10px; }
.lbduh-badge-pill { font-size: 12px; font-weight: 500; padding: 5px 12px; border-radius: 20px; background: #E6F1FB; color: #0C447C; }
.lbduh-badge-open { background: #EAF3DE; color: #27500A; }
.lbduh-badge-verified { background: #EAF3DE; color: #27500A; }

.lbduh-rating { font-size: 14px; margin: 0 0 14px; }

.lbduh-confirm { background: #EAF3DE; color: #27500A; border-radius: 10px; padding: 12px 16px; margin-bottom: 16px; font-size: 14px; }

.lbduh-call-cta { display: inline-block; background: var(--theme-color, #f43f3f); color: #fff; font-weight: 500; font-size: 14px; padding: 10px 20px; border-radius: 20px; text-decoration: none; margin-bottom: 20px; }
.lbduh-call-cta:hover { opacity: .9; color: #fff; }

.lbduh-photo-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 8px; margin-bottom: 24px; }
.lbduh-photo-gallery img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 8px; display: block; }

.lbduh-main > section,
.lbduh-main > div.lbduh-about { margin-bottom: 26px; }
.lbduh-main section h2, .lbduh-about h2 { font-size: 18px; font-weight: 500; margin: 0 0 10px; }
.lbduh-about p { color: #6b7280; line-height: 1.7; }

.lbduh-reviews .lbduh-review { background: #fff; border: 1px solid #eceef1; border-radius: 10px; padding: 14px 16px; margin-bottom: 10px; }
.lbduh-reviews .lbduh-review strong { font-size: 13px; margin-right: 8px; }
.lbduh-reviews .lbduh-review span { color: #EF9F27; font-size: 12px; }
.lbduh-reviews .lbduh-review p { font-size: 13px; color: #6b7280; margin: 6px 0 0; }

/* Main content + sidebar two-column layout — .lbduh-main-and-sidebar wraps
   both .lbduh-main and <aside class="lbduh-sidebar"> as a simple 2-column
   grid; breadcrumb/H1/badges/gallery stay full-width above it. */
.lbduh-main-and-sidebar { display: block; }
@media (min-width: 860px) {
    .lbduh-main-and-sidebar { display: grid; grid-template-columns: 1fr 320px; gap: 0 32px; align-items: start; }
}

/* On wide screens the sidebar sticks near the top as the taller main
   column scrolls past, which keeps the quote form and contact details in
   view and avoids a large dead gap beside long article content. It stacks
   normally on mobile. No nested scrollbar — if the sidebar is taller than
   the viewport it simply scrolls with the page. */
.lbduh-sidebar { align-self: start; }
@media (min-width: 860px) {
    .lbduh-sidebar { position: sticky; top: 24px; }
}

/* Cross-link cards (other areas / other services) match the sidebar cards. */
.lbduh-other-services h3, .lbduh-other-areas h3 { font-size: 16px; font-weight: 600; margin: 0 0 12px; color: #1a1a1a; }
.lbduh-other-services ul, .lbduh-other-areas ul { list-style: none; padding: 0; margin: 0; }
.lbduh-other-services li, .lbduh-other-areas li { padding: 8px 0; border-bottom: 1px dotted #E2E2E2; }
.lbduh-other-services li:last-child, .lbduh-other-areas li:last-child { border-bottom: 0; }
.lbduh-other-services li a, .lbduh-other-areas li a { color: #333; text-decoration: none; font-size: 13px; }
.lbduh-other-services li a:hover, .lbduh-other-areas li a:hover { color: #ED5548; }

/* Boxed cards matching the theme's Elementor sidebar widgets:
   white background, hairline border, soft radius, generous padding. */
.lbduh-card { background: #fff; border: 1px solid #E2E2E2; border-radius: 12px; padding: 22px; margin-bottom: 20px; }
.lbduh-card h2 { font-size: 16px; font-weight: 600; margin: 0 0 14px; color: #1a1a1a; }

.lbduh-lead-form { background: #fff; border: 1px solid #E2E2E2; border-radius: 12px; padding: 22px; margin-bottom: 20px; }
.lbduh-lead-form h3 { font-size: 16px; font-weight: 600; margin: 0 0 14px; color: #1a1a1a; }
.lbduh-lead-form input, .lbduh-lead-form textarea, .lbduh-lead-form select { width: 100%; box-sizing: border-box; border: 1px solid #E2E2E2; border-radius: 8px; padding: 11px 14px; font-size: 13px; margin-bottom: 10px; font-family: inherit; color: #333; }
.lbduh-lead-form input:focus, .lbduh-lead-form textarea:focus, .lbduh-lead-form select:focus { outline: none; border-color: #ED5548; }
.lbduh-lead-form button { width: 100%; background: #ED5548; color: #fff; border: 0; border-radius: 24px; padding: 12px; font-size: 14px; font-weight: 600; cursor: pointer; transition: background .15s; }
.lbduh-lead-form button:hover { background: #d8412f; }
.lbduh-lead-date-label { display: block; font-size: 12px; color: #6b7280; margin-bottom: 10px; }
.lbduh-lead-date-label input { margin-top: 4px; }

/* Contact list with leading icons, styled like the theme's contact card. */
.lbduh-contact-list { display: flex; flex-direction: column; gap: 14px; }
.lbduh-contact-item { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: #333; margin: 0; line-height: 1.5; }
.lbduh-contact-item a { color: #333; text-decoration: none; word-break: break-word; }
.lbduh-contact-item a:hover { color: #ED5548; }
.lbduh-contact-ico { color: #ED5548; font-size: 15px; line-height: 1.5; flex-shrink: 0; }

.lbduh-profile-link { margin: 16px 0 0; padding-top: 14px; border-top: 1px solid #F2F2F2; }
.lbduh-profile-link a { font-weight: 600; color: #ED5548; text-decoration: none; font-size: 13px; }

.lbduh-map-embed iframe { width: 100%; height: 220px; border: 0; display: block; }

.lbduh-claim-box { background: #fff; border: 1px solid #E2E2E2; border-radius: 12px; padding: 22px; margin-bottom: 20px; }
.lbduh-claim-box p { font-size: 13px; color: #666; margin: 0 0 10px; }
.lbduh-claim-box button { background: transparent; border: 1px solid #E2E2E2; border-radius: 24px; padding: 9px 18px; font-size: 13px; cursor: pointer; }
.lbduh-claim-box form { margin-top: 10px; display: flex; flex-direction: column; gap: 8px; }
.lbduh-claim-box form input { border: 1px solid #E2E2E2; border-radius: 8px; padding: 10px 12px; font-size: 13px; }
.lbduh-claim-box form button[type="submit"] { background: #ED5548; color: #fff; border: 0; }

.lbduh-other-areas { margin-top: 20px; padding-top: 16px; border-top: 1px solid #eceef1; }
.lbduh-other-areas h3 { font-size: 14px; font-weight: 500; margin: 0 0 8px; }
.lbduh-other-areas ul { list-style: none; padding: 0; margin: 0; }
.lbduh-other-areas li a { display: block; font-size: 13px; color: var(--theme-color, #f43f3f); text-decoration: none; margin-bottom: 4px; }

.lbduh-native-widgets { margin-top: 20px; padding-top: 16px; border-top: 1px solid #eceef1; }

.lbduh-pricing-note { font-size: 13px; color: #6b7280; margin: -10px 0 20px; }

.lbduh-other-services { margin-top: 20px; padding-top: 16px; border-top: 1px solid #eceef1; }
.lbduh-other-services h3 { font-size: 14px; font-weight: 500; margin: 0 0 8px; }
.lbduh-other-services ul { list-style: none; padding: 0; margin: 0; }
.lbduh-other-services li a { display: block; font-size: 13px; color: var(--theme-color, #f43f3f); text-decoration: none; margin-bottom: 4px; }

.lbduh-google-badge a { display: flex; align-items: center; gap: 8px; background: #fff; border: 1px solid #E2E2E2; border-radius: 24px; padding: 8px 14px; text-decoration: none; font-size: 13px; color: #333; width: fit-content; }
.lbduh-google-badge strong { color: #EF9F27; }
.lbduh-google-badge span { color: #666; }

.lbduh-review--google span { color: #EF9F27; }
.lbduh-review--google em { display: block; font-size: 11px; color: #9ca3af; font-style: normal; margin-top: 4px; }

.lbduh-logo { max-height: 50px; max-width: 160px; object-fit: contain; display: block; margin-bottom: 14px; }

.lbduh-gallery-heading { font-size: 18px; font-weight: 500; margin: 0 0 10px; }

.lbduh-service-card-image { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: 6px; margin-bottom: 10px; }

.lbduh-plan-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 14px; margin-top: 12px; }
.lbduh-plan-card { background: #fff; border: 1px solid #eceef1; border-radius: 10px; padding: 18px; text-align: center; }
.lbduh-plan-card h3 { font-size: 15px; font-weight: 600; margin: 0 0 8px; }
.lbduh-plan-price { display: block; font-size: 20px; font-weight: 700; color: var(--theme-color, #f43f3f); margin-bottom: 8px; }
.lbduh-plan-card p { font-size: 13px; color: #6b7280; margin: 0; }

.lbduh-google-reviews { margin-top: 12px; }

.lbduh-trustindex-embed { margin-top: 4px; }

.lbduh-write-review-btn { display: block; text-align: center; margin-top: 12px; padding: 10px; border: 1px solid #ED5548; border-radius: 24px; font-size: 13px; font-weight: 600; color: #ED5548; text-decoration: none; transition: all .15s; }
.lbduh-write-review-btn:hover { background: #ED5548; color: #fff; }

.lbduh-hours-table { font-size: 14px; }
.lbduh-hours-row { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px dotted #E2E2E2; color: #666; }
.lbduh-hours-row:last-child { border-bottom: 0; }
.lbduh-hours-row > span:last-child { color: #333; }
.lbduh-hours-today { font-weight: 600; }
.lbduh-hours-today > span { color: #ED5548 !important; }
.lbduh-hours-closed { color: #9ca3af !important; }

.lbduh-additional-info { font-size: 14px; }
.lbduh-additional-info-row { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px dotted #E2E2E2; color: #666; }
.lbduh-additional-info-row:last-child { border-bottom: 0; }
.lbduh-additional-info-row span:first-child { color: #333; }

/* Blog grid: the cards themselves are the theme's own .post-one markup and
   inherit the theme's homepage styling; we only provide the grid container.
   The .lbduh-blog-card rules below style the fallback card used only if the
   theme's post-card template is ever unavailable. */
.lbduh-blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 24px; margin-top: 12px; }
.lbduh-blog-grid .item-columns { min-width: 0; }

.lbduh-blog-card { display: block; background: #fff; border: 1px solid #eceef1; border-radius: 10px; overflow: hidden; text-decoration: none; color: inherit; }
.lbduh-blog-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; display: block; }
.lbduh-blog-card h3 { font-size: 14px; font-weight: 600; margin: 12px 14px 6px; color: #1f2937; }
.lbduh-blog-card p { font-size: 12px; color: #6b7280; margin: 0 14px 14px; line-height: 1.5; }
