/* Business listings + detail — institutional black / gold */
.ua-listings-theme {
  background: #0b1426 !important;
  color: #f5f3ef;
}
.ua-listings-theme .header-with-topbar,
.ua-listings-theme header {
  background: #0b1426 !important;
}
.ua-listings-hero {
  background: linear-gradient(180deg, #0b1426 0%, #141c2e 100%);
  border-bottom: 1px solid rgba(201, 168, 76, 0.2);
  padding: 48px 0 32px;
  margin-bottom: 24px;
}
.ua-listings-hero h1 {
  color: #f5f3ef;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.ua-listings-hero p {
  color: #94a3b8;
  max-width: 640px;
}
.ua-listings-filter-bar {
  background: #141c2e;
  border: 1px solid rgba(201, 168, 76, 0.22);
  border-radius: 14px;
  padding: 20px;
  margin-bottom: 28px;
}
.ua-listings-filter-bar label {
  color: #94a3b8;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.ua-listings-filter-bar .form-control,
.ua-listings-filter-bar .form-select {
  background: #0b1426;
  border-color: rgba(201, 168, 76, 0.25);
  color: #f5f3ef;
}
.ua-listings-filter-bar .btn-primary {
  background: linear-gradient(135deg, #c9a84c, #a8873a);
  border: none;
  color: #0b1426;
  font-weight: 700;
}
.ua-listing-card {
  background: #141c2e;
  border: 1px solid rgba(201, 168, 76, 0.18);
  border-radius: 14px;
  overflow: hidden;
  height: 100%;
  transition: border-color 0.15s, transform 0.15s;
}
.ua-listing-card:hover {
  border-color: #c9a84c;
  transform: translateY(-2px);
}
.ua-listing-card .card-body { color: #e2e8f0; }
.ua-listing-card .price,
.ua-listing-card h5 a {
  color: #e2c97e !important;
}
.ua-listings-notice {
  background: rgba(201, 168, 76, 0.1);
  border-left: 3px solid #c9a84c;
  color: #e2c97e;
  padding: 12px 16px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-size: 0.9rem;
}
