/* Minimal styles */
.bdl-listings{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}
.bdl-item{border:1px solid #e5e7eb;border-radius:8px;padding:12px;background:#fff}
.bdl-meta{list-style:none;padding-left:0}
.bdl-meta li{margin:4px 0}
/* ----- Archive chrome ----- */
.bdl-archive .page-header h1 { margin-bottom: 4px; }
.bdl-sub { color:#64748b; margin:0 0 12px; font-size:14px; }

/* Filters */
.bdl-filters {
  display:flex; gap:10px; flex-wrap:wrap; align-items:center;
  background:#fff; border:1px solid #e5e7eb; border-radius:10px;
  padding:10px; margin:14px 0 16px;
}
.bdl-input, .bdl-select {
  padding:8px 10px; border:1px solid #e5e7eb; border-radius:8px; background:#fff;
}
.bdl-filter-btn { padding:8px 12px; }

/* Views switcher */
.bdl-views { display:flex; gap:8px; margin:8px 0 16px; }
.bdl-view-btn {
  padding:8px 12px; border:1px solid #e5e7eb; background:#fff; border-radius:8px; cursor:pointer;
}
.bdl-view-btn:hover { background:#f8fafc; }

/* List view */
.bdl-list { list-style:none; margin:0; padding:0; }
.bdl-list-row {
  padding:12px; border:1px solid #e5e7eb; border-radius:10px; background:#fff; margin-bottom:10px;
}
.bdl-title { font-weight:600; text-decoration:none; color:#0f172a; }
.bdl-addr,.bdl-tel,.bdl-site { font-size:14px; color:#475569; margin-top:4px; }

/* Card view */
.bdl-cards { display:grid; grid-template-columns:repeat(auto-fill,minmax(260px,1fr)); gap:16px; }
.bdl-card { border:1px solid #e5e7eb; border-radius:12px; padding:12px; background:#fff; }
.bdl-card-title { margin:6px 0 6px; font-size:18px; }
.bdl-card-excerpt { color:#475569; font-size:14px; min-height:40px; }
.bdl-card-logo img { max-width:100%; height:auto; border-radius:10px; }

/* Full view */
.bdl-full { border:1px solid #e5e7eb; border-radius:12px; padding:12px; background:#fff; margin-bottom:12px; }
.bdl-full h2 { margin:0 0 8px; }
.bdl-full-logo img { max-width:220px; height:auto; border-radius:10px; margin:6px 0; }
.bdl-full-excerpt { color:#475569; }

/* Maps */
.bdl-map { background:#f6f7f9; }
