.toast-wrap {
  position: fixed;
  top: 18px;
  right: 18px;
  z-index: 4000;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.toast-item {
  min-width: 240px;
  max-width: 360px;
  background: #10b981;
  color: #ecfdf5;
  padding: 12px 16px;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(16, 185, 129, 0.28);
  font-size: 14px;
}

.toast-item strong {
  display: block;
  margin-bottom: 2px;
}

.form-item {
  display: flex;
  flex-direction: column;
  min-width: 180px;
  white-space: nowrap;
  flex-shrink: 0;
}

.form-item label {
  margin-bottom: 5px;
  font-size: 14px;
  color: #333;
}

#state-select,
.credit-card-form select {
  padding: 6px 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.radio-group {
  display: flex;
  gap: 10px;
}

.phone-form.credit-card-form {
  display: flex;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  white-space: nowrap !important;
  gap: 20px;
  flex-direction: inherit !important;
  padding: 10px 20px;
  box-sizing: border-box;
  align-items: flex-end;
  width: 100%;
}

.city-filter {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin: 12px 0 18px;
  font-size: 15px;
}

.city-zip-chip {
  display: inline-block;
  padding: 2px 8px;
  margin: 1px 3px;
  background: #eef;
  border-radius: 3px;
  font-size: 13px;
}

.ad-slot {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
  font-size: 12px;
  background: #f9fafb;
}

.ad-slot.banner {
  width: 100%;
  min-height: 90px;
}

.ad-slot.skyscraper {
  width: 160px;
  height: 600px;
  border-radius: 14px;
  border: 1px dashed #e5e7eb;
  background: #ffffff;
}

.result-table-wrap {
  overflow-x: auto;
}
