﻿/*--- For spammers. Created a honeypot --*/
#test_email {
  background-color: transparent;
  border: none;
  position: absolute;
  left: 0;
  top: 0;
  cursor: default;
  pointer-events: none;
  color: transparent;
  display: none !important;
}

.mobile-account > a,
.mobile-setting > a {
  display: flex !important;
  align-items: center;
  gap: 8px;
}

.mobile-account i,
.mobile-setting i {
  font-size: 20px;
}

.mobile-account ul,
.mobile-setting ul {
  padding: 10px 0;
}

.mobile-account ul li,
.mobile-setting ul li {
  padding: 5px 20px;
}

.mobile-setting h6 {
  margin-bottom: 10px;
  color: inherit; /* Changed from #212529 to inherit for dark mode compatibility */
  font-size: 14px;
  padding-left: 20px;
  font-family: "Montserrat", sans-serif; /* Match website font */
  font-weight: 500; /* Changed from 400 to 500 to match Shop */
}

.mobile-account a,
.mobile-setting a,
.mobile-account button,
.mobile-setting button {
  font-family: "Montserrat", sans-serif; /* Match website font */
  font-weight: 500; /* Changed from 400 to 500 to match Shop */
}

.mobile-setting .form-switch {
  padding-left: 35px; /* Increased padding */
}
