main{width:100%}main .region.region-content{margin-top:0}.gin--dark-mode .views-exposed-form.views-exposed-form{background-color:rgb(var(--gin-bg-app-rgb))}

/* Make all form fields smaller and uniform */
.node-form .form-item input[type="text"],
.node-form .form-item input[type="email"],
.node-form .form-item input[type="tel"],
.node-form .form-item input[type="url"],
.node-form .form-item textarea,
.node-form .form-item select,
.node-form .form-item .tagify {
  width: 100%;
  max-width: 700px;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
}

.node-form .form-item {
  margin-bottom: 0.75rem;
}

.node-form .form-item label {
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}