﻿/* Shared styles for static content pages (Accessibility, Privacy, Technical Requirements) */

.content-section h1,
.content-section h2,
.content-section h3,
.content-section p,
.content-section li,
.content-section td,
.content-section th {
    color: black;
}

.content-section h1 {
    margin-bottom: 30px;
}

.content-section h2 {
    margin-top: 40px;
    margin-bottom: 20px;
}

.content-section h3 {
    margin-top: 25px;
    margin-bottom: 15px;
}

.content-section p {
    margin-bottom: 20px;
    line-height: 1.6;
}

.content-section ul {
    margin-bottom: 20px;
}

.content-section li {
    margin-bottom: 8px;
    line-height: 1.5;
}

.content-section table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
}

.content-section th,
.content-section td {
    border: 1px solid #ccc;
    padding: 15px;
    text-align: left;
    vertical-align: top;
    line-height: 1.5;
}

.content-section th {
    background-color: #f5f5f5;
    font-weight: bold;
}

.page-header {
    padding-top: 4rem;
}
