:root{
  --zb-orange:#f28c28;
  --zb-orange-dark:#d96f0b;
  --zb-orange-soft:#fff3e7;
  --zb-ink:#172033;
  --zb-text:#354052;
  --zb-muted:#718096;
  --zb-line:#e7e9ee;
  --zb-surface:#ffffff;
  --zb-bg:#f7f8fa;
  --zb-green:#12845b;
  --zb-green-soft:#e9f8f1;
  --zb-blue:#3366cc;
  --zb-blue-soft:#eef4ff;
  --zb-shadow:0 18px 50px rgba(23,32,51,.08);
  --zb-shadow-soft:0 8px 28px rgba(23,32,51,.06);
  --zb-radius-xl:28px;
  --zb-radius-lg:20px;
  --zb-radius-md:14px;
}

.zb-v2,
.zb-profile-wrap,
.zb-owner-dashboard{
  font-family:"Manrope",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--zb-ink);
}
.zb-v2 *,
.zb-profile-wrap *,
.zb-owner-dashboard *{box-sizing:border-box}
.zb-v2 a,.zb-profile-wrap a,.zb-owner-dashboard a{text-decoration:none}
.zb-icon{width:20px;height:20px;display:inline-block;flex:0 0 auto}

/* Directory shell */
.zb-directory.zb-v2{
  width:min(1280px,calc(100% - 32px));
  max-width:none;
  margin:0 auto;
  padding:32px 0 72px;
  background:transparent;
}

