/* ===== Brand background ===== */
body {
  background: #fdfbf8 !important;
}

/* ===== Center container ===== */
.container.wrap {
  max-width: 760px;
}

/* ===== Card look for BOTH pages (subscribe + unsubscribe) ===== */
section,
.section {
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 10px;
  padding: 28px;
  box-shadow: 0 8px 24px rgba(0,0,0,.06);
}

/* Make headings neat */
section h2,
.section h2 {
  margin-top: 0;
}

/* ===== Hide "Powered by listmonk" ===== */
footer.container,
footer,
.powered-by {
  display: none !important;
}

/* ===== Button styling (ONLY public pages, not emails) ===== */
.button {
  border-radius: 8px !important;
  padding: 14px 22px !important;
}

/* ===== Hide archive link ===== */
a[href*="/archive"],
a[href*="archive"] {
  display: none !important;
}

/* ===== Hide list selection on subscribe form ===== */
ul.lists,
.lists,
.list,
.list-wrap,
.lists-wrap,
.sub-lists,
.lists-group {
  display: none !important;
}
