﻿.terms-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    line-height: 1.6;
    color: #333;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.terms-header {
    text-align: center;
    margin-bottom: 40px;
}

.terms-title {
    font-size: 2em;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 10px;
}

.terms-last-updated {
    font-style: italic;
    color: #7f8c8d;
    font-size: 0.9em;
}

.terms-definitions-section {
    margin-bottom: 40px;
}

.terms-definitions-title {
    font-size: 1.3em;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 15px;
}

.terms-definitions {
    list-style: none;
    padding-left: 0;
}

    .terms-definitions li {
        margin-bottom: 10px;
        padding-left: 20px;
        text-indent: -20px;
    }

.terms-section-title {
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
    color: #2c3e50;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #3498db;
}

.terms-subsection-1 {
    font-size: 1.25em;
    font-weight: bold;
    color: #34495e;
    margin-top: 30px;
    margin-bottom: 15px;
    margin-left: 20px;
}

.terms-subsection-2 {
    font-size: 1.1em;
    font-weight: bold;
    color: #546e7a;
    margin-top: 20px;
    margin-bottom: 12px;
    margin-left: 40px;
}

.terms-subsection-3 {
    font-size: 1em;
    font-weight: bold;
    color: #607d8b;
    margin-top: 15px;
    margin-bottom: 10px;
    margin-left: 60px;
}

.terms-paragraph {
    margin-bottom: 15px;
}

.terms-paragraph-indent-1 {
    margin-left: 20px;
    margin-bottom: 15px;
}

.terms-paragraph-indent-2 {
    margin-left: 40px;
    margin-bottom: 15px;
}

.terms-paragraph-indent-3 {
    margin-left: 60px;
    margin-bottom: 15px;
}

.terms-list {
    margin-left: 40px;
    margin-bottom: 15px;
}

.terms-list-indent-1 {
    margin-left: 60px;
    margin-bottom: 15px;
}

.terms-list-indent-2 {
    margin-left: 80px;
    margin-bottom: 15px;
}

.terms-list li {
    margin-bottom: 8px;
}

.terms-emphasis {
    font-weight: bold;
}

.terms-warning {
    font-weight: bold;
    color: #c0392b;
}

.terms-important {
    background-color: #fff3cd;
    padding: 15px;
    border-left: 4px solid #ffc107;
    margin: 20px 0;
}

.terms-link {
    color: #3498db;
    text-decoration: none;
}

    .terms-link:hover {
        text-decoration: underline;
    }

.terms-intro-section {
    margin-bottom: 40px;
}
