/* /legal page styles. */
.content-wrapper h1 {
    font-family: 'Fraunces', Georgia, serif; font-weight: 500;
    font-size: 28px;
    margin-bottom: 10px;
}
.content-wrapper h2 {
    font-family: 'Fraunces', Georgia, serif; font-weight: 500;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 15px;
}
.content-wrapper h3 {
    font-family: 'Fraunces', Georgia, serif; font-weight: 500;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.content-wrapper p {
    margin-bottom: 15px;
}
.content-wrapper ul {
    margin-bottom: 15px;
}
.content-wrapper a {
    color: #2f6fb5;
    text-decoration: none;
}
.content-wrapper a:hover {
    text-decoration: underline;
}
.content-wrapper .effective-date {
    color: #666;
    font-size: 14px;
}
.content-wrapper table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}
.content-wrapper th, .content-wrapper td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
    vertical-align: top;
}
.content-wrapper th {
    background-color: #f4f4f4;
    font-weight: bold;
}
.content-wrapper li {
    margin: 5px 0;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
    line-height: 1.6;
    font-size: 16px;
    color: #2B2333;
    background: #FBFAFE;
    -webkit-font-smoothing: antialiased;
}

.site-nav {
    position: sticky; top: 0; z-index: 100;
    background: rgba(251, 250, 254, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid #EAE4F2;
}

.content-wrapper {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
    background: #FFFFFF;
    min-height: calc(100vh - 65px);
}

/* Long URLs/emails shouldn't push the page wide; tables scroll within
   their own box on small screens instead of overflowing the viewport. */
.content-wrapper { overflow-wrap: break-word; }
.content-wrapper th, .content-wrapper td { overflow-wrap: break-word; word-break: break-word; }

@media (max-width: 768px) {
    .nav-inner { padding: 0.85rem 1.25rem; }
    .nav-links { gap: 1rem; }
    .nav-links a { font-size: 0.82rem; }
    .footer-bottom { padding: 1.25rem 1.25rem; }
}
@media (max-width: 640px) {
    .content-wrapper table { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
    .content-wrapper th, .content-wrapper td { padding: 8px; }
}
@media (max-width: 480px) {
    .nav-links { gap: 0.7rem; }
    .nav-links a { font-size: 0.78rem; }
    .content-wrapper { padding: 32px 16px; }
}
