.poo-loc-wrap{
  font-family: system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  color:#111827;
  max-width: 1400px;
  width: 100%;
  margin: 14px auto;
  padding: 10px;
}

.poo-loc-header{margin-bottom:12px}
.poo-loc-title{margin:0;font-size:34px;line-height:1.1}
.poo-loc-sub{margin-top:8px;color:#4b5563;font-size:14px;max-width:900px}

.poo-loc-filters{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:18px;
  padding:12px;
  box-shadow:0 1px 10px rgba(0,0,0,.06);
}

.poo-loc-filter-row{
  display:grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr auto auto;
  gap:10px;
  align-items:center;
}

@media (max-width: 980px){
  .poo-loc-filter-row{grid-template-columns: 1fr 1fr; }
}

.poo-loc-input,.poo-loc-select{
  width:100%;
  padding:12px;
  border-radius:12px;
  border:1px solid #d1d5db;
  background:#fff;
}

.poo-loc-btn{
  padding:12px 14px;
  border-radius:12px;
  border:0;
  background:#111827;
  color:#fff;
  font-weight:900;
  cursor:pointer;
}

.poo-loc-link{
  font-weight:900;
  color:#111827;
  text-decoration:none;
  padding:12px 10px;
}

.poo-loc-link:hover{text-decoration:underline}

.poo-loc-count{margin:12px 2px;color:#374151;font-weight:800}

.poo-loc-empty{
  background:#f9fafb;
  border:1px solid #e5e7eb;
  border-radius:18px;
  padding:16px;
  color:#374151;
}

/* === Directory cards (image + name only) === */
.poo-loc-grid{
  display:grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap:14px;
}

@media (max-width: 1400px){
  .poo-loc-grid{grid-template-columns: repeat(5, minmax(0, 1fr));}
}
@media (max-width: 1200px){
  .poo-loc-grid{grid-template-columns: repeat(4, minmax(0, 1fr));}
}
@media (max-width: 980px){
  .poo-loc-grid{grid-template-columns: repeat(3, minmax(0, 1fr));}
}
@media (max-width: 680px){
  .poo-loc-grid{grid-template-columns: repeat(2, minmax(0, 1fr));}
}


.poo-loc-card-link{
  display:block;
  text-decoration:none;
  color:inherit;
}

.poo-loc-card{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:18px;
  box-shadow:0 1px 10px rgba(0,0,0,.06);
  transition: box-shadow .15s ease, transform .15s ease;
}

.poo-loc-card--simple{padding:0; overflow:hidden}

.poo-loc-thumb{
  background:#f3f4f6;
  background-size:cover;
  background-position:center;
}

.poo-loc-thumb--small{
  width:96px;
  height:96px;
  border-radius:14px;
  flex: 0 0 96px;
  margin:12px;
}

.poo-loc-name{
  font-weight:1000;
  font-size:18px;
  line-height:1.2;
}

.poo-loc-name--row{
  padding: 14px 16px 14px 0;
  display:flex;
  align-items:center;
}

.poo-loc-card-link:hover .poo-loc-card{
  box-shadow:0 8px 26px rgba(0,0,0,.14);
  transform: translateY(-1px);
}

/* === Location profile page === */
.poo-loc-btn-secondary{
  display:inline-block;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid #e5e7eb;
  background:#f9fafb;
  font-weight:900;
  color:#111827;
  text-decoration:none;
  margin-bottom:10px;
}

.poo-loc-btn-secondary:hover{background:#f3f4f6}

.poo-loc-profile{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:18px;
  padding:16px;
  box-shadow:0 1px 10px rgba(0,0,0,.06);
}

.poo-loc-profile-title{
  margin:0 0 10px;
  font-size:30px;
  line-height:1.1;
}


.poo-loc-profile-line{margin-top:10px;color:#111827}
.poo-loc-profile-line strong{color:#374151;margin-right:6px}
.poo-loc-profile-notes{margin-top:14px;color:#111827}

.poo-loc-card--row{
  display:flex;
  align-items:center;
  overflow:hidden;
}
.poo-loc-profile-top{
  display:flex;
  gap:16px;
  align-items:flex-start;
  margin:10px 0 6px;
}

.poo-loc-profile-thumb{
  width:300px;
  height:200px;
  border-radius:16px;
  background-size:cover;
  background-position:center;
  flex: 0 0 300px;
}

.poo-loc-profile-details{
  flex:1;
  min-width:0;
}

@media (max-width: 860px){
  .poo-loc-profile-top{flex-direction:column;}
  .poo-loc-profile-thumb{width:100%; height:220px; flex:auto;}
}
.poo-loc-card--tile{
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.poo-loc-thumb--tile{
  width: 100%;
  height: 120px;
  border-radius: 16px;
  background: #f3f4f6;
  background-size: cover;
  background-position: center;
}

.poo-loc-info-box{
  margin-top: 10px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 12px 10px;
  text-align: center;
}

.poo-loc-name--tile{
  font-size: 16px;
  font-weight: 1000;
}

.poo-loc-city{
  margin-top: 6px;
  font-size: 13px;
  font-weight: 800;
  color: #4b5563;
}
.poo-loc-card-link:hover .poo-loc-thumb--tile{
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(0,0,0,.14);
}
.poo-loc-card-link:hover .poo-loc-info-box{
  box-shadow: 0 10px 26px rgba(0,0,0,.10);
}
.poo-loc-thumb--tile, .poo-loc-info-box{
  transition: box-shadow .15s ease, transform .15s ease;
}
.poo-loc-dir-wrap{
  margin-top: 10px;
  display:flex;
  justify-content:center;
}

.poo-loc-dir-btn{
  border: 1px solid #111827;
  background: #ffffff;
  color: #111827;
  border-radius: 12px;
  padding: 8px 12px;
  font-weight: 1000;
  font-size: 12px;
  cursor: pointer;
  line-height: 1.1;
}

.poo-loc-dir-btn:hover{
  background:#111827;
  color:#ffffff;
}

.poo-loc-dir-btn:focus{
  outline: 3px solid rgba(17,24,39,.2);
  outline-offset: 2px;
}
