.gbi-custom-request {
  max-width: 820px;
  margin: 0 0 2.5rem;
}

.gbi-custom-request__intro h2 {
  margin: 0 0 0.65rem;
  color: var(--gbi-primary, #1a3d5c);
  font-size: 1.55rem;
  font-weight: 800;
}

.gbi-custom-request__intro p {
  margin: 0 0 1.5rem;
  color: var(--gbi-muted, #5c6b7a);
  line-height: 1.55;
}

.gbi-custom-request__notice {
  margin: 0 0 1.25rem !important;
}

.gbi-custom-request__form {
  background: var(--gbi-surface, #fff);
  border: 1px solid var(--gbi-border, #d7dee7);
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: var(--gbi-shadow, 0 8px 24px rgba(15, 35, 60, 0.06));
}

.gbi-custom-request__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.15rem;
  margin-bottom: 1rem;
}

.gbi-custom-request__field {
  margin: 0 0 1rem;
}

.gbi-custom-request__field--full {
  margin-bottom: 1.15rem;
}

.gbi-custom-request__field label {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--gbi-primary, #1a3d5c);
}

.gbi-custom-request__field label span {
  color: #c0392b;
}

.gbi-custom-request__field .gbi-control,
.gbi-custom-request__field textarea.gbi-control {
  width: 100%;
}

.gbi-custom-request__field textarea.gbi-control {
  min-height: 160px;
  resize: vertical;
}

.gbi-custom-request__files {
  padding: 0.65rem 0.75rem;
}

.gbi-custom-request__hint {
  display: block;
  margin-top: 0.45rem;
  font-size: 0.82rem;
  color: var(--gbi-muted, #5c6b7a);
  line-height: 1.4;
}

.gbi-custom-request__actions {
  display: flex;
  justify-content: flex-start;
  margin-top: 0.35rem;
}

.gbi-custom-request__hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body.gbi-custom-request-page .gbi-shop-ordering-wrap,
body.gbi-custom-request-page .woocommerce-info.woocommerce-no-products-found,
body.gbi-custom-request-page ul.products {
  display: none !important;
}

@media (max-width: 720px) {
  .gbi-custom-request__grid {
    grid-template-columns: 1fr;
  }

  .gbi-custom-request__form {
    padding: 1.15rem;
  }
}
