/* Mobile-specific overrides for members profile */

/* Mobile font sizes for better readability */
.form-group > label {
  font-size: 16px;
}

.form-group .checkbox-group label {
  font-size: 13px;
}

.form-group .checkbox-group input[type="checkbox"] {
  border: 1px solid #c2c2c2;
  border-radius: 0;
  padding: 0px;
}

.form-group .radio-group {
  padding-left: 0.2rem;
}

.form-group .radio-option input[type="radio"] {
  border: 3px solid #FFF;
  border-radius: 100%;
  padding: 0px;
}

.info-message, .notice-message {
  font-size: 16px;
}

/* Mobile-specific button styles */
.form-buttons input[type="submit"], .form-buttons input[type="button"] {
  font-size: 18px;
  color: #FFF;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  margin: 5px 5px 5px 0;
  padding: 0 30px 0 10px !important;
  background-image: url(../../common/images/global.png?v=20210429);
  background-position: right 3px top -108px;
  font-weight: 400 !important;
  border: none;
  cursor: pointer;
}

.form-buttons #UpdateBtn, .form-buttons #submit {
  background-color: #7a6855;
  color: #fff;
}

.form-buttons #resetbutton {
  background-color: #666;
}

.form-buttons a {
  display: inline-block;
  font-size: 13px;
  color: #7a6855;
  padding-right: 15px;
}

/* Mobile-specific adjustments for form elements */
.password-form-errors li {
  list-style-type: disc;
}

/* Loading button styles for mobile - simple text change only */
.loading-button[disabled] {
  cursor: not-allowed;
  opacity: 0.9;
}