.language-switch {
  align-items: center;
  border: 1px solid rgba(7, 22, 47, 0.2);
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 800;
  justify-content: center;
  min-height: 2.35rem;
  padding: 0.45rem 0.85rem;
  white-space: nowrap;
}

.rfq-form .rfq-files input[type="file"] {
  cursor: pointer;
  padding: 0.8rem;
}

.rfq-form .rfq-files small {
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.7;
}

.rfq-form .rfq-consent {
  align-items: flex-start;
  display: flex;
  gap: 0.7rem;
}

.rfq-form .rfq-consent input[type="checkbox"] {
  flex: 0 0 auto;
  height: 1.1rem;
  margin-top: 0.2rem;
  padding: 0;
  width: 1.1rem;
}

@media (max-width: 980px) {
  .language-switch {
    min-height: 2.1rem;
    padding-inline: 0.65rem;
  }
}
