.tfs-panel {
  margin-top: 24px;
  padding: 16px;
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 10px;
}

.tfs-panel-title {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 12px;
}

.tfs-muted {
  font-size: 13px;
  opacity: 0.75;
  margin-top: 4px;
}

.tfs-list {
  margin: 0;
  padding-left: 18px;
}

.tfs-list li {
  margin: 8px 0;
}

.tfs-map {
  height: 420px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

/* Taller map only for the "all locations" page */
.tfs-map.tfs-map--all {
  height: 70vh;
  min-height: 650px;
}

.tfs-popup {
  width: 280px;
}

.tfs-popup-img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  margin-bottom: 10px;
}

.tfs-popup-title a {
  text-decoration: none;
}

.tfs-popup-title a:hover {
  text-decoration: underline;
}

.tfs-popup-desc {
  opacity: .85;
  font-size: 13px;
  line-height: 1.4;
  margin-top: 6px;
}

.tfs-grid { display:grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap:16px; }
.tfs-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; padding: 12px; }
.tfs-card-thumb img { width:100%; height:auto; border-radius: 10px; display:block; }
.tfs-card-title { margin: 10px 0 6px; font-size: 18px; line-height: 1.2; }
.tfs-card-title a { text-decoration:none; }
.tfs-card-excerpt { margin: 8px 0 0; }

.tfs-filters { display:flex; flex-wrap:wrap; gap:12px; align-items:end; }
.tfs-filter { display:flex; flex-direction:column; gap:6px; min-width: 180px; }
.tfs-filter label { font-size: 12px; opacity: .8; }
.tfs-filter select { padding:10px; border-radius:10px; border:1px solid rgba(255,255,255,0.15); background: rgba(0,0,0,0.15); color: inherit; }
.tfs-filter-actions { flex-direction:row; gap:10px; min-width:auto; }
.tfs-filter-actions button { padding:10px 14px; border-radius:10px; border:1px solid rgba(255,255,255,0.15); background: rgba(255,255,255,0.06); cursor:pointer; }
.tfs-clear { padding:10px 14px; border-radius:10px; border:1px solid rgba(255,255,255,0.15); text-decoration:none; display:inline-block; }

.tfs-panel-map { margin-top: 22px; }