.btn-search-dealer {
  border: 2px solid var(--honda-red);
  background: var(--honda-red);
  color: white;
  font-weight: 700;
  text-transform: uppercase;
}

/* --- Search Header --- */
.search-header {
  background:
    linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("/assets/images/hero_wing.jpg");
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  color: white;
  text-align: center;
  margin-bottom: 3rem;
}

.dealer-card {
  background: white;
  border: none;
  border-top: 4px solid var(--honda-red);
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0;
}

.dealer-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.dealer-body {
  flex: 1;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.dealer-name {
  font-size: 1.2rem;
}

/* Badge Styles */
.badge-service {
  font-size: 0.7rem;
  padding: 5px 10px;
  border-radius: 4px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.badge-service.penjualan {
  background-color: #e3f2fd;
  color: #0d6efd;
  border: 1px solid #cfe2ff;
}

.badge-service.bengkel {
  background-color: #e8f5e9;
  color: #198754;
  border: 1px solid #d1e7dd;
}

.badge-service.sparepart {
  background-color: #fff3cd;
  border: 1px solid #ffecb5;
}

.dealer-hours-title {
  color: #333;
  font-size: 0.9rem;
  margin-top: 5px;
  margin-bottom: 5px !important;
}

.dealer-schedule-row {
  font-size: 0.85rem;
  padding: 3px 0;
  margin-right: 10px;
}

.day-group {
  color: #555; /* Abu-abu sedang */
  font-weight: 500;
}

.time-group {
  color: #222; /* Abu-abu gelap */
  font-weight: 600;
}
