/* developers-halpas-production/profile-overflow-fix.css */
#profile,
#profile .settings-grid,
#profile .settings,
#profile form,
#profile label {
  min-width: 0;
  max-width: 100%;
}

#profile {
  overflow-x: hidden;
}

#profile input,
#profile select,
#profile textarea,
#profile button {
  max-width: 100%;
}

@media (max-width: 1100px) {
  #profile .settings-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}