.gsosc-form {
  background: #f9f9f9;
  padding: 15px;
  border-radius: 8px;
  max-width: 500px;
}
.gsosc-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 4px;
}
.gsosc-form input,
.gsosc-form textarea {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.gsosc-submit {
  background: #2271b1;
  color: #fff;
  padding: 8px 16px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}
.gsosc-submit:hover {
  opacity: .9;
}
.gsosc-errors {
  color: #b00020;
}
.gsosc-thank {
  color: #0b6a3a;
  font-weight: 600;
}
