/* Bold section titles (including typo-safe variant) */
.section-title,
.sectio-title {
    font-weight: 700;
    text-align: left;
}

/* Ensure nonbold text stays normal weight */
.nonbold {
    font-weight: 400;
    text-align: left;
}

/* Cookie table styling */
.cookie-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #444; /* outer border */
}

    .cookie-table th,
    .cookie-table td {
        border: 1px solid #444; /* cell borders */
        padding: 0.5rem;
        text-align: left;
        vertical-align: top;
    }

    .cookie-table thead th {
        background: #f5f5f5;
        font-weight: 600;
    }

/* Optional: lists inside this block */
ul {
    padding-left: 1.25rem;
    margin: 0 0 0.75rem;
    text-align: left;
}
