/* ThatFlow brand override for Listmonk public pages (subscribe/unsubscribe/archive/404) */

html, body {
  background: #ffffff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #212121;
}

a {
  color: #212121;
  text-decoration-color: #757575;
}
a:hover {
  color: #757575;
}

label {
  color: #757575;
}

h1, h2, h3, h4 {
  font-weight: 400;
  letter-spacing: -0.02em;
}

.wrap {
  background: #ffffff;
  box-shadow: none;
  border: 1px solid #e5e5e5;
}

.header {
  border-bottom: 1px solid #e5e5e5;
}
.header .logo img {
  max-width: 160px;
}

input[type="text"], input[type="email"], input[type="password"], select {
  border: 1px solid #cccccc;
  border-radius: 0;
  box-shadow: none;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
input:focus {
  border-color: #212121;
}

.button {
  background: #212121;
  background: linear-gradient(144deg, rgba(33,33,33,1) 0%, rgba(117,117,117,1) 100%);
  border-radius: 50px;
  color: #ffffff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: 0.02em;
}
.button:hover {
  background: #757575;
}
.button.button-outline {
  background: #ffffff;
  border: 1px solid #212121;
  color: #212121;
}
.button.button-outline:hover {
  border-color: #212121;
  background-color: #212121;
  color: #ffffff;
}

.lists .description {
  color: #757575;
}

.archive .date {
  color: #757575;
}

footer.container {
  color: #757575;
}
footer a {
  color: #757575;
}
footer a:hover {
  color: #212121;
}
