/* CwC theme for Listmonk public pages — targeting actual class names. */

html, body {
    background: #FAF8F3 !important;
    font-family: Georgia, 'Times New Roman', serif !important;
    color: #1A1A1A !important;
    line-height: 1.7 !important;
}

a {
    color: #FF7905 !important;
    text-decoration: underline !important;
    text-decoration-color: #FF7905 !important;
}
a:hover {
    color: #1A1A1A !important;
}

label {
    color: #2A2A2A !important;
}

h1, h2, h3, h4 {
    font-family: Georgia, 'Times New Roman', serif !important;
    color: #1A1A1A !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;
}
h1 { font-size: 1.8rem !important; margin-bottom: 20px !important; }
h2 { font-size: 1.5rem !important; margin-bottom: 18px !important; }
h3 { font-size: 1.2rem !important; }

.container {
    max-width: 640px !important;
    margin: 60px auto 15px auto !important;
    padding: 0 16px;
}

.wrap {
    background: #FFFFFF !important;
    padding: 44px 40px !important;
    border: 1px solid #E8E4D8 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

/* Header area — hide the default logo image, inject CwC brand text */
.header {
    border-bottom: 1px solid #E8E4D8 !important;
    padding-bottom: 20px !important;
    margin-bottom: 30px !important;
    text-align: center !important;
}
.header .logo img { display: none !important; }
.header .logo a {
    display: inline-block;
    font-family: Georgia, 'Times New Roman', serif !important;
    font-size: 14px !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    color: #9A8F7A !important;
    text-decoration: none !important;
}
.header .logo a::after {
    content: "Conversations with Claude";
}

/* Inputs */
input[type="text"],
input[type="email"],
input[type="password"],
select,
textarea {
    background: #FFFFFF !important;
    border: 1px solid #D4CFC1 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #1A1A1A !important;
    font-family: Georgia, 'Times New Roman', serif !important;
    font-size: 1em !important;
    padding: 12px 14px !important;
}
input:focus, select:focus, textarea:focus {
    border-color: #FF7905 !important;
    outline: none !important;
}

/* Primary button */
.button {
    background: #FF7905 !important;
    color: #FFFFFF !important;
    border: none !important;
    border-radius: 0 !important;
    font-family: Georgia, 'Times New Roman', serif !important;
    font-size: 1em !important;
    font-weight: bold !important;
    letter-spacing: 0.03em !important;
    padding: 14px 30px !important;
    min-width: 150px !important;
    text-align: center !important;
    cursor: pointer;
    transition: background 0.15s;
}
.button:hover {
    background: #E06A00 !important;
    color: #FFFFFF !important;
}
.button.button-outline {
    background: #FFFFFF !important;
    border: 1px solid #FF7905 !important;
    color: #FF7905 !important;
}
.button.button-outline:hover {
    background: #1A1A1A !important;
    border-color: #1A1A1A !important;
    color: #FFFFFF !important;
}

/* List items on preferences page */
.lists li { color: #2A2A2A !important; }
.lists .description {
    color: #6B6259 !important;
    font-style: italic;
}

/* Error messages */
.error {
    color: #C73E1D !important;
}

/* Archive list */
.archive .date { color: #9A8F7A !important; }

/* Pagination */
.pg-page.pg-selected { color: #FF7905 !important; }

/* Unsubscribe-all block */
.unsub-all {
    border-top: 1px solid #E8E4D8 !important;
    padding-top: 26px !important;
}

/* Footer (the "Unterstützt von listmonk" strip) */
footer.container {
    text-align: center !important;
    color: #9A8F7A !important;
    font-size: 12px !important;
    margin-top: 24px !important;
    padding: 16px !important;
    max-width: 640px !important;
}
footer.container a {
    color: #9A8F7A !important;
}
footer.container::after {
    content: "· Daniel Papcke · Hamburg";
    color: #9A8F7A;
    margin-left: 4px;
}
