/* Hide footer and archive link */
footer.container { display: none !important; }
p.right { display: none !important; }

/* Elegant, feminine, upscale – women's brand 40+ */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&family=Lato:wght@300;400&display=swap');

html, body {
  background: #f8f6f3 !important;
  font-family: 'Lato', 'Helvetica Neue', sans-serif !important;
  font-size: 17px !important;
  line-height: 1.6 !important;
  color: #4a4541 !important;
  font-weight: 300 !important;
}

a {
  color: #9a7b6a !important;
  text-decoration: none !important;
}
a:hover {
  color: #7d6354 !important;
  text-decoration: underline !important;
}

.container.wrap {
  margin: 50px auto 30px !important;
  max-width: 480px !important;
  padding: 48px 44px 44px !important;
  background: #fffefc !important;
  border-radius: 16px !important;
  box-shadow: 0 4px 24px rgba(74, 69, 65, 0.08), 0 1px 3px rgba(74, 69, 65, 0.06) !important;
  border: 1px solid rgba(224, 221, 216, 0.8) !important;
}

.header {
  border-bottom: 1px solid rgba(224, 221, 216, 0.6) !important;
  padding-bottom: 24px !important;
  margin-bottom: 36px !important;
}

.header .logo img {
  max-width: 180px !important;
  height: auto !important;
  display: block !important;
}

section h2 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-weight: 500 !important;
  font-size: 1.75rem !important;
  letter-spacing: 0.02em !important;
  color: #4a4541 !important;
  margin: 0 0 28px 0 !important;
}

section .form h2,
.lists h2 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-weight: 500 !important;
  font-size: 1.15rem !important;
  color: #6b635c !important;
  margin: 24px 0 14px 0 !important;
}

label {
  display: block !important;
  font-size: 0.9rem !important;
  color: #6b635c !important;
  margin-bottom: 6px !important;
  font-weight: 400 !important;
}

input[type="text"],
input[type="email"] {
  padding: 14px 16px !important;
  border: 1px solid #e0ddd8 !important;
  border-radius: 10px !important;
  width: 100% !important;
  font-size: 1rem !important;
  font-family: 'Lato', sans-serif !important;
  color: #4a4541 !important;
  background: #fff !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
  box-shadow: none !important;
}

input[type="text"]:focus,
input[type="email"]:focus {
  outline: none !important;
  border-color: #b8a99a !important;
  box-shadow: 0 0 0 3px rgba(184, 169, 154, 0.15) !important;
}

input::placeholder {
  color: #a8a29b !important;
}

.lists {
  list-style: none !important;
  padding: 0 !important;
  margin: 20px 0 28px 0 !important;
}

.lists li {
  margin-bottom: 12px !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.lists input[type="checkbox"] {
  width: 20px !important;
  height: 20px !important;
  accent-color: #9a7b6a !important;
  cursor: pointer !important;
}

.lists label {
  margin-bottom: 0 !important;
  cursor: pointer !important;
  font-size: 1rem !important;
}

.button {
  background: #9a7b6a !important;
  color: #fff !important;
  padding: 16px 36px !important;
  border-radius: 10px !important;
  border: none !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.04em !important;
  cursor: pointer !important;
  transition: background 0.2s ease, transform 0.1s ease !important;
  font-family: 'Lato', sans-serif !important;
  box-shadow: 0 2px 8px rgba(154, 123, 106, 0.25) !important;
}

.button:hover {
  background: #7d6354 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 12px rgba(154, 123, 106, 0.3) !important;
}

.form > p {
  margin-bottom: 20px !important;
}

.form .nonce {
  display: none !important;
}
