/* Strony publiczne listmonk (zapis, wypis, preferencje, archiwum) w stylu startergdansk.pl */
@import url('https://api.fontshare.com/v2/css?f[]=cabinet-grotesk@400,500,700,800&display=swap');

body {
  background: #f9f8f7; color: #000;
  font-family: "Cabinet Grotesk", "Helvetica Neue", Arial, sans-serif; font-size: 17px;
}
.container { max-width: 680px; }
.wrap {
  background: #fff; border-radius: 24px; box-shadow: none;
  border: 1px solid #ecebe7; overflow: hidden; padding-top: 0;
}
.header {
  background: #00322d; margin: 0 -30px 30px; padding: 26px 30px; border-bottom: 0;
  background-image: linear-gradient(90deg, #00322d 0 70%, #004f48 100%);
}
.header .logo img { content: url('/uploads/logo-starter-white.png'); max-width: 170px; max-height: 56px; }
h1, h2, h3 { color: #000; font-weight: 800; letter-spacing: -0.01em; }
h2 { font-size: 30px; }
a { color: #004f48; font-weight: 600; }
a:hover { color: #000; }
.button, button, input[type="submit"] {
  background: #000 !important; color: #f9f8f7 !important; border: 0 !important;
  border-radius: 999px !important; font-weight: 600; padding: 12px 28px; height: auto;
  font-family: inherit;
}
.button:hover, button:hover { background: #004f48 !important; }
.button.button-outline {
  background: transparent !important; border: 2px solid #000 !important; color: #000 !important;
}
input[type="text"], input[type="email"], select {
  border-radius: 12px; border: 1px solid #dcdad3; font-family: inherit; font-size: 16px;
}
input[type="text"]:focus, input[type="email"]:focus { border-color: #004f48; outline: 3px solid #E1FF8D; }
input[type="checkbox"] { accent-color: #004f48; }
.lists li, ul.lists li { background: #E1FF8D; border-radius: 999px; padding: 6px 14px; display: inline-block; margin: 0 6px 8px 0; list-style: none; }
footer, .footer { color: #8a887f; }
footer a, .footer a { color: #8a887f; font-weight: 400; }
