/* ── Utility ── */
.hidden { display: none !important; }

/* ── WordPress login page branding ── */
body.login { background: var(--cream, #F7F4EF); }
body.login #login h1 a {
  background-image: none;
  font-family: 'Playfair Display', serif;
  font-size: 22px; font-weight: 700;
  color: #2C3E35;
  width: auto; height: auto;
  text-indent: 0;
}
body.login #loginform,
body.login #registerform {
  border-radius: 12px;
  border: 1px solid #D8D2C7;
  box-shadow: 0 4px 20px rgba(0,0,0,.06);
}
body.login .button-primary {
  background: #3D5A3E !important;
  border-color: #3D5A3E !important;
  border-radius: 8px !important;
  font-family: 'DM Sans', sans-serif !important;
}
body.login .button-primary:hover {
  background: #4E7250 !important;
  border-color: #4E7250 !important;
}
body.login #nav a,
body.login #backtoblog a { color: #3D5A3E; }
