.legal-page {
    color: #2d2d2d;
    font-family: "Arial", sans-serif;
    line-height: 1.7;
    word-break: break-word;
    word-spacing: 1px;
}

.legal-page h1,
.legal-page h2,
.legal-page h3,
.legal-page h4,
.legal-page h5,
.legal-page h6 {
    font-weight: 700;
    margin: 0 0 16px;
}

.legal-page h1 {
    font-size: 26px;
    text-align: center;
    margin-top: 8px;
}

.legal-page h2 {
    font-size: 22px;
}

.legal-page h3 {
    font-size: 20px;
}

.legal-page h4 {
    font-size: 18px;
    text-align: center;
    margin-top: 24px;
}

.legal-page h5 {
    font-size: 16px;
    text-align: center;
    margin-top: 12px;
}

.legal-page p {
    margin: 12px 0;
}

.legal-page ul,
.legal-page ol {
    margin: 10px 0 16px;
    padding-left: 24px;
}

.legal-page li {
    margin-bottom: 6px;
}

.legal-page .legal-section {
    margin-bottom: 28px;
}

.legal-page .legal-indent {
    text-indent: 25px;
}

.legal-page .legal-link,
.legal-page .legal-email {
    color: #0066cc;
}

.legal-page .legal-link {
    text-decoration: underline;
}

.legal-page .legal-email {
    font-weight: 600;
}

.legal-page .legal-list-inside {
    list-style-position: inside;
    padding-left: 0;
    margin-left: 0;
}

.legal-page .legal-list-circle {
    list-style-type: circle;
}

.legal-page .legal-content {
    margin-top: 12px;
}

/* Utility spacing borrowed from Tailwind for legacy templates */
.legal-page .max-w-7xl {
    max-width: 1200px;
}

.legal-page .mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.legal-page .px-4 {
    padding-left: 16px;
    padding-right: 16px;
}

.legal-page .py-8 {
    padding-top: 32px;
    padding-bottom: 32px;
}

.legal-page .font-sans {
    font-family: "Arial", sans-serif;
}

.legal-page .text-gray-800 {
    color: #2d2d2d;
}

.legal-page .leading-relaxed {
    line-height: 1.7;
}

.legal-page .text-2xl {
    font-size: 24px;
}

.legal-page .text-xl {
    font-size: 20px;
}

.legal-page .text-lg {
    font-size: 18px;
}

.legal-page .font-bold {
    font-weight: 700;
}

.legal-page .font-semibold {
    font-weight: 600;
}

.legal-page .font-medium {
    font-weight: 600;
}

.legal-page .mb-6 {
    margin-bottom: 24px;
}

.legal-page .mb-8 {
    margin-bottom: 32px;
}

.legal-page .mb-4 {
    margin-bottom: 16px;
}

.legal-page .pl-6 {
    padding-left: 24px;
}

.legal-page .pl-8 {
    padding-left: 32px;
}

.legal-page .text-center {
    text-align: center;
}

.legal-page .list-disc {
    list-style-type: disc;
}

.legal-page .space-y-4 > * + * {
    margin-top: 16px;
}

.legal-page .space-y-2 > * + * {
    margin-top: 8px;
}

.legal-page .legal-list {
    padding-left: 24px;
}

.legal-page .legal-list li + li {
    margin-top: 4px;
}
