/* public/css/terms.css */
body {
    font-family: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background-color: #f8f9fa;
    color: #343a40;
}

.terms-container {
    max-width: 900px;
    margin: 2rem auto;
    padding: 2rem;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

h1, h2, h3 {
    font-family: 'IBM Plex Sans', sans-serif;
    color: #000;
    margin-top: 1.5em;
    margin-bottom: 0.8em;
    font-weight: 600;
}

h1 {
    font-size: 2.5rem;
    text-align: center;
    border-bottom: 2px solid #dee2e6;
    padding-bottom: 0.5em;
    margin-top: 0;
}

h2 {
    font-size: 1.75rem;
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 0.4em;
}

h3 {
    font-size: 1.4rem;
}

p, li {
    line-height: 1.6;
    font-size: 1rem;
    color: #495057;
}

a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ul {
    padding-left: 20px;
}

.last-updated {
    text-align: center;
    color: #6c757d;
    margin-bottom: 2rem;
    font-weight: 500;
}
