/* Paste this into Listmonk Admin > Settings > Appearance > Public > CSS */

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;600;900&family=Open+Sans:wght@400;600&family=Merriweather:ital,wght@0,400;0,700;1,400&display=swap');

body { background: #fff; font-family: "Open Sans", sans-serif; font-size: 16px; line-height: 1.5; color: #000; }
a { color: #0039d8; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 2px; }
a:hover { color: #00c79f; text-decoration-thickness: 2px; }
a:visited { color: #0039d8; }
.container { max-width: 800px; padding-left: min(4vw, 2rem); padding-right: min(4vw, 2rem); margin: 0 auto; }
.wrap { background: #fff; border: none; box-shadow: none; padding: 0; margin-top: 0; }
.header { border-bottom: 1px solid #e0e0e0; padding-bottom: 1rem; margin-bottom: 2rem; display: flex; align-items: center; justify-content: space-between; }
.header .logo { display: flex; }
.header .logo a { text-decoration: none; display: flex; flex-direction: column; line-height: 1.1; }
.logo-brand { font-family: "Raleway", sans-serif; font-size: 1.9rem; color: #000; letter-spacing: -0.02em; }
.logo-sm { font-weight: 900; color: #3a3aad; }
.logo-rest { font-weight: 300; }
.logo-tagline { font-family: "Raleway", sans-serif; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.07em; color: #3a3aad; margin-top: 0.05rem; }
.header nav { display: flex; align-items: center; gap: 0.25rem; }
.header nav a { font-size: 1.05rem; font-weight: 400; color: #555; text-decoration: none; padding: 0.25rem 0.6rem; border-radius: 4px; transition: background 0.15s, color 0.15s; }
.header nav a:hover { color: #000; background: #f2f2f2; text-decoration: none; }
h1, h2, h3, h4 { font-family: "Merriweather", Georgia, serif; font-weight: 400; color: #000; }
h2 { font-size: 1.25rem; margin-bottom: 0.5rem; }
label { color: #555; font-size: 0.85rem; }
input[type="text"], input[type="email"], input[type="password"], select {
  padding: 0.5rem 0.75rem; border: 1px solid #e0e0e0; border-radius: 2px;
  box-shadow: none; font-family: "Open Sans", sans-serif; font-size: 0.85rem;
  color: #000; transition: border-color 0.15s;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus { border-color: #0039d8; }
input::placeholder { color: #555; }
.button {
  background: #000; color: #fff; padding: 0.6rem 1.5rem;
  border: 1px solid #000; border-radius: 2px; font-family: "Open Sans", sans-serif;
  font-size: 0.85rem; font-weight: 600; min-width: auto; transition: background 0.15s, color 0.15s;
}
.button:hover { background: #fff; color: #000; }
.button.button-outline { background: #fff; border: 1px solid #000; color: #000; }
.button.button-outline:hover { background: #000; color: #fff; }
.lists { list-style-type: none; padding: 0; }
.lists li { margin: 0 0 0.4rem 0; font-size: 0.9rem; }
.lists .description { color: #555; font-size: 0.8rem; }
.error { color: #b33; }
.login button { width: 100%; }
footer.container {
  display: flex; justify-content: center; align-items: center;
  padding: 20px; margin-top: 2rem; margin-bottom: 1rem;
  font-size: 0.875rem; color: #555;
}
footer a { color: #0039d8; text-decoration: none; margin: 0 10px; position: relative; }
footer a:not(:first-child)::before { content: "|"; position: absolute; left: -15px; color: #555; }
footer a:hover { color: #00c79f; }
@media (max-width: 480px) {
  .logo-brand { font-size: 1.4rem; }
  .logo-tagline { font-size: 0.62rem; }
  .header nav a { font-size: 0.9rem; padding: 0.2rem 0.4rem; }
  .wrap { padding: 0; }
  footer.container { padding: 1rem; flex-wrap: wrap; gap: 0.25rem 0; }
  footer a { margin: 0 0.25rem; font-size: 0.8rem; }
  footer a:not(:first-child)::before { left: -6px; font-size: 0.8rem; }
}