/* Hero */
.zb-v2-hero{
  position:relative;
  overflow:hidden;
  border:1px solid #f1e8df;
  border-radius:var(--zb-radius-xl);
  background:
    radial-gradient(circle at 90% 10%,rgba(242,140,40,.14),transparent 28%),
    radial-gradient(circle at 72% 100%,rgba(242,140,40,.08),transparent 30%),
    #fffaf6;
  padding:clamp(28px,4vw,52px);
  margin-bottom:26px;
}
.zb-v2-hero-inner{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:48px;align-items:center}
.zb-v2-kicker{display:inline-flex;align-items:center;gap:9px;color:var(--zb-orange-dark);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:18px}
.zb-v2-kicker .zb-icon{width:18px;height:18px}
.zb-v2-hero h1{font-family:"Manrope",sans-serif!important;font-size:clamp(34px,4.2vw,58px)!important;line-height:1.02!important;letter-spacing:-.045em!important;font-weight:800!important;color:var(--zb-ink)!important;max-width:820px;margin:0 0 18px!important}
.zb-v2-hero-copy>p{max-width:780px;font-size:clamp(15px,1.35vw,18px);line-height:1.75;color:var(--zb-text);margin:0 0 26px}
.zb-v2-hero-search{display:flex;gap:10px;max-width:780px;padding:7px;background:#fff;border:1px solid #eadfd4;border-radius:16px;box-shadow:0 14px 38px rgba(56,42,28,.08)}
.zb-v2-search-field,.zb-v2-input-icon{position:relative;display:flex;align-items:center;flex:1}
.zb-v2-search-field>.zb-icon,.zb-v2-input-icon>.zb-icon{position:absolute;left:15px;color:#9aa3b2;width:19px;height:19px;z-index:1;pointer-events:none}
.zb-v2-search-field input{width:100%;height:50px;border:0!important;box-shadow:none!important;background:transparent!important;padding:0 16px 0 46px!important;color:var(--zb-ink)!important;font:600 14px/1.2 "Manrope",sans-serif!important;outline:none!important}
.zb-v2-search-field input::placeholder{color:#9aa3b2;font-weight:500}
.zb-v2-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:9px;min-height:46px;padding:11px 18px;border-radius:12px;border:1px solid transparent;font:800 13px/1 "Manrope",sans-serif!important;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease;color:inherit}
.zb-v2-btn:hover{transform:translateY(-1px)}
.zb-v2-btn-primary{background:var(--zb-orange)!important;color:#fff!important;box-shadow:0 9px 22px rgba(242,140,40,.22)}
.zb-v2-btn-primary:hover{background:var(--zb-orange-dark)!important;color:#fff!important;box-shadow:0 12px 28px rgba(242,140,40,.26)}
.zb-v2-btn-dark{background:var(--zb-ink)!important;color:#fff!important;white-space:nowrap}
.zb-v2-btn-dark:hover{background:#0d1422!important;color:#fff!important}
.zb-v2-btn-quiet{background:#fff!important;color:var(--zb-text)!important;border-color:var(--zb-line)!important}
.zb-v2-btn-quiet:hover{border-color:#cbd1db!important;background:#fafafa!important}
.zb-v2-btn .zb-icon{width:18px;height:18px}

.zb-v2-popular{display:flex;align-items:flex-start;gap:10px;margin-top:18px;max-width:860px}
.zb-v2-popular-label{font-size:12px;font-weight:800;color:var(--zb-muted);padding-top:8px;white-space:nowrap}
.zb-v2-popular-chips{display:flex;gap:7px;flex-wrap:wrap}
.zb-v2-popular-chip{display:inline-flex;align-items:center;gap:7px;min-height:32px;padding:6px 10px;border:1px solid #eadfd4;border-radius:999px;background:rgba(255,255,255,.78);font-size:11px;font-weight:700;color:#5d4b3a!important;transition:.18s ease}
.zb-v2-popular-chip:hover,.zb-v2-popular-chip.is-active{background:#fff;border-color:#f3b477;color:var(--zb-orange-dark)!important;transform:translateY(-1px)}
.zb-v2-popular-chip span{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;background:#f8efe7;border-radius:999px;font-size:10px;color:#8b6d52}

.zb-v2-hero-card{background:rgba(255,255,255,.86);border:1px solid rgba(255,255,255,.9);border-radius:22px;padding:24px;box-shadow:var(--zb-shadow-soft);backdrop-filter:blur(10px)}
.zb-v2-hero-card-icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:15px;background:var(--zb-orange-soft);color:var(--zb-orange-dark);margin-bottom:18px}
.zb-v2-hero-card-icon .zb-icon{width:25px;height:25px}
.zb-v2-hero-card strong{display:block;font-size:17px;margin-bottom:8px}
.zb-v2-hero-card p{font-size:13px;line-height:1.65;color:var(--zb-text);margin:0 0 16px}
.zb-v2-hero-card a{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:800;color:var(--zb-orange-dark)!important}
.zb-v2-hero-card a .zb-icon{width:16px;height:16px}

.zb-v2-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:38px;background:#eadfd4;border:1px solid #eadfd4;border-radius:18px;overflow:hidden}
.zb-v2-stats>div{background:rgba(255,255,255,.86);padding:17px 20px;min-width:0}
.zb-v2-stats strong{display:block;font-size:22px;line-height:1;font-weight:800;letter-spacing:-.03em;color:var(--zb-ink)}
.zb-v2-stats span{display:block;margin-top:7px;color:var(--zb-muted);font-size:11px;font-weight:700;line-height:1.4}

/* Main layout */
.zb-v2-shell{display:grid;grid-template-columns:290px minmax(0,1fr);gap:26px;align-items:start;position:relative}
.zb-v2-filter-panel{position:sticky;top:24px;background:#fff;border:1px solid var(--zb-line);border-radius:20px;padding:20px;box-shadow:var(--zb-shadow-soft);z-index:15}
.zb-v2-filter-head{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:16px;border-bottom:1px solid var(--zb-line);margin-bottom:18px}
.zb-v2-filter-head span{display:block;font-size:10px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:var(--zb-orange-dark);margin-bottom:4px}
.zb-v2-filter-head h2{font-size:18px!important;line-height:1.2!important;letter-spacing:-.02em!important;margin:0!important;color:var(--zb-ink)!important;font-weight:800!important}
.zb-v2-filter-close{display:none;width:38px;height:38px;align-items:center;justify-content:center;border:1px solid var(--zb-line);border-radius:10px;background:#fff;color:var(--zb-text);padding:0;cursor:pointer}
.zb-v2-filter-close .zb-icon{width:18px;height:18px}
.zb-v2-filter-form{display:grid;gap:16px}
.zb-v2-field{display:block;margin:0!important}
.zb-v2-field>span,.zb-v2-check-title{display:block;margin:0 0 7px;font-size:11px;font-weight:800;color:#4a5568;letter-spacing:.01em}
.zb-v2-field input,.zb-v2-field select{width:100%!important;height:44px!important;min-height:44px!important;border:1px solid #dfe3e9!important;border-radius:11px!important;background:#fff!important;color:var(--zb-ink)!important;box-shadow:none!important;padding:0 12px!important;font:600 12px/1 "Manrope",sans-serif!important;outline:none!important;transition:.18s ease}
.zb-v2-field input:focus,.zb-v2-field select:focus{border-color:#f2a055!important;box-shadow:0 0 0 3px rgba(242,140,40,.12)!important}
.zb-v2-input-icon input,.zb-v2-input-icon select{padding-left:43px!important}
.zb-v2-check-group{padding:14px;background:var(--zb-bg);border:1px solid #eef0f3;border-radius:14px;display:grid;gap:10px}
.zb-v2-check{position:relative;display:flex!important;align-items:center;gap:9px;margin:0!important;color:var(--zb-text)!important;font-size:11px!important;font-weight:650!important;cursor:pointer}
.zb-v2-check input{position:absolute!important;opacity:0!important;pointer-events:none!important}
.zb-v2-check>span{width:19px;height:19px;display:flex;align-items:center;justify-content:center;border:1px solid #ccd2dc;border-radius:6px;background:#fff;color:transparent;transition:.18s ease}
.zb-v2-check>span .zb-icon{width:13px;height:13px;stroke-width:2.4}
.zb-v2-check input:checked+span{background:var(--zb-orange);border-color:var(--zb-orange);color:#fff}
.zb-v2-advanced{border-top:1px solid var(--zb-line);border-bottom:1px solid var(--zb-line);padding:13px 0}
.zb-v2-advanced summary{cursor:pointer;font-size:11px;font-weight:800;color:var(--zb-text);list-style:none;display:flex;justify-content:space-between;align-items:center}
.zb-v2-advanced summary::-webkit-details-marker{display:none}
.zb-v2-advanced summary:after{content:"+";font-size:18px;font-weight:500;color:var(--zb-muted)}
.zb-v2-advanced[open] summary:after{content:"−"}
.zb-v2-advanced-body{display:grid;gap:13px;padding-top:14px}
.zb-v2-filter-actions{display:grid;grid-template-columns:1fr;gap:8px;margin-top:2px}
.zb-v2-sort-field{margin-top:-2px!important}

.zb-v2-mobile-toolbar{display:none}
.zb-v2-filter-overlay{display:none}

/* Results */
.zb-v2-results{min-width:0}
.zb-v2-results-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin:2px 0 16px}
.zb-v2-results-eyebrow{margin:0 0 4px!important;color:var(--zb-muted);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.zb-v2-results-head h2{margin:0!important;font-size:24px!important;line-height:1.2!important;letter-spacing:-.03em!important;font-weight:700!important;color:var(--zb-ink)!important}
.zb-v2-results-head h2 strong{font-weight:800;color:var(--zb-orange-dark)}
.zb-v2-results-page{font-size:11px;font-weight:700;color:var(--zb-muted);padding-bottom:3px;white-space:nowrap}
.zb-v2-active-filters{display:flex;gap:7px;flex-wrap:wrap;margin:0 0 16px}
.zb-v2-active-filters a{display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:5px 9px;background:#fff;border:1px solid var(--zb-line);border-radius:999px;color:var(--zb-text)!important;font-size:10px;font-weight:700}
.zb-v2-active-filters a span{font-size:15px;line-height:1;color:#98a2b1}
.zb-v2-active-filters .zb-v2-clear-all{border-color:transparent;background:transparent;color:var(--zb-orange-dark)!important;font-weight:800}

.zb-v2-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.zb-v2-card{position:relative;overflow:hidden;background:#fff;border:1px solid var(--zb-line);border-radius:20px;padding:20px 20px 0;box-shadow:0 3px 14px rgba(23,32,51,.035);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;min-width:0}
.zb-v2-card:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(23,32,51,.09);border-color:#dde1e7}
.zb-v2-card-accent{position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,var(--zb-orange),#ffbb74);opacity:.75}
.zb-v2-card-head{display:flex;gap:13px;align-items:flex-start}
.zb-v2-avatar{width:49px;height:49px;flex:0 0 49px;display:flex;align-items:center;justify-content:center;border-radius:15px;background:var(--zb-orange-soft);border:1px solid #f5dcc4;color:var(--zb-orange-dark)!important;font-size:14px;font-weight:800;letter-spacing:-.02em}
.zb-v2-avatar.has-logo{background:#fff;overflow:hidden;padding:5px}
.zb-v2-avatar.has-logo img{display:block;width:100%;height:100%;object-fit:contain;border-radius:10px}
.zb-v2-card-title{min-width:0;flex:1}
.zb-v2-card-title h3{margin:6px 0 5px!important;font-size:17px!important;line-height:1.28!important;letter-spacing:-.02em!important;font-weight:800!important;color:var(--zb-ink)!important;overflow-wrap:anywhere}
.zb-v2-card-title h3 a{color:inherit!important}
.zb-v2-card-title p{display:flex;align-items:center;gap:5px;margin:0!important;color:var(--zb-muted);font-size:11px;font-weight:650}
.zb-v2-card-title p .zb-icon{width:14px;height:14px}
.zb-v2-badges{display:flex;gap:5px;flex-wrap:wrap}
.zb-badge{display:inline-flex;align-items:center;min-height:22px;padding:4px 7px;border-radius:999px;font:800 8.5px/1.15 "Manrope",sans-serif!important;letter-spacing:.01em;background:#f1f3f6;color:#667085;white-space:nowrap}
.zb-activity-aktivna{background:var(--zb-green-soft);color:#0f6a49}
.zb-activity-verovatno_aktivna{background:#f1f8e9;color:#4f6f24}
.zb-activity-nepoznato{background:#f1f3f6;color:#667085}
.zb-activity-verovatno_neaktivna{background:#fff4dd;color:#93610e}
.zb-badge-claimed{background:var(--zb-blue-soft);color:#2f5fb8}
.zb-badge-litter{background:var(--zb-orange-soft);color:#b95e0c}

.zb-v2-breed-chips{display:flex;gap:6px;flex-wrap:wrap;margin:16px 0 14px}
.zb-v2-breed-chips span{display:inline-flex;align-items:center;min-height:27px;padding:5px 8px;background:#f8f9fb;border:1px solid #eceef2;border-radius:8px;color:#4f5b6c;font-size:9px;font-weight:750;line-height:1.25}
.zb-v2-breed-chips .zb-v2-breed-more{background:#fff;color:var(--zb-muted)}
.zb-v2-card-facts{display:flex;gap:7px;flex-wrap:wrap;padding:12px 0;border-top:1px solid #f0f1f3;border-bottom:1px solid #f0f1f3}
.zb-v2-card-facts span{display:flex;flex-direction:column;gap:2px;min-width:75px;padding-right:10px;border-right:1px solid #eef0f2;color:var(--zb-text);font-size:10px;font-weight:700}
.zb-v2-card-facts span:last-child{border-right:0}
.zb-v2-card-facts b{font-size:8px;text-transform:uppercase;letter-spacing:.06em;color:#9aa3b2;font-weight:800}
.zb-v2-card-facts .is-highlight{color:var(--zb-green)}
.zb-v2-card-foot{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:14px 0}
.zb-v2-socials{display:flex;gap:6px;min-width:0}
.zb-v2-socials a{width:31px;height:31px;display:flex;align-items:center;justify-content:center;border:1px solid var(--zb-line);border-radius:9px;color:#687386!important;background:#fff;transition:.18s ease}
.zb-v2-socials a:hover{border-color:#f1a45c;color:var(--zb-orange-dark)!important;background:var(--zb-orange-soft)}
.zb-v2-socials .zb-icon{width:15px;height:15px}
.zb-v2-profile-link{display:inline-flex;align-items:center;gap:6px;color:var(--zb-ink)!important;font-size:10px;font-weight:800;white-space:nowrap}
.zb-v2-profile-link .zb-icon{width:15px;height:15px;transition:transform .18s ease}
.zb-v2-profile-link:hover{color:var(--zb-orange-dark)!important}
.zb-v2-profile-link:hover .zb-icon{transform:translateX(2px)}
.zb-v2-claim-link{display:block;margin:0 -20px;padding:10px 20px;background:#fafbfc;border-top:1px solid #f0f1f3;color:#7b8492!important;font-size:9px;font-weight:650;text-align:center}
.zb-v2-claim-link strong{color:var(--zb-orange-dark);font-weight:800}

.zb-v2-pagination{display:flex;align-items:center;justify-content:center;gap:6px;margin:30px 0 0;flex-wrap:wrap}
.zb-v2-pagination a,.zb-v2-pagination .zb-v2-page-gap{min-width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--zb-line);border-radius:10px;background:#fff;color:var(--zb-text)!important;font-size:11px;font-weight:800}
.zb-v2-pagination a:hover{border-color:#f1ae70;color:var(--zb-orange-dark)!important}
.zb-v2-pagination a.is-current{background:var(--zb-ink);border-color:var(--zb-ink);color:#fff!important}
.zb-v2-pagination .zb-v2-page-gap{border-color:transparent;background:transparent;min-width:20px;color:var(--zb-muted)}
.zb-v2-pagination .is-disabled{opacity:.35;pointer-events:none}

.zb-v2-empty{background:#fff;border:1px solid var(--zb-line);border-radius:22px;padding:56px 24px;text-align:center;box-shadow:var(--zb-shadow-soft)}
.zb-v2-empty-icon{width:58px;height:58px;margin:0 auto 16px;display:flex;align-items:center;justify-content:center;border-radius:18px;background:var(--zb-orange-soft);color:var(--zb-orange-dark)}
.zb-v2-empty-icon .zb-icon{width:26px;height:26px}
.zb-v2-empty h3{font-size:20px!important;margin:0 0 8px!important;color:var(--zb-ink)!important}
.zb-v2-empty p{margin:0 auto 18px;color:var(--zb-muted);font-size:13px;max-width:460px}

/* Owner CTA */
.zb-v2-owner-cta{display:grid;grid-template-columns:70px minmax(0,1fr) auto;gap:22px;align-items:center;margin:48px 0 0;padding:28px 30px;border-radius:24px;background:var(--zb-orange);color:#fff;box-shadow:0 18px 44px rgba(242,140,40,.2)}
.zb-v2-owner-visual{width:62px;height:62px;display:flex;align-items:center;justify-content:center;border-radius:18px;background:rgba(255,255,255,.16);color:#fff}
.zb-v2-owner-visual .zb-icon{width:30px;height:30px}
.zb-v2-owner-copy>span{display:block;font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;opacity:.82;margin-bottom:4px}
.zb-v2-owner-copy h2{margin:0 0 7px!important;color:#fff!important;font-size:22px!important;line-height:1.2!important;letter-spacing:-.03em!important;font-weight:800!important}
.zb-v2-owner-copy p{margin:0!important;color:rgba(255,255,255,.9);font-size:12px;line-height:1.65;max-width:760px}

/* SEO / explanation */
.zb-v2-info{margin-top:54px;padding:42px;border:1px solid var(--zb-line);border-radius:26px;background:#fff}
.zb-v2-info-intro{max-width:780px;margin-bottom:28px}
.zb-v2-info-intro>span{font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--zb-orange-dark)}
.zb-v2-info-intro h2{font-size:clamp(24px,3vw,34px)!important;line-height:1.18!important;letter-spacing:-.04em!important;font-weight:800!important;color:var(--zb-ink)!important;margin:7px 0 12px!important}
.zb-v2-info-intro p{font-size:13px;line-height:1.75;color:var(--zb-text);margin:0}
.zb-v2-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.zb-v2-info-grid article{padding:21px;background:var(--zb-bg);border:1px solid #eef0f3;border-radius:17px}
.zb-v2-info-grid article>b{display:inline-flex;align-items:center;justify-content:center;width:31px;height:31px;border-radius:9px;background:var(--zb-orange-soft);color:var(--zb-orange-dark);font-size:10px;margin-bottom:14px}
.zb-v2-info-grid h3{font-size:15px!important;line-height:1.3!important;margin:0 0 6px!important;color:var(--zb-ink)!important;font-weight:800!important}
.zb-v2-info-grid p{font-size:11px;line-height:1.65;color:var(--zb-muted);margin:0}
.zb-v2-disclaimer{display:flex;gap:12px;align-items:flex-start;margin-top:18px;padding:15px 17px;border:1px solid #e8ebef;border-radius:14px;background:#fbfcfd;color:var(--zb-text)}
.zb-v2-disclaimer .zb-icon{width:20px;height:20px;color:var(--zb-orange-dark);margin-top:1px}
.zb-v2-disclaimer p{margin:0!important;font-size:10.5px;line-height:1.65}

/* Single profile + owner dashboard keep the same visual language */
.zb-profile-wrap,.zb-owner-dashboard{width:min(1180px,calc(100% - 32px));max-width:none;margin:0 auto;padding:32px 0 64px}
.zb-profile-breadcrumb{display:flex;gap:8px;align-items:center;color:var(--zb-muted);font-size:11px;font-weight:650;margin-bottom:14px}.zb-profile-breadcrumb a{color:inherit!important}.zb-profile-breadcrumb a:hover{color:var(--zb-orange-dark)!important}
.zb-profile-hero{display:flex;justify-content:space-between;gap:28px;align-items:center;padding:30px;background:#fffaf6;border:1px solid #f1e8df;border-radius:24px;margin-bottom:22px;box-shadow:var(--zb-shadow-soft)}
.zb-profile-hero h1{margin:7px 0 8px!important;font-size:clamp(30px,4vw,46px)!important;line-height:1.05!important;letter-spacing:-.04em!important;font-weight:800!important;color:var(--zb-ink)!important}
.zb-profile-sub{display:flex;gap:15px;flex-wrap:wrap;margin:0!important;color:var(--zb-muted);font-size:12px;font-weight:650}
.zb-profile-actions{display:flex;gap:9px;flex-wrap:wrap;align-items:center}
.zb-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:44px;padding:10px 16px;border-radius:11px;border:1px solid transparent;text-decoration:none!important;font:800 12px/1 "Manrope",sans-serif!important;cursor:pointer;transition:.18s ease}
.zb-btn-primary{background:var(--zb-orange)!important;color:#fff!important}.zb-btn-primary:hover{background:var(--zb-orange-dark)!important;color:#fff!important}.zb-btn-ghost{background:#fff!important;border-color:#dfe3e9!important;color:var(--zb-text)!important}.zb-btn-ghost:hover{border-color:#c8ced8!important;background:#fafafa!important}
.zb-profile-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,.82fr);gap:20px}.zb-section,.zb-side-card,.zb-owner-card{background:#fff;border:1px solid var(--zb-line);border-radius:19px;padding:22px;margin-bottom:16px;box-shadow:0 3px 15px rgba(23,32,51,.025)}
.zb-section h2,.zb-side-card h3{margin:0 0 14px!important;font-size:17px!important;line-height:1.3!important;font-weight:800!important;color:var(--zb-ink)!important;letter-spacing:-.02em!important}.zb-section p{color:var(--zb-text);font-size:12px;line-height:1.75}.zb-chip-list{display:flex;gap:7px;flex-wrap:wrap}.zb-chip{padding:7px 10px;border-radius:9px;background:var(--zb-orange-soft);border:1px solid #f4dcc5;color:#aa590f!important;font-size:10px;font-weight:800}
.zb-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0}.zb-facts div,.zb-mini-facts div{padding:12px;background:var(--zb-bg);border:1px solid #eef0f3;border-radius:11px}.zb-facts dt,.zb-mini-facts dt{font-size:8px;text-transform:uppercase;letter-spacing:.07em;color:var(--zb-muted);font-weight:800}.zb-facts dd,.zb-mini-facts dd{margin:4px 0 0;font-size:11px;font-weight:800;color:var(--zb-text)}.zb-fact-wide{grid-column:1/-1}.zb-mini-facts{display:grid;gap:7px;margin:0}.zb-contact-list{display:flex;gap:8px;flex-wrap:wrap}.zb-contact-list a{padding:9px 11px;border:1px solid var(--zb-line);border-radius:10px;color:var(--zb-text)!important;font-size:10px;font-weight:750;background:#fff}.zb-contact-list a:hover{border-color:#f2a25a;color:var(--zb-orange-dark)!important}.zb-muted{color:var(--zb-muted)!important;font-size:10.5px!important;line-height:1.65!important}.zb-sources ul{padding-left:20px;margin-bottom:0}.zb-sources li{font-size:11px;margin:6px 0}
.zb-claim-box{max-width:900px;margin:28px auto 0;background:#fffaf6;border:1px solid #f1e1d2;border-radius:22px;padding:27px}.zb-claim-box h2{margin:4px 0 8px!important;font-size:22px!important;font-weight:800!important;color:var(--zb-ink)!important}.zb-claim-form{display:grid;gap:13px;margin-top:18px}.zb-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.zb-claim-form label,.zb-owner-form label,.zb-change-request label{display:block;font-size:10px;font-weight:800;color:var(--zb-text)}.zb-claim-form label>span,.zb-owner-form label>span,.zb-change-request label>span{display:block;margin-bottom:6px}.zb-claim-form input,.zb-claim-form select,.zb-claim-form textarea,.zb-owner-form input,.zb-owner-form select,.zb-owner-form textarea,.zb-change-request textarea{width:100%!important;border:1px solid #dfe3e9!important;border-radius:11px!important;padding:10px 12px!important;background:#fff!important;color:var(--zb-ink)!important;font:600 11px/1.4 "Manrope",sans-serif!important;box-shadow:none!important}.zb-consent{display:flex!important;gap:8px;align-items:flex-start;font-weight:600!important}.zb-consent input{width:auto!important;margin-top:3px}.zb-hp{position:absolute!important;left:-9999px!important;width:1px;height:1px;overflow:hidden}.zb-notice{background:#fff;border:1px solid var(--zb-line);border-radius:14px;padding:18px;margin:16px 0;font-size:11px}.zb-notice-success{border-color:#bfe8d3;background:#f2fbf7}.zb-notice-error{border-color:#f4c9c9;background:#fff6f6}.zb-owner-card-head{display:flex;justify-content:space-between;gap:18px;align-items:center;margin-bottom:16px}.zb-owner-card-head h2{margin:0!important}.zb-owner-form{display:grid;gap:14px}.zb-change-request{margin-top:18px;border-top:1px solid var(--zb-line);padding-top:16px}.zb-change-request summary{font-weight:800;cursor:pointer;margin-bottom:12px}

/* Tablet */
@media(max-width:1080px){
  .zb-v2-hero-inner{grid-template-columns:1fr;gap:26px}
  .zb-v2-hero-card{max-width:760px}
  .zb-v2-card-grid{grid-template-columns:1fr 1fr}
  .zb-v2-owner-cta{grid-template-columns:60px 1fr}.zb-v2-owner-cta>.zb-v2-btn{grid-column:2;justify-self:start}
}

/* Mobile / tablet filters */
@media(max-width:880px){
  .zb-directory.zb-v2{width:min(100% - 24px,760px);padding-top:18px}
  .zb-v2-hero{padding:26px 22px;border-radius:22px}
  .zb-v2-hero h1{font-size:clamp(32px,8vw,46px)!important}
  .zb-v2-hero-search{max-width:none}
  .zb-v2-hero-card{display:none}
  .zb-v2-stats{grid-template-columns:repeat(2,1fr)}
  .zb-v2-stats>div:nth-child(2){border-right:0}
  .zb-v2-popular{display:block}.zb-v2-popular-label{display:block;padding:0;margin-bottom:7px}

  .zb-v2-mobile-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;position:sticky;top:8px;z-index:25;padding:8px;margin:0 0 16px;background:rgba(255,255,255,.92);border:1px solid var(--zb-line);border-radius:14px;box-shadow:0 8px 24px rgba(23,32,51,.08);backdrop-filter:blur(12px)}
  .zb-v2-filter-toggle{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:8px 12px;border:0;border-radius:10px;background:var(--zb-ink);color:#fff;font:800 11px/1 "Manrope",sans-serif;cursor:pointer}
  .zb-v2-filter-toggle .zb-icon{width:17px;height:17px}.zb-v2-filter-toggle b{display:flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:var(--zb-orange);color:#fff;font-size:9px}
  .zb-v2-mobile-count{font-size:10px;font-weight:800;color:var(--zb-muted);padding-right:6px}
  .zb-v2-shell{display:block}
  .zb-v2-filter-panel{position:fixed;z-index:100002;left:0;right:0;bottom:0;top:auto;max-height:min(88vh,760px);overflow:auto;border-radius:24px 24px 0 0;padding:20px 18px 24px;transform:translateY(105%);transition:transform .28s cubic-bezier(.22,.61,.36,1);box-shadow:0 -24px 70px rgba(23,32,51,.2)}
  .zb-v2-filter-panel.is-open{transform:translateY(0)}
  .zb-v2-filter-close{display:flex}
  .zb-v2-filter-overlay{display:block;position:fixed;z-index:100001;inset:0;background:rgba(12,18,30,.52);backdrop-filter:blur(2px)}
  .zb-v2-filter-overlay[hidden]{display:none!important}
  body.zb-filter-lock{overflow:hidden}
  .zb-v2-filter-actions{position:sticky;bottom:-24px;margin:2px -18px -24px;padding:12px 18px 20px;background:linear-gradient(to top,#fff 75%,rgba(255,255,255,.88));grid-template-columns:1fr auto}
  .zb-v2-filter-actions .zb-v2-btn-quiet{padding-left:12px;padding-right:12px}
  .zb-v2-results-head{margin-top:0}.zb-v2-results-page{display:none}
  .zb-v2-card-grid{grid-template-columns:1fr 1fr}
  .zb-v2-info{padding:28px 22px}.zb-v2-info-grid{grid-template-columns:1fr}
  .zb-profile-layout{grid-template-columns:1fr}.zb-profile-side{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.zb-side-card{margin:0}.zb-profile-hero{align-items:flex-start;flex-direction:column}
}

@media(max-width:640px){
  .zb-directory.zb-v2{width:calc(100% - 20px);padding-bottom:48px}
  .zb-v2-hero{padding:24px 18px;margin-bottom:12px}
  .zb-v2-kicker{font-size:10px;margin-bottom:13px}
  .zb-v2-hero h1{font-size:32px!important;line-height:1.06!important;letter-spacing:-.04em!important;margin-bottom:13px!important}
  .zb-v2-hero-copy>p{font-size:13px;line-height:1.65;margin-bottom:18px}
  .zb-v2-hero-search{padding:5px;border-radius:13px;display:grid;grid-template-columns:1fr}
  .zb-v2-search-field input{height:45px;font-size:12px!important}.zb-v2-hero-search .zb-v2-btn{width:100%;min-height:43px}
  .zb-v2-popular{margin-top:14px}.zb-v2-popular-chips{flex-wrap:nowrap;overflow-x:auto;padding:0 1px 4px;scrollbar-width:none}.zb-v2-popular-chips::-webkit-scrollbar{display:none}.zb-v2-popular-chip{flex:0 0 auto}
  .zb-v2-stats{margin-top:22px;border-radius:14px}.zb-v2-stats>div{padding:13px 12px}.zb-v2-stats strong{font-size:18px}.zb-v2-stats span{font-size:9px}
  .zb-v2-mobile-toolbar{top:6px;margin-bottom:13px}
  .zb-v2-results-head h2{font-size:20px!important}
  .zb-v2-card-grid{grid-template-columns:1fr;gap:12px}
  .zb-v2-card{padding:17px 17px 0;border-radius:17px}
  .zb-v2-card-head{gap:11px}.zb-v2-avatar{width:45px;height:45px;flex-basis:45px;border-radius:13px}.zb-v2-card-title h3{font-size:16px!important}.zb-v2-claim-link{margin-left:-17px;margin-right:-17px;padding-left:17px;padding-right:17px}
  .zb-v2-card-facts{gap:5px}.zb-v2-card-facts span{min-width:70px;font-size:9px}
  .zb-v2-owner-cta{grid-template-columns:1fr;padding:24px 20px;border-radius:20px;gap:14px}.zb-v2-owner-visual{width:50px;height:50px}.zb-v2-owner-copy h2{font-size:20px!important}.zb-v2-owner-cta>.zb-v2-btn{grid-column:auto;justify-self:stretch;width:100%;margin-top:4px}
  .zb-v2-info{margin-top:34px;padding:24px 18px;border-radius:20px}.zb-v2-info-intro h2{font-size:24px!important}.zb-v2-disclaimer{padding:13px}
  .zb-v2-pagination a,.zb-v2-pagination .zb-v2-page-gap{min-width:33px;height:33px;border-radius:9px}
  .zb-profile-wrap,.zb-owner-dashboard{width:calc(100% - 20px);padding-top:18px}.zb-profile-hero{padding:22px 18px;border-radius:20px}.zb-profile-hero h1{font-size:30px!important}.zb-profile-actions{width:100%}.zb-profile-actions .zb-btn{flex:1}.zb-profile-side,.zb-facts,.zb-form-grid{grid-template-columns:1fr}.zb-claim-box{padding:22px 17px}.zb-owner-card-head{align-items:flex-start;flex-direction:column}
}

@media(prefers-reduced-motion:reduce){
  .zb-v2 *, .zb-profile-wrap *{scroll-behavior:auto!important;transition:none!important;animation:none!important}
}

/* =========================================================
   v0.2.1 — mobile-first hardening for AdForest + Elementor
   ========================================================= */
.zb-directory.zb-v2,
.zb-directory.zb-v2 .zb-v2-hero,
.zb-directory.zb-v2 .zb-v2-hero-inner,
.zb-directory.zb-v2 .zb-v2-hero-copy,
.zb-directory.zb-v2 .zb-v2-hero-search,
.zb-directory.zb-v2 .zb-v2-search-field,
.zb-directory.zb-v2 .zb-v2-results,
.zb-directory.zb-v2 .zb-v2-card,
.zb-directory.zb-v2 .zb-v2-card-title{
  min-width:0!important;
  max-width:100%;
}
.zb-directory.zb-v2 .zb-v2-hero h1{
  white-space:normal!important;
  overflow-wrap:break-word!important;
  word-break:normal!important;
  max-width:100%!important;
}
.zb-directory.zb-v2 input,
.zb-directory.zb-v2 select,
.zb-directory.zb-v2 button{
  max-width:100%!important;
}

@media(max-width:640px){
  html,body{max-width:100%;}
  .zb-directory.zb-v2{
    width:100%!important;
    max-width:100%!important;
    margin:0 auto!important;
    padding:10px 10px 44px!important;
    overflow-x:clip!important;
  }

  .zb-v2-hero{
    width:100%!important;
    padding:20px 18px 18px!important;
    margin:0 0 12px!important;
    border-radius:18px!important;
    overflow:hidden!important;
  }
  .zb-v2-hero-inner{
    display:block!important;
    width:100%!important;
  }
  .zb-v2-hero-copy{
    width:100%!important;
    min-width:0!important;
  }
  .zb-v2-kicker{
    display:flex!important;
    width:100%!important;
    margin:0 0 11px!important;
    font-size:9px!important;
    line-height:1.35!important;
    letter-spacing:.065em!important;
    white-space:normal!important;
  }
  .zb-v2-hero h1{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    margin:0 0 10px!important;
    padding:0!important;
    font-size:30px!important;
    line-height:1.08!important;
    letter-spacing:-.035em!important;
    font-weight:800!important;
    white-space:normal!important;
    overflow:visible!important;
    text-overflow:clip!important;
    overflow-wrap:break-word!important;
  }
  .zb-v2-hero-copy>p{
    width:100%!important;
    max-width:100%!important;
    margin:0 0 15px!important;
    font-size:12.5px!important;
    line-height:1.58!important;
  }

  .zb-v2-hero-search{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:7px!important;
    width:100%!important;
    max-width:100%!important;
    padding:5px!important;
    border-radius:13px!important;
  }
  .zb-v2-search-field{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    overflow:hidden!important;
  }
  .zb-v2-search-field input{
    display:block!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    height:44px!important;
    padding:0 12px 0 42px!important;
    font-size:12px!important;
    line-height:44px!important;
    white-space:nowrap!important;
    text-overflow:ellipsis!important;
    overflow:hidden!important;
  }
  .zb-v2-hero-search .zb-v2-btn-primary{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    height:44px!important;
    min-height:44px!important;
    margin:0!important;
    padding:0 16px!important;
    border-radius:10px!important;
    color:#fff!important;
    -webkit-text-fill-color:#fff!important;
    font-size:13px!important;
    line-height:1!important;
    text-indent:0!important;
    white-space:nowrap!important;
    overflow:visible!important;
  }

  .zb-v2-popular{
    display:block!important;
    width:100%!important;
    margin:13px 0 0!important;
  }
  .zb-v2-popular-label{
    display:block!important;
    margin:0 0 7px!important;
    padding:0!important;
    font-size:10px!important;
  }
  .zb-v2-popular-chips{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:6px!important;
    width:100%!important;
    overflow:visible!important;
    padding:0!important;
  }
  .zb-v2-popular-chip{
    flex:0 1 auto!important;
    max-width:100%!important;
    min-height:30px!important;
    padding:5px 9px!important;
    font-size:9.5px!important;
    white-space:normal!important;
    line-height:1.15!important;
  }
  .zb-v2-popular-chip:nth-child(n+5){display:none!important;}

  .zb-v2-stats{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:1px!important;
    width:100%!important;
    margin-top:17px!important;
    border-radius:13px!important;
  }
  .zb-v2-stats>div{
    min-width:0!important;
    padding:11px 9px!important;
    border:0!important;
  }
  .zb-v2-stats>div:nth-child(4){display:none!important;}
  .zb-v2-stats strong{font-size:18px!important;}
  .zb-v2-stats span{
    margin-top:5px!important;
    font-size:8.5px!important;
    line-height:1.3!important;
    overflow-wrap:anywhere!important;
  }

  .zb-v2-mobile-toolbar{
    top:6px!important;
    width:100%!important;
    min-width:0!important;
    margin:0 0 13px!important;
    padding:7px!important;
    border-radius:13px!important;
  }
  .zb-v2-filter-toggle{
    min-height:38px!important;
    padding:8px 11px!important;
  }
  .zb-v2-mobile-count{
    font-size:9.5px!important;
    white-space:nowrap!important;
  }

  .zb-v2-results-head{
    align-items:flex-end!important;
    margin:0 0 12px!important;
  }
  .zb-v2-results-eyebrow{font-size:8.5px!important;}
  .zb-v2-results-head h2{
    font-size:20px!important;
    line-height:1.15!important;
    white-space:normal!important;
  }
  .zb-v2-card-grid{
    width:100%!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:11px!important;
  }
  .zb-v2-card{
    width:100%!important;
    padding:16px 15px 0!important;
    border-radius:16px!important;
  }
  .zb-v2-card-head{
    display:grid!important;
    grid-template-columns:44px minmax(0,1fr)!important;
    gap:10px!important;
    width:100%!important;
  }
  .zb-v2-avatar{
    width:44px!important;
    height:44px!important;
    flex-basis:44px!important;
    border-radius:12px!important;
  }
  .zb-v2-card-title h3{
    width:100%!important;
    margin:5px 0 4px!important;
    font-size:15px!important;
    line-height:1.25!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
  }
  .zb-v2-badges{gap:4px!important;}
  .zb-badge{
    min-height:20px!important;
    padding:3px 6px!important;
    font-size:7.5px!important;
  }
  .zb-v2-breed-chips{
    margin:13px 0 11px!important;
    gap:5px!important;
  }
  .zb-v2-breed-chips span{
    min-height:25px!important;
    padding:5px 7px!important;
    font-size:8px!important;
  }
  .zb-v2-card-facts{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:0!important;
    padding:10px 0!important;
  }
  .zb-v2-card-facts span{
    min-width:0!important;
    width:100%!important;
    padding:0 8px!important;
    font-size:8.5px!important;
    overflow-wrap:anywhere!important;
  }
  .zb-v2-card-facts span:first-child{padding-left:0!important;}
  .zb-v2-card-facts span:last-child{padding-right:0!important;}
  .zb-v2-card-facts b{font-size:7px!important;}
  .zb-v2-card-foot{
    gap:8px!important;
    padding:12px 0!important;
  }
  .zb-v2-socials{gap:5px!important;}
  .zb-v2-socials a{
    width:32px!important;
    height:32px!important;
  }
  .zb-v2-profile-link{
    flex:0 0 auto!important;
    font-size:10px!important;
  }
  .zb-v2-claim-link{
    margin:0 -15px!important;
    padding:9px 12px!important;
    font-size:8.5px!important;
    line-height:1.4!important;
  }

  .zb-v2-filter-panel{
    width:100%!important;
    max-width:100%!important;
    padding-left:16px!important;
    padding-right:16px!important;
  }
  .zb-v2-filter-actions{
    margin-left:-16px!important;
    margin-right:-16px!important;
    padding-left:16px!important;
    padding-right:16px!important;
  }

  /* Added by front.js only to fixed AdForest controls on the directory page. */
  .zb-directory-theme-floating-hidden{
    display:none!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }
}

@media(max-width:380px){
  .zb-v2-hero h1{font-size:27px!important;}
  .zb-v2-stats strong{font-size:16px!important;}
  .zb-v2-stats span{font-size:7.8px!important;}
  .zb-v2-card-foot{align-items:center!important;}
  .zb-v2-profile-link{font-size:9px!important;}
}

/* =========================================================
   v0.3.0 — premium individual kennel profile
   ========================================================= */
.zb-profile-v3{
  --p3-border:#e7e9ee;
  --p3-soft:#f7f8fa;
  --p3-ink:#172033;
  --p3-text:#3e495c;
  --p3-muted:#718096;
  --p3-orange:#f28c28;
  --p3-orange-dark:#d96f0b;
  --p3-orange-soft:#fff3e7;
  --p3-green:#12845b;
  --p3-green-soft:#e9f8f1;
  width:min(1220px,calc(100% - 32px))!important;
  padding:24px 0 90px!important;
  color:var(--p3-ink);
  overflow:visible;
}
.zb-profile-v3 *{box-sizing:border-box;min-width:0}
.zb-profile-v3 .zb-icon{width:18px;height:18px}
.zb-profile-v3 .zb-profile-breadcrumb{margin:0 0 14px;padding:0 2px;gap:5px;flex-wrap:wrap;font-size:12px;line-height:1.5}
.zb-profile-v3 .zb-profile-breadcrumb .zb-icon{width:13px;height:13px;vertical-align:-2px}
.zb-profile-v3 .zb-profile-breadcrumb span:last-child{max-width:52vw;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

.zb-p3-hero{position:relative;overflow:hidden;border:1px solid #efe4da;border-radius:28px;background:#fffaf6;box-shadow:0 16px 48px rgba(23,32,51,.07);margin:0 0 14px}
.zb-p3-cover{position:absolute;inset:0 0 auto;height:155px;background:
  radial-gradient(circle at 82% 10%,rgba(242,140,40,.22),transparent 32%),
  linear-gradient(115deg,#fff7ef 0%,#fdf1e6 50%,#fff 100%)}
.zb-p3-hero.has-cover .zb-p3-cover{height:175px;background-image:linear-gradient(180deg,rgba(17,24,39,.04) 0%,rgba(17,24,39,.08) 34%,rgba(255,250,246,.72) 72%,#fffaf6 100%),var(--zb-cover);background-size:cover;background-position:center}
.zb-p3-hero-body{position:relative;z-index:1;display:grid;grid-template-columns:112px minmax(0,1fr) auto;gap:22px;align-items:end;padding:92px 30px 28px}
.zb-p3-logo{width:112px;height:112px;border-radius:24px;background:#fff;border:5px solid #fff;box-shadow:0 12px 30px rgba(23,32,51,.12);display:flex;align-items:center;justify-content:center;overflow:hidden;color:var(--p3-orange-dark);font-size:30px;font-weight:800;letter-spacing:-.04em}
.zb-p3-logo img{width:100%;height:100%;object-fit:cover;display:block;border-radius:19px}
.zb-p3-identity{padding-bottom:2px}
.zb-p3-badges{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:8px}
.zb-p3-badges .zb-badge{min-height:25px;padding:5px 9px;font-size:9px}
.zb-p3-identity h1{margin:0!important;font-family:"Manrope",sans-serif!important;font-size:clamp(34px,4.2vw,52px)!important;line-height:1.04!important;letter-spacing:-.045em!important;font-weight:800!important;color:var(--p3-ink)!important;overflow-wrap:anywhere}
.zb-p3-tagline{margin:8px 0 0!important;font-size:14px!important;line-height:1.55!important;font-weight:600;color:var(--p3-text)!important}
.zb-p3-meta{display:flex;gap:8px 16px;flex-wrap:wrap;margin-top:12px;color:#667085;font-size:11.5px;font-weight:700}
.zb-p3-meta span{display:inline-flex;align-items:center;gap:6px}
.zb-p3-meta .zb-icon{width:16px;height:16px;color:#8a95a6}
.zb-p3-hero-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end;align-items:center;padding-bottom:3px}
.zb-p3-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px;min-height:46px;padding:11px 16px!important;border-radius:12px;border:1px solid transparent!important;font:800 12px/1 "Manrope",sans-serif!important;text-decoration:none!important;cursor:pointer;white-space:nowrap;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease}
.zb-p3-btn:hover{transform:translateY(-1px)}
.zb-p3-btn-primary{background:var(--p3-orange)!important;color:#fff!important;box-shadow:0 9px 22px rgba(242,140,40,.22)}
.zb-p3-btn-primary:hover{background:var(--p3-orange-dark)!important;color:#fff!important}
.zb-p3-btn-light{background:#fff!important;color:var(--p3-ink)!important;border-color:#e2e5ea!important}
.zb-p3-btn-light:hover{border-color:#f2ad6c!important;color:var(--p3-orange-dark)!important}
.zb-p3-btn-icon{width:46px;padding:0!important;background:#fff!important;color:var(--p3-text)!important;border-color:#e2e5ea!important}

.zb-p3-status-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid var(--p3-border);border-radius:18px;background:#fff;margin:0 0 20px;overflow:hidden;box-shadow:0 5px 22px rgba(23,32,51,.035)}
.zb-p3-status-item{padding:15px 18px;border-right:1px solid var(--p3-border)}
.zb-p3-status-item:last-child{border-right:0}
.zb-p3-status-item span{display:block;margin-bottom:5px;font-size:9px;line-height:1.2;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:var(--p3-muted)}
.zb-p3-status-item strong{display:block;font-size:12px;line-height:1.35;font-weight:800;color:var(--p3-ink)}
.zb-p3-status-item strong.is-green{color:var(--p3-green)}
.zb-p3-status-item strong.is-orange{color:var(--p3-orange-dark)}

.zb-p3-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:20px;align-items:start}
.zb-p3-main{display:grid;gap:14px}
.zb-p3-card,.zb-p3-side-card{background:#fff;border:1px solid var(--p3-border);border-radius:20px;padding:23px;box-shadow:0 5px 24px rgba(23,32,51,.035)}
.zb-p3-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:17px}
.zb-p3-section-head h2,.zb-p3-side-card h3,.zb-p3-offer h2{margin:3px 0 0!important;color:var(--p3-ink)!important;font-weight:800!important;letter-spacing:-.025em!important}
.zb-p3-section-head h2{font-size:21px!important;line-height:1.2!important}
.zb-p3-side-card h3{font-size:18px!important;line-height:1.25!important;margin-bottom:14px!important}
.zb-p3-eyebrow{display:block;color:var(--p3-orange-dark);font-size:9px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}
.zb-p3-owner-mark{display:inline-flex;align-items:center;gap:5px;border-radius:999px;background:var(--p3-green-soft);color:var(--p3-green);padding:6px 9px;font-size:9px;font-weight:800;white-space:nowrap}
.zb-p3-owner-mark .zb-icon{width:13px;height:13px}
.zb-p3-description,.zb-p3-description p,.zb-p3-empty-copy p{font-size:13px!important;line-height:1.78!important;color:var(--p3-text)!important}
.zb-p3-description p:last-child{margin-bottom:0!important}
.zb-p3-empty-copy{padding:15px 17px;background:var(--p3-soft);border:1px solid #edf0f3;border-radius:13px}
.zb-p3-empty-copy p{margin:0 0 7px!important}
.zb-p3-empty-copy a{font-size:11px;font-weight:800;color:var(--p3-orange-dark)!important}

.zb-p3-offer{display:grid;grid-template-columns:54px minmax(0,1fr) auto;gap:16px;align-items:center;padding:20px 22px;border:1px solid #f0dfcf;border-radius:20px;background:#fff9f3;box-shadow:0 5px 24px rgba(23,32,51,.03)}
.zb-p3-offer.is-active{border-color:#f3c99f;background:linear-gradient(110deg,#fff8f0,#fff 68%)}
.zb-p3-offer-icon{width:54px;height:54px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:#fff;color:var(--p3-orange-dark);box-shadow:0 7px 18px rgba(242,140,40,.1)}
.zb-p3-offer-icon .zb-icon{width:25px;height:25px}
.zb-p3-offer h2{font-size:19px!important;line-height:1.25!important}
.zb-p3-offer p{margin:6px 0 0!important;font-size:12px!important;line-height:1.6!important;color:var(--p3-text)!important}

.zb-p3-breed-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
.zb-p3-breed-grid a{display:grid;grid-template-columns:37px minmax(0,1fr) 18px;align-items:center;gap:10px;min-height:58px;padding:10px 12px;border:1px solid #e7e9ee;border-radius:13px;color:var(--p3-ink)!important;background:#fff;transition:.18s ease}
.zb-p3-breed-grid a:hover{border-color:#f1b87e;background:#fffaf5;transform:translateY(-1px)}
.zb-p3-breed-icon{width:37px;height:37px;border-radius:11px;display:flex;align-items:center;justify-content:center;background:var(--p3-orange-soft);color:var(--p3-orange-dark)}
.zb-p3-breed-icon .zb-icon{width:18px;height:18px}
.zb-p3-breed-grid strong{font-size:11px;line-height:1.35;font-weight:800;overflow-wrap:anywhere}
.zb-p3-breed-grid>a>.zb-icon{width:15px;height:15px;color:#a1a8b3}

.zb-p3-gallery-count{font-size:10px;font-weight:700;color:var(--p3-muted)}
.zb-p3-gallery{display:grid;grid-template-columns:2fr 1fr 1fr;grid-auto-rows:145px;gap:8px}
.zb-p3-gallery a{display:block;overflow:hidden;border-radius:13px;background:#f1f2f4}
.zb-p3-gallery a.is-featured{grid-row:span 2}
.zb-p3-gallery img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}
.zb-p3-gallery a:hover img{transform:scale(1.025)}

.zb-p3-ads{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.zb-p3-ad{display:grid;grid-template-columns:104px minmax(0,1fr);gap:13px;border:1px solid #e8eaee;border-radius:14px;padding:9px;color:var(--p3-ink)!important;background:#fff;transition:.18s ease}
.zb-p3-ad:hover{border-color:#f0b77e;box-shadow:0 10px 28px rgba(23,32,51,.06);transform:translateY(-1px)}
.zb-p3-ad-media{height:96px;border-radius:10px;background:var(--p3-orange-soft);color:var(--p3-orange-dark);display:flex;align-items:center;justify-content:center;overflow:hidden}
.zb-p3-ad-media img{width:100%;height:100%;object-fit:cover;display:block}
.zb-p3-ad-media .zb-icon{width:26px;height:26px}
.zb-p3-ad-copy{display:flex;flex-direction:column;justify-content:center;overflow:hidden}
.zb-p3-ad-copy strong{font-size:12px;line-height:1.35;font-weight:800;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.zb-p3-ad-copy small{margin-top:5px;color:var(--p3-muted);font-size:9.5px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.zb-p3-ad-copy b{display:inline-flex;align-items:center;gap:5px;margin-top:8px;color:var(--p3-orange-dark);font-size:9.5px;font-weight:800}
.zb-p3-ad-copy b .zb-icon{width:13px;height:13px}
.zb-p3-ads-empty{text-align:center;padding:32px 24px}
.zb-p3-ads-empty>div{width:52px;height:52px;border-radius:15px;background:var(--p3-orange-soft);color:var(--p3-orange-dark);display:flex;align-items:center;justify-content:center;margin:0 auto 12px}
.zb-p3-ads-empty h2{font-size:18px!important;margin:0 0 7px!important;color:var(--p3-ink)!important;font-weight:800!important}
.zb-p3-ads-empty p{max-width:540px;margin:0 auto 16px!important;font-size:11.5px!important;line-height:1.65!important;color:var(--p3-muted)!important}

.zb-p3-trust-grid{display:grid;gap:9px}
.zb-p3-trust-grid>div{display:grid;grid-template-columns:38px minmax(0,1fr);gap:11px;padding:12px;border-radius:13px;background:var(--p3-soft);border:1px solid #edf0f3}
.zb-p3-trust-grid>div>span{width:38px;height:38px;border-radius:11px;display:flex;align-items:center;justify-content:center;background:#fff;color:var(--p3-orange-dark)}
.zb-p3-trust-grid strong{font-size:11px;font-weight:800;color:var(--p3-ink)}
.zb-p3-trust-grid p{margin:3px 0 0!important;font-size:10.5px!important;line-height:1.55!important;color:var(--p3-muted)!important}
.zb-p3-sources{margin-top:12px;border-top:1px solid var(--p3-border);padding-top:12px}
.zb-p3-sources summary{font-size:10px;font-weight:800;color:var(--p3-text);cursor:pointer;list-style:none}
.zb-p3-sources summary::-webkit-details-marker{display:none}
.zb-p3-sources summary:after{content:" +";color:var(--p3-orange-dark)}
.zb-p3-sources[open] summary:after{content:" −"}
.zb-p3-sources ul{margin:10px 0 0;padding:0;list-style:none;display:grid;gap:6px}
.zb-p3-sources a{display:inline-flex;align-items:center;gap:5px;font-size:10px;font-weight:700;color:#596579!important;overflow-wrap:anywhere}
.zb-p3-sources a .zb-icon{width:13px;height:13px}

.zb-p3-side{position:sticky;top:24px;display:grid;gap:12px}
.zb-p3-side-card{padding:20px;margin:0!important}
.zb-p3-contact-actions{display:grid;gap:7px}
.zb-p3-contact-actions>a{display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:9px;min-height:54px;padding:8px 10px;border:1px solid #e6e9ee;border-radius:12px;color:var(--p3-ink)!important;background:#fff}
.zb-p3-contact-actions>a:hover{border-color:#f0b77e;background:#fffaf5}
.zb-p3-contact-actions>a>.zb-icon:first-child{width:36px;height:36px;padding:9px;border-radius:10px;background:var(--p3-soft);color:var(--p3-text)}
.zb-p3-contact-actions>a.zb-p3-contact-primary>.zb-icon:first-child{background:var(--p3-orange-soft);color:var(--p3-orange-dark)}
.zb-p3-contact-actions span{display:block;overflow:hidden}
.zb-p3-contact-actions small{display:block;font-size:8px;line-height:1.2;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--p3-muted)}
.zb-p3-contact-actions strong{display:block;margin-top:3px;font-size:10.5px;line-height:1.35;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.zb-p3-contact-actions>a>.zb-icon:last-child:not(:first-child){width:14px;height:14px;color:#a4acb8}
.zb-p3-social-row{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:7px}
.zb-p3-social-row a{display:flex;align-items:center;justify-content:center;gap:7px;min-height:39px;border:1px solid #e6e9ee;border-radius:10px;color:var(--p3-text)!important;font-size:9.5px;font-weight:800}
.zb-p3-social-row a:hover{color:var(--p3-orange-dark)!important;border-color:#f0b77e}
.zb-p3-social-row .zb-icon{width:16px;height:16px}
.zb-p3-contact-note,.zb-p3-side-muted{margin:12px 0 0!important;font-size:9.5px!important;line-height:1.55!important;color:var(--p3-muted)!important}
.zb-p3-facts{display:grid;gap:0;margin:0}
.zb-p3-facts div{display:flex;justify-content:space-between;gap:16px;padding:10px 0;border-bottom:1px solid #eef0f3}
.zb-p3-facts div:last-child{border-bottom:0;padding-bottom:0}
.zb-p3-facts dt{font-size:9.5px;font-weight:700;color:var(--p3-muted)}
.zb-p3-facts dd{margin:0;text-align:right;font-size:10px;font-weight:800;color:var(--p3-ink);overflow-wrap:anywhere}
.zb-p3-claim-card{background:linear-gradient(145deg,#fff7ef,#fff);border-color:#f2d5b9}
.zb-p3-claim-icon{width:44px;height:44px;border-radius:13px;background:#fff;color:var(--p3-orange-dark);display:flex;align-items:center;justify-content:center;margin-bottom:14px;box-shadow:0 6px 18px rgba(242,140,40,.1)}
.zb-p3-claim-card p,.zb-p3-owner-card p{font-size:10.5px!important;line-height:1.6!important;color:var(--p3-text)!important;margin:0 0 15px!important}
.zb-p3-claim-card .zb-p3-btn,.zb-p3-owner-card .zb-p3-btn{width:100%}

.zb-p3-related{margin-top:24px}
.zb-p3-related>.zb-p3-section-head{align-items:end;margin-bottom:12px}
.zb-p3-related>.zb-p3-section-head>a{display:inline-flex;align-items:center;gap:6px;font-size:10px;font-weight:800;color:var(--p3-orange-dark)!important}
.zb-p3-related>.zb-p3-section-head>a .zb-icon{width:14px;height:14px}
.zb-p3-related-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.zb-p3-related-card{display:grid;grid-template-columns:42px minmax(0,1fr) 16px;gap:10px;align-items:center;padding:12px;border:1px solid var(--p3-border);border-radius:14px;background:#fff;color:var(--p3-ink)!important;box-shadow:0 4px 18px rgba(23,32,51,.03);transition:.18s ease}
.zb-p3-related-card:hover{border-color:#f0b77e;transform:translateY(-1px)}
.zb-p3-related-avatar{width:42px;height:42px;border-radius:12px;background:var(--p3-orange-soft);color:var(--p3-orange-dark);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800}
.zb-p3-related-copy{overflow:hidden}
.zb-p3-related-copy strong{display:block;font-size:10.5px;line-height:1.3;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.zb-p3-related-copy small{display:block;margin-top:4px;font-size:8.5px;line-height:1.3;color:var(--p3-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.zb-p3-related-card>.zb-icon{width:14px;height:14px;color:#a2aab6}

.zb-p3-claim-wrap{margin-top:24px}
.zb-profile-v3 .zb-claim-box{max-width:900px;margin:0 auto;background:linear-gradient(145deg,#fff8f1,#fff);border-color:#f1d6bd;padding:28px;border-radius:22px}
.zb-profile-v3 .zb-claim-box h2{font-size:24px!important;line-height:1.2!important;letter-spacing:-.025em!important}
.zb-profile-v3 .zb-claim-box>p{font-size:12px!important;line-height:1.65!important;color:var(--p3-text)!important}
.zb-profile-v3 .zb-claim-form label{font-size:11px}
.zb-profile-v3 .zb-claim-form input,.zb-profile-v3 .zb-claim-form select,.zb-profile-v3 .zb-claim-form textarea{font-size:12px!important;min-height:44px}

.zb-p3-mobile-bar{display:none}

@media(max-width:1050px){
  .zb-p3-hero-body{grid-template-columns:96px minmax(0,1fr);padding-top:96px}
  .zb-p3-logo{width:96px;height:96px;border-radius:21px}
  .zb-p3-hero-actions{grid-column:1/-1;justify-content:flex-start;padding:0}
  .zb-p3-layout{grid-template-columns:minmax(0,1fr) 300px}
  .zb-p3-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:820px){
  .zb-profile-v3{width:min(100% - 24px,760px)!important;padding-top:16px!important}
  .zb-p3-layout{grid-template-columns:1fr}
  .zb-p3-side{position:static;grid-template-columns:repeat(2,minmax(0,1fr));order:0}
  .zb-p3-contact-card,.zb-p3-claim-card,.zb-p3-owner-card{grid-column:1/-1}
  .zb-p3-status-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .zb-p3-status-item:nth-child(2){border-right:0}.zb-p3-status-item:nth-child(-n+2){border-bottom:1px solid var(--p3-border)}
  .zb-p3-ads{grid-template-columns:1fr}
}

@media(max-width:640px){
  body:has(.zb-profile-v3){padding-bottom:72px}
  .zb-profile-v3{width:100%!important;max-width:100%!important;padding:10px 10px 86px!important;overflow-x:clip!important}
  .zb-profile-v3 .zb-profile-breadcrumb{font-size:10px;margin:0 2px 10px;white-space:nowrap;overflow:hidden}
  .zb-profile-v3 .zb-profile-breadcrumb span:last-child{max-width:36vw}
  .zb-p3-hero{border-radius:19px;margin-bottom:10px}
  .zb-p3-cover{height:108px}.zb-p3-hero.has-cover .zb-p3-cover{height:125px}
  .zb-p3-hero-body{display:grid;grid-template-columns:76px minmax(0,1fr);gap:12px;padding:70px 16px 18px;align-items:end}
  .zb-p3-logo{width:76px;height:76px;border-width:4px;border-radius:18px;font-size:21px}
  .zb-p3-logo img{border-radius:14px}
  .zb-p3-badges{gap:4px;margin-bottom:6px}
  .zb-p3-badges .zb-badge{min-height:21px;padding:4px 7px;font-size:7.5px}
  .zb-p3-identity h1{font-size:27px!important;line-height:1.08!important;letter-spacing:-.035em!important}
  .zb-p3-tagline{font-size:12px!important;line-height:1.45!important;margin-top:6px!important}
  .zb-p3-meta{grid-column:1/-1;gap:7px 12px;margin-top:9px;font-size:10px}
  .zb-p3-meta span{gap:5px}.zb-p3-meta .zb-icon{width:14px;height:14px}
  .zb-p3-hero-actions{grid-column:1/-1;width:100%;display:grid;grid-template-columns:1fr 1fr auto;gap:6px;margin-top:3px}
  .zb-p3-hero-actions .zb-p3-btn{min-height:42px;padding:9px 10px!important;font-size:10.5px!important}
  .zb-p3-btn-icon{width:42px!important;padding:0!important}

  .zb-p3-status-grid{border-radius:15px;margin-bottom:12px}
  .zb-p3-status-item{padding:11px 12px}
  .zb-p3-status-item span{font-size:7.5px;margin-bottom:4px}
  .zb-p3-status-item strong{font-size:10.5px}

  .zb-p3-main{gap:10px}
  .zb-p3-card,.zb-p3-side-card{border-radius:16px;padding:17px}
  .zb-p3-section-head{margin-bottom:13px;gap:10px}
  .zb-p3-section-head h2{font-size:18px!important}.zb-p3-side-card h3{font-size:17px!important}
  .zb-p3-eyebrow{font-size:8px}
  .zb-p3-owner-mark{font-size:7.5px;padding:5px 7px}
  .zb-p3-description,.zb-p3-description p,.zb-p3-empty-copy p{font-size:12.5px!important;line-height:1.7!important}

  .zb-p3-offer{grid-template-columns:44px minmax(0,1fr);padding:16px;border-radius:16px;gap:11px}
  .zb-p3-offer-icon{width:44px;height:44px;border-radius:13px}.zb-p3-offer-icon .zb-icon{width:21px;height:21px}
  .zb-p3-offer h2{font-size:16px!important}.zb-p3-offer p{font-size:11px!important;line-height:1.5!important}
  .zb-p3-offer>.zb-p3-btn{grid-column:1/-1;width:100%;min-height:42px}

  .zb-p3-breed-grid{grid-template-columns:1fr;gap:7px}
  .zb-p3-breed-grid a{min-height:54px}
  .zb-p3-breed-grid strong{font-size:11px}

  .zb-p3-gallery{grid-template-columns:1fr 1fr;grid-auto-rows:126px;gap:6px}
  .zb-p3-gallery a.is-featured{grid-column:1/-1;grid-row:auto;height:190px}
  .zb-p3-gallery a{border-radius:11px}

  .zb-p3-ad{grid-template-columns:92px minmax(0,1fr);gap:10px;padding:8px}.zb-p3-ad-media{height:86px}
  .zb-p3-ad-copy strong{font-size:11px}.zb-p3-ad-copy small{font-size:8.5px}.zb-p3-ad-copy b{font-size:9px}

  .zb-p3-trust-grid>div{grid-template-columns:34px minmax(0,1fr);padding:10px;gap:9px}
  .zb-p3-trust-grid>div>span{width:34px;height:34px}.zb-p3-trust-grid strong{font-size:10.5px}.zb-p3-trust-grid p{font-size:9.5px!important}

  .zb-p3-side{display:grid;grid-template-columns:1fr;gap:10px;margin-top:0}
  .zb-p3-contact-card,.zb-p3-claim-card,.zb-p3-owner-card{grid-column:auto}
  .zb-p3-contact-actions strong{font-size:10.5px}

  .zb-p3-related{margin-top:18px}.zb-p3-related>.zb-p3-section-head{align-items:flex-end}.zb-p3-related>.zb-p3-section-head>a{font-size:9px}
  .zb-p3-related-grid{grid-template-columns:1fr;gap:7px}
  .zb-p3-related-card{padding:10px}.zb-p3-related-copy strong{font-size:10.5px}

  .zb-profile-v3 .zb-claim-box{padding:20px 16px;border-radius:18px}.zb-profile-v3 .zb-claim-box h2{font-size:20px!important}.zb-profile-v3 .zb-claim-box>p{font-size:11px!important}
  .zb-profile-v3 .zb-form-grid{grid-template-columns:1fr}.zb-profile-v3 .zb-claim-form label{font-size:10px}.zb-profile-v3 .zb-claim-form input,.zb-profile-v3 .zb-claim-form select,.zb-profile-v3 .zb-claim-form textarea{font-size:12px!important}

  .zb-p3-mobile-bar{position:fixed;z-index:100000;left:8px;right:8px;bottom:8px;display:grid;grid-auto-flow:column;grid-auto-columns:1fr;gap:5px;padding:6px;background:rgba(255,255,255,.95);border:1px solid #e1e4e9;border-radius:15px;box-shadow:0 14px 40px rgba(17,24,39,.18);backdrop-filter:blur(12px)}
  .zb-p3-mobile-bar a{min-height:48px;display:flex;align-items:center;justify-content:center;gap:6px;border-radius:10px;color:var(--p3-text)!important;font-size:9.5px;font-weight:800;background:#f7f8fa}
  .zb-p3-mobile-bar a.is-primary{background:var(--p3-orange)!important;color:#fff!important}.zb-p3-mobile-bar .zb-icon{width:17px;height:17px}
  .zb-profile-v3.is-claim-open .zb-p3-mobile-bar{display:none}
  .zb-profile-theme-floating-hidden{display:none!important;visibility:hidden!important;pointer-events:none!important}
}

@media(max-width:380px){
  .zb-p3-identity h1{font-size:24px!important}.zb-p3-tagline{font-size:11px!important}
  .zb-p3-hero-body{grid-template-columns:68px minmax(0,1fr);padding-left:14px;padding-right:14px}.zb-p3-logo{width:68px;height:68px}
  .zb-p3-hero-actions{grid-template-columns:1fr auto}.zb-p3-hero-actions .zb-p3-btn-light{display:none!important}
  .zb-p3-status-item strong{font-size:9.5px}.zb-p3-mobile-bar a{font-size:9px}
}
@media(max-width:640px){
  .zb-profile-v3 .zb-p3-hero-actions{display:flex!important;grid-template-columns:none!important;flex-wrap:nowrap!important}
  .zb-profile-v3 .zb-p3-hero-actions .zb-p3-btn:not(.zb-p3-btn-icon){flex:1 1 0!important;min-width:0!important}
  .zb-profile-v3 .zb-p3-hero-actions .zb-p3-btn-icon{flex:0 0 42px!important}
}


/* ==========================================================================\n   ZooBerza Odgajivačnice v0.3.1 — compact profile / mobile-first polish\n   ========================================================================== */
.zb-p3-offer-check{margin-top:7px!important;font-weight:700!important;color:#8a5a2a!important}
.zb-p3-transparency{padding:0!important;overflow:hidden}
.zb-p3-transparency>summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;cursor:pointer;user-select:none}
.zb-p3-transparency>summary::-webkit-details-marker{display:none}
.zb-p3-transparency>summary strong{display:block;margin-top:3px;font-size:16px;line-height:1.25;font-weight:800;color:var(--p3-ink)}
.zb-p3-summary-icon{width:30px;height:30px;border-radius:9px;display:flex;align-items:center;justify-content:center;background:var(--p3-orange-soft);color:var(--p3-orange-dark);font-size:18px;font-weight:700;flex:0 0 auto}
.zb-p3-transparency[open] .zb-p3-summary-icon{font-size:0}
.zb-p3-transparency[open] .zb-p3-summary-icon:after{content:"−";font-size:18px}
.zb-p3-transparency-body{padding:0 22px 20px}
.zb-p3-source-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid var(--p3-border)}
.zb-p3-source-links a{display:inline-flex;align-items:center;gap:5px;padding:7px 9px;border:1px solid #e6e9ee;border-radius:9px;color:#596579!important;font-size:9.5px;font-weight:700}
.zb-p3-source-links .zb-icon{width:12px;height:12px}
.zb-p3-claim-wrap{display:none;margin-top:22px;scroll-margin-top:18px}
.zb-p3-claim-wrap.is-open{display:block;animation:zbClaimReveal .18s ease-out}
@keyframes zbClaimReveal{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
.zb-p3-claim-toolbar{max-width:900px;margin:0 auto 7px;display:flex;justify-content:space-between;align-items:center;gap:12px;padding:0 4px;color:var(--p3-muted);font-size:10px;font-weight:800}
.zb-p3-claim-toolbar button{appearance:none;border:0;background:transparent;color:var(--p3-orange-dark);font:800 10px/1.2 "Manrope",sans-serif;cursor:pointer;padding:7px 4px}

@media(max-width:640px){
  .zb-profile-v3{padding-top:7px!important}
  .zb-profile-v3 .zb-profile-breadcrumb{margin-bottom:7px}
  .zb-p3-hero:not(.has-cover) .zb-p3-cover{height:76px}
  .zb-p3-hero:not(.has-cover) .zb-p3-hero-body{padding-top:48px}
  .zb-p3-hero-body{grid-template-columns:66px minmax(0,1fr);gap:10px;padding-left:13px;padding-right:13px;padding-bottom:14px}
  .zb-p3-logo{width:66px;height:66px;border-radius:16px;font-size:19px}
  .zb-p3-identity h1{font-size:23px!important;line-height:1.08!important}
  .zb-p3-tagline{font-size:10.5px!important;line-height:1.4!important;margin-top:4px!important}
  .zb-p3-meta{margin-top:7px;font-size:9px;gap:6px 10px}
  .zb-p3-badges{margin-bottom:4px}
  .zb-p3-hero-actions{margin-top:0}
  .zb-p3-status-item{padding:9px 10px}
  .zb-p3-status-item span{font-size:7px}.zb-p3-status-item strong{font-size:9px}
  .zb-p3-card,.zb-p3-side-card{padding:14px;border-radius:14px}
  .zb-p3-main{gap:8px}
  .zb-p3-section-head{margin-bottom:10px}
  .zb-p3-section-head h2{font-size:16px!important}.zb-p3-side-card h3{font-size:15px!important;margin-bottom:10px!important}
  .zb-p3-empty-copy{padding:11px 12px}.zb-p3-empty-copy p{margin-bottom:4px!important}
  .zb-p3-description,.zb-p3-description p,.zb-p3-empty-copy p{font-size:11px!important;line-height:1.55!important}
  .zb-p3-empty-copy a{font-size:9.5px}
  .zb-p3-offer{padding:13px;border-radius:14px;grid-template-columns:38px minmax(0,1fr);gap:9px}
  .zb-p3-offer-icon{width:38px;height:38px;border-radius:11px}.zb-p3-offer-icon .zb-icon{width:18px;height:18px}
  .zb-p3-offer h2{font-size:14px!important}.zb-p3-offer p{font-size:9.5px!important;line-height:1.45!important;margin-top:4px!important}
  .zb-p3-breed-grid a{min-height:46px;padding:7px 9px}.zb-p3-breed-icon{width:32px;height:32px}.zb-p3-breed-grid strong{font-size:9.5px}
  .zb-p3-transparency>summary{padding:13px 14px}.zb-p3-transparency>summary strong{font-size:14px}.zb-p3-summary-icon{width:27px;height:27px}
  .zb-p3-transparency-body{padding:0 14px 14px}.zb-p3-trust-grid{gap:6px}.zb-p3-trust-grid>div{padding:8px;grid-template-columns:30px minmax(0,1fr);gap:8px}.zb-p3-trust-grid>div>span{width:30px;height:30px}.zb-p3-trust-grid strong{font-size:9.5px}.zb-p3-trust-grid p{font-size:8.5px!important;line-height:1.45!important}
  .zb-p3-side{gap:8px}.zb-p3-contact-actions>a{min-height:48px}.zb-p3-contact-note{margin-top:8px!important}
  .zb-p3-facts div{padding:8px 0}.zb-p3-facts dt,.zb-p3-facts dd{font-size:8.5px}
  .zb-p3-claim-card{padding:13px}.zb-p3-claim-card .zb-p3-claim-icon{display:none}.zb-p3-claim-card p{font-size:9.5px!important;margin-bottom:10px!important}.zb-p3-claim-card .zb-p3-btn{min-height:40px}
  .zb-p3-related{margin-top:14px;overflow:hidden}.zb-p3-related>.zb-p3-section-head{margin-bottom:8px}.zb-p3-related-grid{display:flex;overflow-x:auto;gap:7px;padding:1px 1px 7px;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}.zb-p3-related-card{flex:0 0 78%;min-width:0;scroll-snap-align:start;padding:9px}.zb-p3-related-avatar{width:38px;height:38px}.zb-p3-related-copy small{font-size:8px}
  .zb-p3-claim-wrap{margin-top:14px}.zb-p3-claim-toolbar{padding:0 3px;margin-bottom:5px}.zb-profile-v3 .zb-claim-box{padding:15px 13px;border-radius:15px}.zb-profile-v3 .zb-claim-box h2{font-size:17px!important;margin-bottom:5px!important}.zb-profile-v3 .zb-claim-box>p{font-size:9.5px!important;line-height:1.5!important;margin-bottom:12px!important}.zb-profile-v3 .zb-claim-form{gap:9px}.zb-profile-v3 .zb-claim-form label{font-size:9px}.zb-profile-v3 .zb-claim-form input,.zb-profile-v3 .zb-claim-form select,.zb-profile-v3 .zb-claim-form textarea{font-size:11px!important;min-height:40px;padding:8px 10px!important}.zb-profile-v3 .zb-claim-form textarea{min-height:84px}.zb-profile-v3 .zb-consent{font-size:8.5px!important;line-height:1.35!important}.zb-profile-v3 .zb-claim-form button{min-height:42px}
}


/* ==========================================================================
   ZooBerza Odgajivačnice v0.3.2 — final mobile polish
   ========================================================================== */
@media(max-width:640px){
  /* AdForest utility/search strip is detected by front.js and hidden only on kennel profiles. */
  .zb-profile-theme-utility-hidden{display:none!important;visibility:hidden!important;pointer-events:none!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;border:0!important;overflow:hidden!important}

  /* Bring the identity and status summary higher into the first viewport. */
  .zb-p3-hero:not(.has-cover) .zb-p3-cover{height:62px}
  .zb-p3-hero:not(.has-cover) .zb-p3-hero-body{padding-top:32px}
  .zb-p3-hero.has-cover .zb-p3-cover{height:108px}
  .zb-p3-hero.has-cover .zb-p3-hero-body{padding-top:54px}

  /* Small copy must remain readable without zooming. */
  .zb-p3-meta{font-size:10px;line-height:1.45}
  .zb-p3-offer p{font-size:10.5px!important;line-height:1.55!important}
  .zb-p3-offer-check{line-height:1.55!important}
  .zb-p3-trust-grid p{font-size:9.5px!important;line-height:1.55!important}
  .zb-p3-contact-note,.zb-p3-side-muted{font-size:10.5px!important;line-height:1.6!important}
  .zb-p3-contact-actions small{font-size:9px;line-height:1.3}
  .zb-p3-facts dt,.zb-p3-facts dd{font-size:9.5px;line-height:1.45}
  .zb-p3-source-links a{font-size:10px;line-height:1.35}
  .zb-p3-related-copy small{font-size:9px;line-height:1.4}
  .zb-p3-claim-card p{font-size:10.5px!important;line-height:1.55!important}
  .zb-profile-v3 .zb-claim-box>p{font-size:10.5px!important;line-height:1.55!important}
  .zb-profile-v3 .zb-claim-form label{font-size:10px;line-height:1.4}
  .zb-profile-v3 .zb-consent{font-size:9.5px!important;line-height:1.45!important}

  /* Slider always starts flush left; one following card only peeks into view. */
  .zb-p3-related{overflow:hidden}
  .zb-p3-related-grid{gap:8px;padding:1px 0 8px;scroll-padding-inline-start:0;scroll-snap-type:x mandatory;overscroll-behavior-inline:contain;scrollbar-width:none;direction:ltr}
  .zb-p3-related-grid::-webkit-scrollbar{display:none}
  .zb-p3-related-card{flex:0 0 86%;scroll-snap-align:start;scroll-snap-stop:always;direction:ltr}
}

/* v0.4.0 — owner dashboard media uploader */
.zb-owner-card-kicker{margin:0 0 5px!important;color:var(--zb-orange-dark);font-size:9px!important;line-height:1.4!important;font-weight:800!important;letter-spacing:.08em;text-transform:uppercase}
.zb-owner-card-head>div>p:last-child{margin:5px 0 0;color:var(--zb-muted);font-size:11px;line-height:1.55;font-weight:650}
.zb-owner-block{display:grid;gap:14px;padding:20px;border:1px solid #edf0f3;border-radius:16px;background:#fbfcfd}
.zb-owner-block+.zb-owner-block{margin-top:2px}
.zb-owner-block-head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;padding-bottom:4px}
.zb-owner-block-head>div>span{display:block;color:var(--zb-orange-dark);font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px}
.zb-owner-block-head h3{margin:0!important;color:var(--zb-ink)!important;font-size:16px!important;line-height:1.3!important;font-weight:800!important;letter-spacing:-.02em!important}
.zb-owner-block-head>p{max-width:430px;margin:1px 0 0!important;color:var(--zb-muted);font-size:10px;line-height:1.55;text-align:right}
.zb-owner-media-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.zb-owner-media-field,.zb-owner-gallery-field{padding:14px;border:1px solid var(--zb-line);border-radius:14px;background:#fff}
.zb-owner-media-label{display:flex;justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:10px}
.zb-owner-media-label strong{font-size:11px;color:var(--zb-ink)}
.zb-owner-media-label span{font-size:9px;color:var(--zb-muted);font-weight:650}
.zb-owner-media-preview{height:150px;border:1px dashed #d8dde5;border-radius:12px;background:#f7f8fa;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:10px}
.zb-owner-media-preview-cover{height:150px}
.zb-owner-media-preview img{width:100%;height:100%;object-fit:contain;display:block;background:#fff}
.zb-owner-media-preview-cover img{object-fit:cover}
.zb-owner-media-empty{padding:16px;color:#8a94a5;font-size:10px;font-weight:700;text-align:center}
.zb-owner-upload-button,.zb-owner-gallery-upload{position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-direction:column;gap:3px;min-height:44px;padding:10px 14px!important;border:1px solid #dfe3e9!important;border-radius:11px!important;background:#fff!important;color:var(--zb-text)!important;cursor:pointer;transition:.18s ease}
.zb-owner-upload-button:hover,.zb-owner-gallery-upload:hover{border-color:#f2a25a!important;background:#fffaf6!important}
.zb-owner-upload-button>span,.zb-owner-gallery-upload>strong{margin:0!important;color:var(--zb-ink);font-size:10px;font-weight:800}
.zb-owner-gallery-upload>span{margin:0!important;color:var(--zb-muted);font-size:9px;font-weight:650}
.zb-owner-upload-button input[type=file],.zb-owner-gallery-upload input[type=file]{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;opacity:0!important;cursor:pointer!important;padding:0!important;border:0!important}
.zb-owner-remove{display:flex!important;align-items:center;gap:7px;margin-top:9px!important;color:var(--zb-muted)!important;font-size:9px!important;font-weight:650!important}
.zb-owner-remove input,.zb-owner-gallery-tile input{width:auto!important;margin:0!important}
.zb-owner-gallery-field{grid-column:1/-1}
.zb-owner-gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin:0 0 11px}
.zb-owner-gallery-tile{position:relative!important;display:block!important;margin:0!important;border:1px solid var(--zb-line);border-radius:11px;overflow:hidden;background:#fff}
.zb-owner-gallery-tile img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}
.zb-owner-gallery-tile>span{display:flex!important;align-items:center;gap:6px;margin:0!important;padding:7px 8px;color:var(--zb-muted);font-size:8.5px!important;font-weight:700!important}
.zb-owner-gallery-tile.is-new>span{justify-content:center;background:#f7f8fa}
.zb-owner-gallery-empty{margin:0 0 10px!important;padding:14px;border:1px dashed #d8dde5;border-radius:11px;background:#fafbfc;color:var(--zb-muted)!important;font-size:10px!important;line-height:1.55!important}
.zb-owner-gallery-new{margin-top:11px}
.zb-owner-gallery-status{margin:9px 0 0!important;color:var(--zb-muted)!important;font-size:9px!important;font-weight:700!important}
.zb-owner-gallery-status.is-error{color:#b42318!important}
.zb-owner-save-row{position:sticky;bottom:12px;z-index:10;display:flex;align-items:center;gap:14px;padding:10px;border:1px solid #e6e9ee;border-radius:14px;background:rgba(255,255,255,.94);box-shadow:0 10px 30px rgba(23,32,51,.10);backdrop-filter:blur(12px)}
.zb-owner-save-row .zb-btn{min-width:240px}
.zb-owner-save-row>span{color:var(--zb-muted);font-size:9.5px;font-weight:650;line-height:1.5}
.zb-change-request-copy{margin:-5px 0 12px;color:var(--zb-muted);font-size:10px;line-height:1.6}

@media(max-width:880px){
  .zb-owner-media-grid{grid-template-columns:1fr}
  .zb-owner-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .zb-owner-block-head{display:block}.zb-owner-block-head>p{max-width:none;margin-top:7px!important;text-align:left}
}
@media(max-width:640px){
  .zb-owner-card{padding:15px;border-radius:16px}
  .zb-owner-block{padding:14px;border-radius:14px}
  .zb-owner-media-preview,.zb-owner-media-preview-cover{height:180px}
  .zb-owner-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .zb-owner-save-row{bottom:8px;display:block;padding:8px}
  .zb-owner-save-row .zb-btn{width:100%;min-width:0}
  .zb-owner-save-row>span{display:block;padding:7px 4px 2px;text-align:center}
}


/* v0.4.1 — explicit ad linking + cover readability */
.zb-owner-ad-picker{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
.zb-owner-ad-choice{position:relative!important;display:grid!important;grid-template-columns:auto minmax(0,1fr) 24px;align-items:center;gap:10px;margin:0!important;padding:12px 13px!important;border:1px solid var(--zb-line)!important;border-radius:12px!important;background:#fff!important;cursor:pointer;transition:.18s ease}
.zb-owner-ad-choice:hover{border-color:#efb57d!important;background:#fffaf6!important}
.zb-owner-ad-choice.is-selected{border-color:#f2a25a!important;background:#fff8f0!important;box-shadow:0 4px 16px rgba(242,140,40,.08)}
.zb-owner-ad-choice>input{width:auto!important;margin:0!important}
.zb-owner-ad-choice-copy{display:block;min-width:0}
.zb-owner-ad-choice-copy strong{display:block;color:var(--zb-ink);font-size:10.5px;line-height:1.4;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.zb-owner-ad-choice-copy small{display:block;margin-top:3px;color:var(--zb-muted);font-size:8.8px;line-height:1.4;font-weight:650}
.zb-owner-ad-check{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;background:#edf0f3;color:#9ba3af;font-size:11px;font-weight:900}
.zb-owner-ad-choice.is-selected .zb-owner-ad-check{background:#fff0df;color:var(--zb-orange-dark)}
.zb-owner-ad-status{margin:9px 0 0!important;color:var(--zb-muted)!important;font-size:9px!important;font-weight:700!important}
.zb-owner-ad-status.is-error{color:#b42318!important}
.zb-owner-ad-empty{display:grid;gap:3px;padding:14px;border:1px dashed #d8dde5;border-radius:11px;background:#fff}
.zb-owner-ad-empty strong{font-size:10.5px;color:var(--zb-ink)}
.zb-owner-ad-empty span{font-size:9.5px;line-height:1.55;color:var(--zb-muted)}
@media(max-width:760px){.zb-owner-ad-picker{grid-template-columns:1fr}}

/* ==========================================================================\n   ZooBerza Odgajivačnice v0.4.3 — mobile owner dashboard polish\n   ========================================================================== */
.zb-owner-dashboard .zb-directory-hero{margin:0 0 16px;padding:0 2px;background:transparent}
.zb-owner-dashboard .zb-directory-hero .zb-eyebrow{margin:0 0 5px!important;color:var(--zb-orange-dark);font-size:10px!important;line-height:1.4!important;font-weight:800!important;letter-spacing:.07em;text-transform:uppercase}
.zb-owner-dashboard .zb-directory-hero h1{margin:0 0 5px!important;color:var(--zb-ink)!important;font-size:34px!important;line-height:1.08!important;letter-spacing:-.035em!important;font-weight:800!important}
.zb-owner-dashboard .zb-directory-hero>div>p:last-child{margin:0!important;color:var(--zb-muted);font-size:12px;line-height:1.55;font-weight:600}

@media(max-width:640px){
  /* Keep only the useful white ZooBerza header on the owner workspace. */
  .zb-owner-theme-utility-hidden,
  .zb-owner-theme-floating-hidden{display:none!important;visibility:hidden!important;pointer-events:none!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;border:0!important;overflow:hidden!important}

  .zb-owner-dashboard{width:calc(100% - 16px)!important;padding:10px 0 48px!important}
  .zb-owner-dashboard .zb-directory-hero{margin-bottom:8px;padding:0 3px 4px}
  .zb-owner-dashboard .zb-directory-hero .zb-eyebrow{font-size:10.5px!important;margin-bottom:4px!important}
  .zb-owner-dashboard .zb-directory-hero h1{font-size:27px!important;line-height:1.08!important;margin-bottom:5px!important}
  .zb-owner-dashboard .zb-directory-hero>div>p:last-child{font-size:12.5px!important;line-height:1.5!important}

  .zb-owner-card{padding:12px!important;border-radius:15px!important;margin-bottom:12px!important}
  .zb-owner-card-head{gap:10px!important;margin-bottom:12px!important}
  .zb-owner-card-kicker{font-size:9.5px!important;margin-bottom:4px!important}
  .zb-owner-card-head h2{font-size:21px!important;line-height:1.15!important;letter-spacing:-.025em!important}
  .zb-owner-card-head>div>p:last-child{font-size:11.5px!important;line-height:1.45!important;margin-top:5px!important}
  .zb-owner-card-head>.zb-btn{width:100%!important;min-height:46px!important;font-size:12.5px!important}

  .zb-owner-form{gap:10px!important}
  .zb-owner-block{gap:12px!important;padding:13px!important;border-radius:13px!important}
  .zb-owner-block+.zb-owner-block{margin-top:0!important}
  .zb-owner-block-head{padding-bottom:1px!important}
  .zb-owner-block-head>div>span{font-size:9.5px!important;margin-bottom:3px!important}
  .zb-owner-block-head h3{font-size:17px!important;line-height:1.25!important}
  .zb-owner-block-head>p{font-size:11.5px!important;line-height:1.5!important;margin-top:6px!important}

  .zb-owner-form label,.zb-change-request label{font-size:12px!important;line-height:1.4!important}
  .zb-owner-form label>span,.zb-change-request label>span{margin-bottom:6px!important}
  .zb-owner-form input:not([type="checkbox"]):not([type="file"]),
  .zb-owner-form select,
  .zb-owner-form textarea,
  .zb-change-request textarea{min-height:48px!important;padding:11px 12px!important;border-radius:10px!important;font-size:16px!important;line-height:1.4!important}
  .zb-owner-form textarea,.zb-change-request textarea{min-height:104px!important}
  .zb-owner-form .zb-form-grid{gap:10px!important}

  .zb-owner-media-grid{gap:10px!important}
  .zb-owner-media-field,.zb-owner-gallery-field{padding:11px!important;border-radius:12px!important}
  .zb-owner-media-label{align-items:flex-start!important;gap:8px!important;margin-bottom:8px!important}
  .zb-owner-media-label strong{font-size:13px!important;line-height:1.35!important}
  .zb-owner-media-label span{font-size:10.5px!important;line-height:1.35!important;text-align:right}
  .zb-owner-media-preview{height:128px!important;margin-bottom:8px!important;border-radius:10px!important}
  .zb-owner-media-preview-cover{height:148px!important}
  .zb-owner-upload-button,.zb-owner-gallery-upload{min-height:48px!important;padding:10px 12px!important;border-radius:10px!important}
  .zb-owner-upload-button>span,.zb-owner-gallery-upload>strong{font-size:12.5px!important}
  .zb-owner-gallery-upload>span{font-size:10.5px!important;line-height:1.35!important}
  .zb-owner-remove{min-height:32px;gap:8px!important;margin-top:7px!important;font-size:11.5px!important;line-height:1.4!important}
  .zb-owner-remove input[type="checkbox"],.zb-owner-gallery-tile input[type="checkbox"],.zb-owner-ad-choice>input[type="checkbox"]{width:18px!important;height:18px!important;min-width:18px!important;flex:0 0 18px!important;accent-color:var(--zb-orange)}

  .zb-owner-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;margin-bottom:9px!important}
  .zb-owner-gallery-tile{border-radius:10px!important}
  .zb-owner-gallery-tile>span{min-height:36px!important;gap:6px!important;padding:7px!important;font-size:10.5px!important;line-height:1.3!important}
  .zb-owner-gallery-status{font-size:11px!important;line-height:1.4!important;margin-top:8px!important}
  .zb-owner-gallery-empty{font-size:11.5px!important;line-height:1.5!important}

  .zb-owner-ad-picker{gap:8px!important}
  .zb-owner-ad-choice{grid-template-columns:20px minmax(0,1fr) 26px!important;gap:9px!important;min-height:62px!important;padding:11px!important;border-radius:11px!important}
  .zb-owner-ad-choice-copy strong{font-size:12px!important;line-height:1.35!important;white-space:normal!important;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
  .zb-owner-ad-choice-copy small{font-size:10.5px!important;line-height:1.4!important;margin-top:3px!important}
  .zb-owner-ad-check{width:26px!important;height:26px!important;font-size:12px!important}
  .zb-owner-ad-status{font-size:11px!important;line-height:1.4!important}
  .zb-owner-ad-empty strong{font-size:12px!important}.zb-owner-ad-empty span{font-size:11px!important;line-height:1.5!important}

  .zb-owner-save-row{bottom:8px!important;z-index:100!important;padding:7px!important;border-radius:13px!important;box-shadow:0 12px 32px rgba(23,32,51,.15)!important}
  .zb-owner-save-row .zb-btn{min-height:50px!important;font-size:13.5px!important;border-radius:10px!important}
  .zb-owner-save-row>span{font-size:10.5px!important;line-height:1.4!important;padding:6px 4px 1px!important}

  .zb-change-request{margin-top:13px!important;padding-top:13px!important}
  .zb-change-request summary{font-size:13px!important;line-height:1.4!important;margin-bottom:10px!important}
  .zb-change-request-copy{font-size:11.5px!important;line-height:1.5!important;margin-bottom:10px!important}
  .zb-change-request .zb-btn{width:100%!important;min-height:46px!important;font-size:12.5px!important}
}

/* v0.6.0 — structured verified-data correction workflow */
.zb-change-request-form{display:grid;gap:12px;margin-top:12px}
.zb-change-request input[type="text"],.zb-change-request input[type="url"],.zb-change-request textarea{width:100%!important;border:1px solid #dfe3e9!important;border-radius:11px!important;padding:10px 12px!important;background:#fff!important;color:var(--zb-ink)!important;font:600 11px/1.4 "Manrope",sans-serif!important;box-shadow:none!important}
.zb-change-field{padding:12px;border:1px solid var(--zb-line);border-radius:12px;background:#fbfcfd}
.zb-change-toggle{display:flex!important;align-items:center;gap:8px;margin:0 0 10px!important;font-size:11px!important}
.zb-change-toggle input[type="checkbox"]{width:17px!important;height:17px!important;min-width:17px!important;margin:0!important;accent-color:var(--zb-orange)}
.zb-change-toggle>span{display:inline!important;margin:0!important}
.zb-change-compare{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:10px;align-items:start}
.zb-change-compare>div{min-height:66px;padding:10px 11px;border-radius:10px;background:#fff;border:1px dashed #d7dce3}
.zb-change-compare>div small{display:block;margin-bottom:5px;color:var(--zb-muted);font-size:8.5px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}
.zb-change-compare>div strong{display:block;color:var(--zb-ink);font-size:10.5px;line-height:1.5;word-break:break-word}
.zb-change-request-note{margin:0!important;color:var(--zb-muted)!important;font-size:9.5px!important;line-height:1.55!important}
.zb-change-history{display:grid;gap:7px;margin:12px 0;padding:11px;border-radius:11px;background:#f7f8fa;border:1px solid var(--zb-line)}
.zb-change-history>strong{font-size:10px;color:var(--zb-ink)}
.zb-change-history-row{display:grid;grid-template-columns:auto 1fr;gap:7px 9px;align-items:center;font-size:9px;color:var(--zb-muted)}
.zb-change-history-row small{grid-column:2;line-height:1.45}
.zb-change-status{display:inline-flex;align-items:center;justify-content:center;padding:4px 7px;border-radius:999px;font-size:8px;font-weight:800;white-space:nowrap;background:#eef1f5;color:#667085}
.zb-change-status-pending{background:#fff4df;color:#a85b0d}.zb-change-status-approved,.zb-change-status-resolved{background:#eaf8f1;color:#18875b}.zb-change-status-rejected{background:#fff0f0;color:#b42318}
.zb-change-pending{display:grid;gap:3px;margin-top:12px;padding:12px;border:1px solid #f0d5ae;border-radius:11px;background:#fffaf2}
.zb-change-pending strong{font-size:10.5px;color:var(--zb-ink)}.zb-change-pending span{font-size:9.5px;line-height:1.5;color:var(--zb-muted)}
@media(max-width:640px){
  .zb-change-request input[type="text"],.zb-change-request input[type="url"],.zb-change-request textarea{min-height:48px!important;padding:11px 12px!important;border-radius:10px!important;font-size:16px!important;line-height:1.4!important}
  .zb-change-request textarea{min-height:104px!important}
  .zb-change-field{padding:11px!important}
  .zb-change-toggle{font-size:12px!important;margin-bottom:9px!important}
  .zb-change-toggle input[type="checkbox"]{width:19px!important;height:19px!important;min-width:19px!important}
  .zb-change-compare{grid-template-columns:1fr;gap:8px}
  .zb-change-compare>div{min-height:auto;padding:10px}
  .zb-change-compare>div small{font-size:9.5px}.zb-change-compare>div strong{font-size:11.5px}
  .zb-change-request-note{font-size:11px!important}
  .zb-change-history-row{grid-template-columns:auto 1fr;font-size:10.5px}.zb-change-status{font-size:9px}
  .zb-change-pending strong{font-size:12px}.zb-change-pending span{font-size:11px}
}


/* v0.7.0 — profile completeness + richer owner-provided content */
.zb-owner-completeness{margin:0 0 14px;padding:14px 16px;border:1px solid #f0d5bb;border-radius:14px;background:linear-gradient(135deg,#fffaf5,#fff);box-shadow:0 6px 20px rgba(242,140,40,.06)}
.zb-owner-completeness-top{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:10px}
.zb-owner-completeness-top>div{display:grid;gap:3px}.zb-owner-completeness-top span{color:var(--zb-orange-dark);font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.zb-owner-completeness-top strong{color:var(--zb-ink);font-size:15px;line-height:1.3}.zb-owner-completeness-top>b{color:var(--zb-orange-dark);font-size:26px;line-height:1;font-weight:800}
.zb-owner-progress{height:8px;overflow:hidden;border-radius:999px;background:#f0f1f3}.zb-owner-progress>span{display:block;height:100%;border-radius:inherit;background:var(--zb-orange);transition:width .25s ease}
.zb-owner-completeness p{margin:9px 0 2px!important;color:var(--zb-muted)!important;font-size:10px!important;line-height:1.5!important}.zb-owner-completeness small{display:block;color:#8a93a2;font-size:8.5px;line-height:1.45}
.zb-owner-rich-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}.zb-owner-rich-grid label{display:flex!important;flex-direction:column}.zb-owner-rich-grid textarea{height:150px;min-height:150px;resize:vertical}.zb-owner-rich-grid label>small{display:block;margin-top:6px;color:var(--zb-muted);font-size:8.8px;line-height:1.45}
.zb-p3-owner-details-grid{display:grid;gap:12px}.zb-p3-owner-details-grid>div{display:grid;grid-template-columns:42px minmax(0,1fr);gap:13px;padding:15px;border:1px solid var(--zb-line);border-radius:14px;background:#fbfcfd}.zb-p3-detail-icon{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;background:#fff3e6;color:var(--zb-orange-dark)}.zb-p3-detail-icon svg{width:20px;height:20px}.zb-p3-owner-details-grid h3{margin:0 0 7px;color:var(--zb-ink);font-size:14px;line-height:1.3}.zb-p3-owner-details-grid p{margin:0!important;color:#4c5870;font-size:11.5px;line-height:1.65}.zb-p3-owner-details-grid small{display:block;margin-top:8px;color:var(--zb-muted);font-size:9.5px;line-height:1.55}
@media(max-width:900px){.zb-owner-rich-grid{grid-template-columns:1fr}.zb-owner-rich-grid textarea{height:auto;min-height:120px}}
@media(max-width:640px){.zb-owner-completeness{padding:12px;margin-bottom:10px}.zb-owner-completeness-top strong{font-size:14px}.zb-owner-completeness-top>b{font-size:23px}.zb-owner-completeness p{font-size:11.5px!important}.zb-owner-completeness small{font-size:10px}.zb-owner-rich-grid label>small{font-size:10.5px}.zb-p3-owner-details-grid>div{grid-template-columns:36px minmax(0,1fr);gap:10px;padding:12px}.zb-p3-detail-icon{width:36px;height:36px;border-radius:10px}.zb-p3-owner-details-grid h3{font-size:15px}.zb-p3-owner-details-grid p{font-size:12.5px;line-height:1.6}.zb-p3-owner-details-grid small{font-size:10.5px}}

/* v0.9.0 — SEO breed/city landing pages + internal discovery links */
.zb-directory-landing-page{width:min(1380px,calc(100% - 40px));margin:0 auto;padding:22px 0 0}
.zb-directory-landing-page .zb-directory{width:100%;max-width:none;margin:0}
.zb-directory-landing-breadcrumb{display:flex;align-items:center;gap:6px;margin:0 0 14px;color:#7c8799;font:600 11px/1.4 "Manrope",sans-serif}
.zb-directory-landing-breadcrumb a{color:#68758b;text-decoration:none}.zb-directory-landing-breadcrumb a:hover{color:var(--zb-orange-dark)}
.zb-directory-landing-breadcrumb .zb-icon{width:13px;height:13px}
.zb-v2-field.is-locked select{background:#f7f8fa!important;color:#4d596d!important;cursor:not-allowed;opacity:1}.zb-v2-field>span small{margin-left:6px;color:var(--zb-orange-dark);font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}
.zb-v2-card-title p a{color:inherit;text-decoration:none}.zb-v2-card-title p a:hover{color:var(--zb-orange-dark)}
.zb-v2-breed-chips a{display:inline-flex;align-items:center;padding:6px 9px;border-radius:999px;background:#f7f8fa;color:#344054;text-decoration:none;font-size:9px;font-weight:750;line-height:1.2}.zb-v2-breed-chips a:hover{background:#fff1e4;color:var(--zb-orange-dark)}
.zb-v2-discovery-links{margin:22px 0;padding:24px;border:1px solid var(--zb-line);border-radius:20px;background:#fff;box-shadow:0 10px 32px rgba(23,32,51,.05)}
.zb-v2-discovery-head>span{display:block;margin-bottom:5px;color:var(--zb-orange-dark);font-size:9px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.zb-v2-discovery-head h2{margin:0;color:var(--zb-ink);font-size:22px;line-height:1.25}.zb-v2-discovery-head p{max-width:820px;margin:8px 0 0;color:var(--zb-muted);font-size:10.5px;line-height:1.6}
.zb-v2-discovery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:18px}.zb-v2-discovery-group{padding:16px;border-radius:15px;background:#fafbfc;border:1px solid #edf0f4}.zb-v2-discovery-group h3{margin:0 0 11px;color:var(--zb-ink);font-size:13px}.zb-v2-discovery-chips{display:flex;flex-wrap:wrap;gap:8px}.zb-v2-discovery-chips a{display:inline-flex;align-items:center;gap:7px;padding:8px 10px;border:1px solid #e4e8ee;border-radius:999px;background:#fff;color:#344054;text-decoration:none;font-size:9.5px;font-weight:700;line-height:1.2}.zb-v2-discovery-chips a b{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#fff1e4;color:var(--zb-orange-dark);font-size:8.5px}.zb-v2-discovery-chips a:hover{border-color:#f3c28f;color:var(--zb-orange-dark)}
@media(max-width:760px){.zb-directory-landing-page{width:100%;padding:0}.zb-directory-landing-breadcrumb{padding:12px 16px 0;margin-bottom:8px;font-size:10px}.zb-v2-discovery-links{margin:14px 10px;padding:16px;border-radius:16px}.zb-v2-discovery-head h2{font-size:18px}.zb-v2-discovery-head p{font-size:11px}.zb-v2-discovery-grid{grid-template-columns:1fr;gap:10px}.zb-v2-discovery-group{padding:13px}.zb-v2-discovery-chips a{font-size:10.5px;padding:9px 10px}}
.zb-p3-meta .zb-p3-meta-link{display:inline-flex;align-items:center;gap:5px;color:inherit;text-decoration:none}.zb-p3-meta .zb-p3-meta-link:hover{color:var(--zb-orange-dark)}
