@import url("https://use.typekit.net/hxn1uzx.css");

/* ── BASE ── */
html { background: #111B1C !important; }

body {
  background: #202B33 !important;
  color: #E8ECF1 !important;
  font-family: 'new-kansas', 'Helvetica Neue', Helvetica, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ── THE MAIN CONTAINER
   Source: <div class="container wrap"> — ONE element with both classes
   Use div.container.wrap for higher specificity than .wrap alone ── */
div.container.wrap {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 20px 16px !important;
  max-width: 100% !important;
  margin: 0 !important;
}

/* ── LOGO HEADER — hide it, WP widget provides headings ── */
header.header { display: none !important; }

/* ── HEADINGS ── */
h1, h2, h3, h4 {
  color: #E8ECF1 !important;
  font-family: 'new-kansas', sans-serif !important;
  font-weight: 700 !important;
}

/* ── LABELS ── */
label { color: #E8ECF1 !important; }

/* ── LINKS ── */
a { color: #52B37A !important; text-decoration-color: rgba(82,179,122,0.3) !important; }
a:hover { color: #80d0a0 !important; }

/* ── INPUTS ── */
input[type="text"],
input[type="email"],
input[type="password"],
select {
  background: #2F3A44 !important;
  border: 1px solid #3a4f5c !important;
  border-radius: 6px !important;
  color: #E8ECF1 !important;
  padding: 11px 14px !important;
  font-size: 1em !important;
  font-family: 'new-kansas', sans-serif !important;
  box-shadow: none !important;
  width: 100% !important;
}

input:focus {
  border-color: #4273A3 !important;
  outline: none !important;
  box-shadow: none !important;
}

input::placeholder { color: #6a808c !important; }
input:focus::placeholder { color: transparent !important; }
input[type="checkbox"] { accent-color: #52B37A !important; }

/* ── BUTTON ── */
.button {
  background: #4273A3 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 6px !important;
  font-family: 'new-kansas', sans-serif !important;
  font-weight: 700 !important;
  font-size: 1em !important;
  padding: 13px 30px !important;
  cursor: pointer !important;
  transition: background 0.15s !important;
  min-width: auto !important;
}
.button:hover { background: #335d8a !important; color: #fff !important; }
.button.button-outline {
  background: transparent !important;
  border: 2px solid #4273A3 !important;
  color: #7ab8e8 !important;
}
.button.button-outline:hover {
  background: #4273A3 !important;
  color: #fff !important;
}

/* ── LISTS ── */
ul.lists { list-style: none !important; padding: 0 !important; }
.lists li { margin-bottom: 6px !important; }
.lists .description { color: #8a9aaa !important; font-size: 0.875em !important; }

/* ── BACK BUTTON (source: display:none by default) ── */
#btn-back {
  display: inline-block !important;
  background: transparent !important;
  border: 1px solid #3a4f5c !important;
  color: #8a9aaa !important;
  font-size: 0.875em !important;
  padding: 8px 20px !important;
  margin-top: 12px !important;
  text-decoration: none !important;
  border-radius: 6px !important;
}
#btn-back:hover { background: #2F3A44 !important; color: #E8ECF1 !important; }

/* ── MISC ── */
.error { color: #f09090 !important; }
.unsub-all { border-top-color: #3a4f5c !important; }
footer.container { display: none !important; }
.archive .date { color: #8a9aaa !important; }