.privacy-policy {
    line-height: 1.6;
    color: inherit;
}
.privacy-policy h1,
.privacy-policy h2,
.privacy-policy h3 {
    color: inherit;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}
.privacy-policy p,
.privacy-policy li {
    color: inherit;
}
.privacy-policy address {
    font-style: normal;
    margin-top: 0.5rem;
}
.privacy-policy .table-wrapper {
    overflow-x: auto;
    margin: 1.5rem 0;
}
.privacy-policy table {
    width: 100%;
    border-collapse: collapse;
    color: inherit;
}
.privacy-policy th,
.privacy-policy td {
    border: 1px solid currentColor;
    padding: 0.75rem;
    text-align: left;
    vertical-align: top;
}
.privacy-policy th {
    background: rgba(255, 255, 255, 0.05);
    font-weight: bold;
}

.cookie-policy {
    line-height: 1.6;
    color: inherit; /* Inherits font color from the parent background */
}
.cookie-policy h1,
.cookie-policy h2,
.cookie-policy h3 {
    color: inherit;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}
.cookie-policy p,
.cookie-policy li {
    color: inherit;
}
.cookie-policy address {
    font-style: normal;
    margin-top: 0.5rem;
}
.cookie-policy code {
    background: rgba(255, 255, 255, 0.1);
    padding: 0.15rem 0.35rem;
    border-radius: 3px;
    font-family: monospace;
    font-size: 0.9em;
}
.cookie-policy .table-wrapper {
    overflow-x: auto;
    margin: 1.25rem 0 2rem;
}
.cookie-policy table {
    width: 100%;
    border-collapse: collapse;
    color: inherit;
    font-size: 0.95rem;
}
.cookie-policy th,
.cookie-policy td {
    border: 1px solid currentColor;
    padding: 0.65rem 0.85rem;
    text-align: left;
    vertical-align: top;
}
.cookie-policy th {
    background: rgba(255, 255, 255, 0.08);
    font-weight: bold;
}

.terms-of-use {
    line-height: 1.6;
    color: inherit; /* Automatically inherits font color from your grey/dark/light theme */
}
.terms-of-use h1,
.terms-of-use h2,
.terms-of-use h3 {
    color: inherit;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}
.terms-of-use p,
.terms-of-use li {
    color: inherit;
}
.terms-of-use address {
    font-style: normal;
    margin-top: 0.5rem;
}