/* Westlake Select Theme — Base Styles */
/* Tailwind CDN handles utility classes; this file covers prose content and overrides */

html { scroll-behavior: smooth; }

/* Prose styling for page content (Privacy Policy, Terms, etc.) */
.ws-prose p { margin-bottom: 0.75rem; color: #4b5563; line-height: 1.7; }
.ws-prose h2 { font-size: 1.25rem; font-weight: 700; color: #1B2A4A; margin-top: 2rem; margin-bottom: 0.75rem; }
.ws-prose h3 { font-size: 1.05rem; font-weight: 600; color: #374151; margin-top: 1.25rem; margin-bottom: 0.5rem; }
.ws-prose h4 { font-size: 1rem; font-weight: 600; color: #374151; margin-top: 1rem; margin-bottom: 0.5rem; }
.ws-prose ul { list-style-type: disc; padding-left: 1.5rem; margin-bottom: 0.75rem; color: #4b5563; }
.ws-prose ol { list-style-type: decimal; padding-left: 1.5rem; margin-bottom: 0.75rem; color: #4b5563; }
.ws-prose li { margin-bottom: 0.25rem; line-height: 1.7; }
.ws-prose a { color: #2C4A7C; text-decoration: underline; }
.ws-prose a:hover { color: #1B2A4A; }
.ws-prose strong { color: #111827; }
.ws-prose blockquote {
    border-left: 4px solid #D4A853;
    padding: 0.75rem 1rem;
    margin: 1rem 0;
    background: #F7F5F0;
    border-radius: 0 0.375rem 0.375rem 0;
}
.ws-prose blockquote p { color: #374151; }
.ws-prose table { width: 100%; border-collapse: collapse; margin-bottom: 1rem; font-size: 0.875rem; }
.ws-prose thead th { background: #f9fafb; border: 1px solid #e5e7eb; padding: 0.5rem 0.75rem; text-align: left; font-weight: 600; }
.ws-prose tbody td { border: 1px solid #e5e7eb; padding: 0.5rem 0.75rem; }
.ws-prose img { max-width: 100%; height: auto; border-radius: 0.5rem; margin: 1rem 0; }

/* Print */
@media print {
    nav, footer { display: none !important; }
}
