h1.privacy-title,
.privacy-title {
    font-size: 2.25rem;
    font-weight: 700;
    text-align: center;
    margin-top: 32px;
    margin-bottom: 24px;
    letter-spacing: 0.01em;
    background: linear-gradient(90deg, #ce0569 12.66%, #ff5800 94.55%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 0 hsla(0, 0%, 100%, 0);
}
.date {
    color: #888;
    font-size: 1em;
    text-align: center;
    margin-bottom: 24px;
}
body {
    background: #fff;
    font-family:
        Segoe UI,
        OpenSans,
        Roboto,
        Arial,
        Tahoma,
        Helvetica,
        sans-serif;
    color: #222;
    margin: 0;
    padding: 0;
}
.privacy-container {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    padding: 0 32px 32px 32px;
}
h1,
.privacy-container h1 {
    color: #e60028;
    font-size: 4em;
    font-weight: bold;
    text-align: center;
    margin-top: 32px;
    margin-bottom: 24px;
    letter-spacing: 0.01em;
}
h2,
.privacy-container h2 {
    color: #222;
    font-size: 1em;
    font-weight: bold;
    margin-top: 32px;
    margin-bottom: 12px;
}
p,
.privacy-container p {
    color: #222;
    font-size: 0.98em;
    margin: 0 0 12px 0;
    line-height: 1.5;
}
a {
    color: #0036e6;
    text-decoration: underline;
}
ul,
ol {
    margin: 0 0 12px 24px;
    padding: 0;
}
li {
    margin-bottom: 6px;
    font-size: 0.98em;
}
.privacy-table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    font-size: 0.98em;
}
.privacy-table th {
    background: #444;
    color: #fff;
    font-weight: bold;
    padding: 8px;
    border: 1px solid #ccc;
    text-align: left;
}
.privacy-table td {
    background: #f7f7f7;
    color: #222;
    padding: 8px;
    border: 1px solid #ccc;
    vertical-align: top;
}
.privacy-table tr:nth-child(even) td {
    background: #ededed;
}
.section {
    margin-bottom: 32px;
    font-size: 1em;
}

.table-header th {
    background: #222;
    color: #fff;
    font-size: 1.08em;
}
.label-cell {
    font-weight: bold;
}
.italic {
    font-style: italic;
}
