.shld-widget {
  background: #ffffff;
  border: 1px solid #d9dee8;
  border-radius: 6px;
  color: #18202f;
  padding: 20px;
  text-align: left;
}

.shld-title {
  color: inherit;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 8px;
}

.shld-intro {
  color: inherit;
  font-size: 14px;
  line-height: 1.45;
  margin: 0 0 14px;
}

.shld-fields {
  display: grid;
  gap: 10px;
  margin-bottom: 14px;
}

.shld-label {
  display: grid;
  gap: 5px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
}

.shld-widget .shld-input {
  appearance: none;
  background: #ffffff !important;
  border: 1px solid #c9d0dc !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  color: #18202f !important;
  font: inherit;
  font-size: 14px !important;
  line-height: 1.35 !important;
  margin: 0 !important;
  min-height: 42px !important;
  outline: none;
  padding: 9px 11px !important;
  width: 100% !important;
}

.shld-widget .shld-input::placeholder {
  color: #667085 !important;
  opacity: 1;
}

.shld-widget .shld-input:focus {
  border-color: #c1272d !important;
  box-shadow: 0 0 0 2px rgba(193, 39, 45, 0.12) !important;
}

.shld-widget .shld-textarea {
  min-height: 72px !important;
  resize: vertical;
}

.shld-widget .shld-button {
  align-items: center;
  background: #c1272d !important;
  border: 0 !important;
  border-radius: 4px !important;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px !important;
  font-weight: 800;
  justify-content: center;
  line-height: 1.2;
  min-height: 46px;
  padding: 12px 16px;
  text-decoration: none !important;
  width: 100% !important;
}

.shld-widget .shld-button:hover,
.shld-widget .shld-button:focus {
  filter: brightness(0.95);
}

.shld-widget .shld-button:disabled {
  cursor: wait;
  opacity: 0.7;
}

.shld-status,
.shld-location-preview {
  font-size: 14px;
  line-height: 1.45;
  margin-top: 10px;
}

.shld-status[data-state="success"] {
  color: #137a3d;
}

.shld-status[data-state="error"] {
  color: #b42318;
}

.shld-status[data-state="busy"] {
  color: #46546a;
}

.shld-location-preview {
  color: #46546a;
}

.shld-hp {
  height: 0;
  left: -9999px;
  opacity: 0;
  position: absolute;
  width: 0;
}

.shld-form-location-wrap {
  background: #f5f5f5;
  border: 1px solid #d9dee8;
  border-bottom: 4px solid #c1272d;
  border-radius: 4px;
  margin: 0 0 14px;
  padding: 14px;
  text-align: left;
}

.shld-form-location-title {
  color: #1f0b0d;
  display: block;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 5px;
}

.shld-form-location-copy {
  color: #18202f;
  display: block;
  font-size: 13px;
  line-height: 1.45;
  margin: 0 0 10px;
}

.shld-form-location {
  background: #c1272d !important;
  border: 0 !important;
  border-radius: 4px !important;
  color: #ffffff !important;
  cursor: pointer;
  font-size: 14px !important;
  font-weight: 800;
  min-height: 42px;
  padding: 10px 14px;
  width: 100%;
}

.shld-form-location:disabled {
  cursor: wait;
  opacity: 0.7;
}

.shld-form-location-status {
  display: block;
  font-size: 13px;
  line-height: 1.4;
  margin-top: 8px;
}

.shld-form-location-status[data-state="success"] {
  color: #137a3d;
}

.shld-form-location-status[data-state="error"] {
  color: #b42318;
}

.shld-form-location-status[data-state="busy"] {
  color: #46546a;
}

.page-id-480 .elementor-widget-seo_horizon_location_dispatch {
  display: none !important;
}

@media (max-width: 600px) {
  .shld-widget {
    padding: 16px;
  }

  .shld-title {
    font-size: 20px;
  }
}
