/* Terms of Service page specific styles */

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    background: #252526;
    padding: 40px;
    border-radius: 8px;
    border: 1px solid #3e3e42;
    flex: 1;
    margin-top: 40px;
    margin-bottom: 40px;
}

h1 {
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 28px;
}

.last-updated {
    color: #858585;
    font-size: 14px;
    margin-bottom: 30px;
}

h2 {
    color: #4a9eff;
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 20px;
    border-bottom: none;
    padding-bottom: 0;
}

p {
    margin-bottom: 15px;
}

ul {
    margin-left: 30px;
    margin-bottom: 15px;
}

li {
    margin-bottom: 8px;
}

.container a {
    color: #0e639c;
    text-decoration: none;
    transition: color 0.15s ease;
}

.container a:hover {
    color: #1177bb;
    text-decoration: underline;
}

.footer {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #3e3e42;
    text-align: center;
    color: #858585;
    font-size: 12px;
}
