/* Listen */
.datenschutz ul,
.datenschutz ol {
    margin: 0;
    padding-left: 2rem;
    padding-top: 0.5rem;
}

/* Basis-Tabelle */
.datenschutz table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
    font-size: var(--wp--preset-font-size-small) !important;
}

.datenschutz th,
.datenschutz td {
    padding: 0.75rem 0.9rem;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #e0e0e0;
}

.datenschutz th {
    font-weight: 600;
    white-space: nowrap;
}

/* Optionaler Scroll-Wrapper */
.datenschutz .table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* Mobile Optimierung */
@media (max-width: 768px) {
    .datenschutz table {
        font-size: 0.9rem;
        min-width: 720px;
    }

    .datenschutz th,
    .datenschutz td {
        padding: 0.6rem 0.7rem;
    }
}

/* Visuelle Hilfe: Scroll-Hinweis */
@media (max-width: 768px) {
    .datenschutz .table-scroll::after {
        content: "← seitlich scrollen →";
        display: block;
        margin-top: 0.5rem;
        font-size: 0.75rem;
        color: #777;
        text-align: right;
    }
}
