.no-dealers-wrapper {
  text-align: center;
  padding: 60px 20px;
  color: #fff;
}

.no-dealers-title {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 30px;
}

.no-dealers-subtitle {
  font-size: 1.1rem;
  margin-bottom: 20px;
}

.notify-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.btn-orange {
  background-color: #f15a29;
  color: white;
  border: none;
  padding: 10px 20px;
  /* font-weight: bold; */
  cursor: pointer;
  border-radius: 3px;
}

.btn-outline-orange {
  background-color: transparent;
  color: #f15a29;
  border: 2px solid #f15a29;
  padding: 8px 18px;
  /* font-weight: bold; */
  cursor: pointer;
  border-radius: 3px;
}

.btn-orange:hover,
.btn-outline-orange:hover {
  opacity: 0.85;
}

.dealer-cta-box {
  background-color: #3d3d3d;
  margin: 40px auto 0;
  padding: 20px 30px;
  border-radius: 6px;
  max-width: 600px;
}

.dealer-cta-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.dealer-cta-icon {
  width: 100px;
  height: auto;
}

.dealer-cta-text p {
  margin: 0;
  font-size: 1.1rem;
}

.btn-find-out-more {
  display: inline-block;
  margin-top: 8px;
  padding: 8px 16px;
  color: #f15a29;
  border: 2px solid #f15a29;
  text-decoration: none;
  /* font-weight: bold; */
  border-radius: 3px;
}

.btn-find-out-more:hover {
  background-color: #f15a29;
  color: #fff;
}
.text-green {
  color: #7cfc00; /* or another green you want */
}
