/* HartFelt Building Directory — minimal, theme-deferential styling.
   Astra + Elementor own the site's look; this file only lays out directory
   structures and inherits typography and colour from the theme. */

.hfbd-container{max-width:1140px;margin:0 auto;padding:2rem 1.25rem}
.hfbd-lede{font-size:1.05rem;opacity:.85;margin:.25rem 0 1.5rem}

.hfbd-breadcrumb{font-size:.85rem;opacity:.75;margin-bottom:1rem;display:flex;flex-wrap:wrap;gap:.4rem}
.hfbd-breadcrumb a{text-decoration:none}
.hfbd-breadcrumb a:hover{text-decoration:underline}

.hfbd-filters{margin:0 0 1.5rem;padding:1rem;border:1px solid rgba(0,0,0,.1);border-radius:10px}
.hfbd-filters__row{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:.85rem;align-items:end}
.hfbd-filters__field{display:flex;flex-direction:column;gap:.3rem;font-size:.85rem}
.hfbd-filters__field input,.hfbd-filters__field select{padding:.55rem .6rem;border:1px solid rgba(0,0,0,.2);border-radius:6px;font-size:.95rem;width:100%}
.hfbd-filters__actions{display:flex;gap:.5rem}

.hfbd-count{font-size:.9rem;opacity:.8;margin:0 0 1rem}

.hfbd-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}
.hfbd-grid--tiles{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}

.hfbd-card,.hfbd-tile{border:1px solid rgba(0,0,0,.12);border-radius:10px;padding:1.1rem;background:rgba(0,0,0,.01)}
.hfbd-card__title,.hfbd-tile__title{margin:0 0 .4rem;font-size:1.12rem;line-height:1.3}
.hfbd-card__title a,.hfbd-tile__title a{text-decoration:none}
.hfbd-card__title a:hover,.hfbd-tile__title a:hover{text-decoration:underline}
.hfbd-card__address,.hfbd-card__location{margin:.15rem 0;font-size:.9rem;opacity:.8}
.hfbd-card__policy{margin:.55rem 0 0;font-size:.82rem;font-weight:600}
.hfbd-card__restriction{margin:.2rem 0 0;font-size:.82rem;opacity:.75}
.hfbd-tile__count{margin:0;font-size:.85rem;opacity:.75}

.hfbd-building__grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(260px,1fr);gap:1.5rem;align-items:start}
@media (max-width:860px){.hfbd-building__grid{grid-template-columns:1fr}}
.hfbd-building__header{margin-bottom:1.5rem}
.hfbd-building__header h1{margin:0 0 .35rem}
.hfbd-building__address{margin:.1rem 0;font-size:1rem}
.hfbd-building__location{margin:.1rem 0;font-size:.92rem;opacity:.8}

.hfbd-panel{border:1px solid rgba(0,0,0,.12);border-radius:10px;padding:1.25rem;margin-bottom:1.25rem}
.hfbd-panel h2{margin-top:0;font-size:1.15rem}

.hfbd-facts{margin:0}
.hfbd-facts__row{display:flex;flex-wrap:wrap;gap:.5rem;padding:.5rem 0;border-bottom:1px solid rgba(0,0,0,.07)}
.hfbd-facts__row:last-child{border-bottom:0}
.hfbd-facts dt{font-weight:600;min-width:170px;font-size:.9rem}
.hfbd-facts dd{margin:0;font-size:.95rem}

.hfbd-notice{border-left:3px solid rgba(0,0,0,.25);padding:.75rem 1rem;margin:1rem 0;font-size:.86rem;line-height:1.5;background:rgba(0,0,0,.03);border-radius:0 6px 6px 0}
.hfbd-notice p{margin:0}
.hfbd-notice--success{border-left-color:#2e7d32;background:rgba(46,125,50,.07)}

.hfbd-form__row{display:flex;flex-direction:column;gap:.3rem;margin-bottom:.85rem}
.hfbd-form__row label{font-size:.88rem;font-weight:600}
.hfbd-form__row input,.hfbd-form__row select,.hfbd-form__row textarea{padding:.6rem;border:1px solid rgba(0,0,0,.2);border-radius:6px;font:inherit;font-size:.95rem;width:100%}
.hfbd-form__consent label{font-weight:400;font-size:.84rem;display:flex;gap:.5rem;align-items:flex-start;line-height:1.45}
.hfbd-form__consent input{width:auto;margin-top:.15rem}

/* Honeypot: removed from view and from the accessibility tree, but still
   focusable-free and present in the DOM so bots fill it. */
.hfbd-hp{position:absolute!important;left:-9999px!important;width:1px;height:1px;overflow:hidden}

.hfbd-btn{display:inline-block;padding:.65rem 1.2rem;border-radius:6px;border:1px solid transparent;font-size:.92rem;font-weight:600;cursor:pointer;text-decoration:none}
.hfbd-btn--primary{background:#C9A84C;color:#111}
.hfbd-btn--primary:hover{filter:brightness(.95)}
.hfbd-btn--ghost{background:transparent;border-color:rgba(0,0,0,.2)}

.hfbd-empty{text-align:center;padding:3rem 1rem;border:1px dashed rgba(0,0,0,.18);border-radius:10px}
.hfbd-empty h2{margin-top:0}

.hfbd-pagination{display:flex;gap:.4rem;flex-wrap:wrap;margin:1.5rem 0 0}
.hfbd-pagination a,.hfbd-pagination__current{padding:.45rem .75rem;border:1px solid rgba(0,0,0,.15);border-radius:6px;text-decoration:none;font-size:.9rem}
.hfbd-pagination__current{font-weight:700;background:rgba(0,0,0,.06)}

.hfbd-unavailable{text-align:center}
.hfbd-contact__name{font-weight:700;margin:.5rem 0 .2rem}
