/* GeekStuff Repair Form styles */
#gsrf-form p,
#gsrf-form fieldset {
  margin-bottom: 1em;
}

#gsrf-form label {
  display: block;
  font-weight: 600;
}

#gsrf-form input[type="text"],
#gsrf-form input[type="tel"],
#gsrf-form input[type="email"],
#gsrf-form input[type="date"],
#gsrf-form select,
#gsrf-form textarea {
  width: 100%;
  padding: 6px 8px;
  margin-top: 4px;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
}

#gsrf-form textarea {
  resize: vertical;
}

#gsrf-form fieldset {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 8px 12px;
}

#gsrf-form fieldset legend {
  font-weight: 600;
  padding: 0 4px;
}

#gsrf-form fieldset label {
  font-weight: normal;
  display: inline;
  margin-right: 1em;
}

.gsrf-acknowledgment {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 10px 14px;
  margin-bottom: 1em;
}

.gsrf-acknowledgment legend {
  font-weight: 600;
  padding: 0 4px;
}

.gsrf-acknowledgment p {
  margin: 0 0 8px;
}

.gsrf-acknowledgment label {
  font-weight: normal;
  display: block;
  margin-bottom: 4px;
}

#gsrf-form button[type="submit"] {
  background: #0073aa;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 1em;
  border-radius: 3px;
  cursor: pointer;
}

#gsrf-form button[type="submit"]:hover {
  background: #005d8c;
}

.gsrf-liability {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 12px 16px;
  font-size: 0.85em;
  line-height: 1.6;
  margin-bottom: 1em;
}

.gsrf-liability h3 {
  margin-top: 0;
}

.gsrf-success {
  background: #d4edda;
  border: 1px solid #c3e6cb;
  border-radius: 3px;
  padding: 12px 16px;
  color: #155724;
}

.gsrf-error {
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  border-radius: 3px;
  padding: 12px 16px;
  color: #721c24;
}
