.iqbp-profile-controls {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin: 10px 0 12px;
  padding: 10px 12px;
  border: 1px solid #d7e3ee;
  border-radius: 8px;
  background: #f8fbff;
}

.iqbp-profile-controls__left,
.iqbp-profile-controls__right {
  display: flex;
  align-items: end;
  gap: 10px;
  flex-wrap: wrap;
}

.iqbp-profile-field {
  display: grid;
  gap: 4px;
  color: #0b2d57;
  font-size: 10px;
  font-weight: 800;
}

.iqbp-profile-field span {
  text-transform: uppercase;
  letter-spacing: .08em;
}

.iqbp-profile-field input,
.iqbp-profile-field select {
  min-height: 32px;
  border: 1px solid #c5d5e6;
  border-radius: 6px;
  background: #ffffff;
  color: #05264a;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 700;
  outline: none;
}

.iqbp-profile-field input {
  width: 220px;
}

.iqbp-profile-field--size select {
  width: 82px;
}

.iqbp-profile-field input:focus,
.iqbp-profile-field select:focus {
  border-color: #0b5cab;
  box-shadow: 0 0 0 3px rgba(11, 92, 171, .14);
}

.iqbp-profile-controls__right span {
  color: #0b2d57;
  font-size: 12px;
  font-weight: 800;
}

.iqbp-profile-controls__right button {
  min-width: 32px;
  min-height: 32px;
  border: 1px solid #b9cbe0;
  border-radius: 6px;
  background: #ffffff;
  color: #0b2d57;
  font-size: 12px;
  font-weight: 900;
}

.iqbp-profile-controls__right button:disabled {
  opacity: .45;
  cursor: default;
}

@media (max-width: 760px) {
  .iqbp-profile-controls {
    align-items: stretch;
    flex-direction: column;
  }

  .iqbp-profile-field input {
    width: min(100%, 260px);
  }
}
