.slc-account-login {
  display: flex;
  justify-content: center;
  padding: 20px;
}

.slc-account-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 20px;
  max-width: 900px;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.slc-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.slc-field {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
}

.slc-field label {
  font-weight: 500;
  margin-bottom: 6px;
}

.slc-field input {
  border: 1px solid #9a7f28 !important;
  border-radius: 5px !important;
  max-width: 100%;
}

.slc-login-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
}

.slc-btn {
  display: inline-block;
  background: #9a7f28;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.2s ease;
}

.slc-btn:hover {
  background: #222;
}

.slc-toggle-register,
.slc-toggle-login {
  background: #555 !important;
}

.slc-toggle-register:hover,
.slc-toggle-login:hover {
  background: #333 !important;
}

.woocommerce-error strong {
  color: #7f6e21 !important;
}

.slc-forgot-wrap {
  text-align: right;
  margin-top: 8px;
}

.slc-forgot {
  color: #555;
  font-size: 0.9rem;
  text-decoration: none;
}

.slc-forgot:hover {
  text-decoration: underline;
}
