/* rent — Custom-Overrides auf Pico.css */

/* Pico-Defaults sind sehr großzügig — kleinere Basis-Größe + schmalerer
   Container, damit Tabellen + Forms angenehmer wirken. */
html {
    font-size: 14px;
}

main.container,
header.container,
footer.container {
    max-width: 1100px;
}

table {
    font-size: 0.92em;
}

table th,
table td {
    padding: 0.45rem 0.6rem;
}

article > header {
    padding-bottom: 0.5rem;
}

article > header h2,
article > header h3 {
    margin-bottom: 0.25rem;
}

dl > dt {
    font-weight: 600;
    margin-top: 0.4rem;
}

dl > dd {
    margin-left: 0;
    margin-bottom: 0.3rem;
}

code {
    font-size: 0.92em;
}

.hero {
    padding: 3rem 0 2rem;
    text-align: left;
}

.hero h1 {
    font-size: clamp(2rem, 5vw, 3.5rem);
    margin-bottom: 0;
}

.hero h2 {
    font-size: clamp(1rem, 2vw, 1.25rem);
    font-weight: 400;
    color: var(--pico-muted-color);
    margin-top: 0.5rem;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    background: var(--pico-background-color);
    border-top: 1px solid var(--pico-muted-border-color);
    z-index: 1000;
    text-align: center;
}

.cookie-banner p {
    margin: 0 0 0.5rem;
    font-size: 0.9rem;
}

.cookie-banner button {
    margin: 0 0.2rem;
}

footer.container small a {
    margin-right: 0.5rem;
}
