/** Shopify CDN: Minification failed

Line 48:13 Expected identifier but found whitespace
Line 48:15 Unexpected "{"
Line 48:24 Expected ":"

**/
.contact-form {
  padding: 40px 20px;
}

.contact-form .container {
  max-width: 600px;
  margin: 0 auto;
}


.contact-form h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
}

.form-group {
  margin-bottom: 15px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
  color: #000;
}

button[type=\"submit\"] {
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
}

button[type=\"submit\"]:hover {
  background: {{ section.settings.button_hover_color }};
}

.container button {
    padding: 18px 30px;
    border-radius: 30px;
}
@media (max-width: 600px) {
  .contact-form {
    padding: 20px 10px;
  }
}