/* Location SEO pages — extends service-page look */

.tifola-loc-eyebrow {
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.9;
  margin-bottom: 0.35rem;
}

.tifola-loc-breadcrumb {
  font-size: 0.9rem;
  margin-bottom: 1.25rem;
  color: #666;
}

.tifola-loc-breadcrumb a {
  color: #2d6502;
  text-decoration: none;
}

.tifola-loc-breadcrumb a:hover {
  text-decoration: underline;
}

.tifola-loc-breadcrumb span {
  margin: 0 0.35rem;
  color: #999;
}

.tifola-loc-grid {
  list-style: none;
  padding: 0;
  margin: 0.75rem 0 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 0.65rem 1rem;
}

.tifola-loc-grid a {
  color: #2d6502;
  font-weight: 600;
  text-decoration: none;
  display: block;
  padding: 0.55rem 0.75rem;
  border-left: 3px solid #e76318;
  background: #f7faf5;
}

.tifola-loc-grid a:hover {
  background: #eef6e8;
  text-decoration: underline;
}

.tifola-loc-body .intro {
  margin-bottom: 1.5rem;
}

.tifola-loc-vendors {
  margin: 1.5rem 0 2rem;
  padding: 1.25rem;
  background: #f7faf5;
  border-left: 4px solid #e76318;
}

.tifola-loc-vendors h2 {
  color: #2d6502;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.tifola-loc-vendor-status {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 0.75rem;
}

.tifola-loc-vendor-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 0.75rem;
}

.tifola-loc-vendor-card {
  background: #fff;
  border: 1px solid #e2e8da;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.tifola-loc-vendor-img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  background: #eef6e8;
  display: block;
}

.tifola-loc-vendor-body {
  padding: 0.85rem 1rem 1rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.tifola-loc-vendor-card h3 {
  font-size: 1rem;
  margin: 0 0 0.35rem;
  color: #222;
  line-height: 1.3;
}

.tifola-loc-vendor-card .meta {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 0.35rem;
}

.tifola-loc-vendor-card .price {
  font-size: 0.9rem;
  font-weight: 700;
  color: #2d6502;
  margin-bottom: 0.35rem;
}

.tifola-loc-vendor-card .menus {
  font-size: 0.8rem;
  color: #777;
  margin-bottom: 0.65rem;
}

.tifola-loc-vendor-card .tifola-btn {
  font-size: 0.8rem;
  padding: 0.35rem 0.7rem;
  margin-top: auto;
  margin-right: 0.35rem;
  display: inline-flex;
}

.tifola-loc-pin-search {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.tifola-loc-pin-search input {
  flex: 1 1 140px;
  max-width: 180px;
  padding: 0.45rem 0.65rem;
  border: 1px solid #ccc;
  border-radius: 6px;
}
