.bmt-rfq {
  color: var(--ink, #121212);
}

.bmt-rfq__message {
  display: grid;
  gap: 0.35rem;
  margin-bottom: 1.25rem;
  padding: 1rem 1.1rem;
  border-inline-start: 4px solid currentColor;
  background: #fff;
}

.bmt-rfq__message p,
.bmt-rfq__message span {
  margin: 0;
}

.bmt-rfq__message--success {
  color: #1d5a39;
  background: #eff8f2;
}

.bmt-rfq__message--error {
  color: #8b2525;
  background: #fff1f1;
}

.bmt-rfq-form {
  display: grid;
  gap: 1.15rem;
}

.bmt-rfq-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.bmt-rfq-form label,
.bmt-rfq-form__wide {
  display: grid;
  gap: 0.45rem;
  min-width: 0;
  font-weight: 650;
}

.bmt-rfq-form input,
.bmt-rfq-form select,
.bmt-rfq-form textarea {
  width: 100%;
  min-height: 3rem;
  padding: 0.75rem 0.85rem;
  border: 1px solid #b8b2a6;
  border-radius: 0;
  background: #fff;
  color: #121212;
  font: inherit;
}

.bmt-rfq-form textarea {
  resize: vertical;
}

.bmt-rfq-form input:focus,
.bmt-rfq-form select:focus,
.bmt-rfq-form textarea:focus {
  outline: 3px solid rgba(190, 145, 52, 0.28);
  border-color: #8b6822;
}

.bmt-rfq-form__selected {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  padding: 0.85rem 1rem;
  border: 1px solid #d9d1c3;
  background: #f5f1e9;
}

.bmt-rfq-form__consent {
  grid-template-columns: auto 1fr !important;
  align-items: start;
  font-size: 0.9rem;
  font-weight: 500 !important;
}

.bmt-rfq-form__consent input {
  width: 1.15rem;
  min-height: 1.15rem;
  margin-top: 0.15rem;
}

.bmt-rfq-form__upload-note {
  margin: 0;
	color: #413d36;
  font-size: 0.88rem;
}

.bmt-rfq-form__submit {
  justify-self: start;
}

.bmt-hp {
  position: absolute !important;
  inset-inline-start: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

@media (max-width: 700px) {
  .bmt-rfq-form__grid {
    grid-template-columns: 1fr;
  }

  .bmt-rfq-form__submit {
    width: 100%;
  }
}
