/* ── Grundlayout ── */
.cp-wrap {
    max-width: 860px;
    margin: 0 auto;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1rem;
    line-height: 1.8;
    color: #1a1a1a;
}

/* ── Intro-Banner ── */
.cp-intro {
    background: #f0f4f8;
    border-left: 4px solid #2c5282;
    border-radius: 0 6px 6px 0;
    padding: 1.25rem 1.5rem;
    margin-bottom: 2.5rem;
}

.cp-intro p {
    margin: 0;
    font-size: 0.95rem;
    color: #2d3748;
}

/* ── Abschnitts-Karten ── */
.cp-section {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 1.5rem 2rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.cp-section h3 {
    font-family: 'Segoe UI', Helvetica, Arial, sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: #2c5282;
    margin: 0 0 0.75rem 0;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.cp-section h3::before {
    content: attr(data-num);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.6rem;
    height: 1.6rem;
    background: #2c5282;
    color: #fff;
    border-radius: 50%;
    font-size: 0.75rem;
    font-weight: 700;
    flex-shrink: 0;
}

.cp-section p {
    margin: 0 0 0.75rem 0;
    font-size: 0.95rem;
}

.cp-section p:last-child {
    margin-bottom: 0;
}

.cp-section ul {
    margin: 0.5rem 0 0.75rem 0;
    padding-left: 1.25rem;
}

.cp-section li {
    margin-bottom: 0.4rem;
    font-size: 0.95rem;
}

/* ── Adressblock ── */
.cp-address {
    font-style: normal;
    background: #f7fafc;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
    line-height: 1.9;
    margin-top: 0.5rem;
}

.cp-address a {
    color: #2c5282;
}

/* ── Hinweis-Box ── */
.cp-note {
    background: #fffbeb;
    border: 1px solid #f6e05e;
    border-radius: 6px;
    padding: 0.75rem 1rem;
    font-size: 0.88rem;
    color: #744210;
    margin-top: 0.75rem;
}

/* ── Cookie-Tabellen-Bereich ── */
.cp-table-section {
    margin-top: 2rem;
}

.cp-table-section h2 {
    font-family: 'Segoe UI', Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 0.5rem 0;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #2c5282;
}

.cp-table-section > p {
    font-size: 0.93rem;
    color: #4a5568;
    margin: 0.5rem 0 1.5rem 0;
}

/* ── Cookie-Tabelle (Platzhalter-Styles) ── */
.ec-cookie-table__loading {
    color: #718096;
    font-style: italic;
    font-size: 0.9rem;
    padding: 1rem;
    background: #f7fafc;
    border-radius: 6px;
    border: 1px dashed #cbd5e0;
}

.ec-cookie-table__error {
    color: #c53030;
    padding: 1rem;
    background: #fff5f5;
    border-radius: 6px;
    border: 1px solid #feb2b2;
    font-size: 0.9rem;
}

.ec-cookie-table__category {
    margin-bottom: 2rem;
}

.ec-cookie-table__category-title {
    font-family: 'Segoe UI', Helvetica, Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    margin: 0 0 0.4rem 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #2d3748;
}

.ec-cookie-table__badge {
    font-size: 0.68rem;
    padding: 0.15rem 0.55rem;
    border-radius: 999px;
    font-weight: 600;
    background: #edf2f7;
    color: #4a5568;
    letter-spacing: 0.03em;
}

.ec-cookie-table__badge--required {
    background: #c6f6d5;
    color: #22543d;
}

.ec-cookie-table__category-desc {
    color: #718096;
    font-size: 0.88rem;
    margin: 0 0 0.75rem 0;
    font-style: italic;
}

.ec-cookie-table__scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
}

.ec-cookie-table__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
    background: #fff;
}

.ec-cookie-table__table th {
    background: #f7fafc;
    text-align: left;
    padding: 0.6rem 0.9rem;
    border-bottom: 2px solid #e2e8f0;
    font-family: 'Segoe UI', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 0.8rem;
    color: #4a5568;
    white-space: nowrap;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ec-cookie-table__table td {
    padding: 0.6rem 0.9rem;
    border-bottom: 1px solid #edf2f7;
    vertical-align: top;
    color: #2d3748;
}

.ec-cookie-table__table tr:last-child td {
    border-bottom: none;
}

.ec-cookie-table__table tr:hover td {
    background: #f7fafc;
}

.ec-cookie-table__table a {
    color: #2c5282;
    font-size: 0.82rem;
}

.ec-cookie-table__no-services {
    color: #a0aec0;
    font-style: italic;
    font-size: 0.88rem;
    padding: 0.5rem 0;
}

@media (max-width: 600px) {
    .cp-section {
        padding: 1rem 1.1rem;
    }

    .cp-table-section h2 {
        font-size: 1.05rem;
    }

    .ec-cookie-table__table th,
    .ec-cookie-table__table td {
        padding: 0.5rem 0.6rem;
        font-size: 0.78rem;
    }
}