.rdlgf-dealer-card {
  margin: 24px auto;
  padding: 28px;
  border-radius: 14px;
  border: 1px solid #d7e3ea;
  background: linear-gradient(180deg, #f7fbfe 0%, #ffffff 100%);
  box-shadow: 0 10px 28px rgba(16, 31, 44, 0.08);
  font-family: "Inter", Helvetica, Arial, Lucida, sans-serif;
  color: #1a2b34;
}

.rdlgf-dealer-title {
  margin: 0 0 8px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.2;
  color: #49616d;
  font-family: "Inter", Helvetica, Arial, Lucida, sans-serif;
}

.rdlgf-dealer-name {
  margin: 0 0 16px;
  font-size: 1.65rem;
  line-height: 1.2;
  color: #0f2834;
  font-family: "Inter", Helvetica, Arial, Lucida, sans-serif;
}

.rdlgf-dealer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 20px;
}

.rdlgf-dealer-col {
  font-size: 0.95rem;
  line-height: 1.5;
}

.rdlgf-dealer-col strong {
  color: #2b4a58;
}

/* .rdlgf-dealer-contact-row {
  margin-bottom: 10px;
}

.rdlgf-dealer-contact-row:last-child {
  margin-bottom: 0;
} */

.rdlgf-dealer-col a {
  color: #0d5f80;
  text-decoration: none;
}

.rdlgf-dealer-col a:hover {
  text-decoration: underline;
}

.rdlgf-dealer-empty {
  margin: 0;
  color: #49616d;
  font-family: "Inter", Helvetica, Arial, Lucida, sans-serif;
}

#gform_submit_button_1,
input.gform_button.button {
  background-color: #00a9b4;
  border-radius: 2px;
  font-family: "Inter", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 500;
  height: 60px !important;
  text-align: center;
  padding: 0px !important;
  margin: 0px !important;
  padding-left: 32px !important;
  padding-right: 32px !important;
  padding-top: 0px !important;
  color: #ffffff !important;
}

.gfield_label .gform-field-label {
  font-family: "Inter", Helvetica, Arial, Lucida, sans-serif;
  color: #1a2b34;
}

.gform_title {
  font-family: "Inter", Helvetica, Arial, Lucida, sans-serif;
  color: #0f2834;
}

#gform_submit_button_1:hover,
input.gform_button.button:hover {
  background-color: #008f99 !important;
}

@media (max-width: 640px) {
  .rdlgf-dealer-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
