﻿.terms-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    margin-top: 80px;
}

.terms-header {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #000;
}

    .terms-header h1 {
        margin: 0 0 10px 0;
        font-size: 1.8em;
        text-transform: uppercase;
    }

    .terms-header p {
        margin: 5px 0;
    }

.terms-intro {
    margin-bottom: 30px;
    padding: 15px;
    border-left: 3px solid #000;
    background: #f5f5f5;
}

.terms-section {
    margin-bottom: 30px;
}

.section-title {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}

.subsection {
    margin: 15px 0 15px 20px;
}

.subsection-title {
    font-weight: bold;
    margin-bottom: 5px;
}

.subsection-content {
    text-align: justify;
    margin-bottom: 10px;
}

    .subsection-content ul {
        margin: 10px 0;
        padding-left: 20px;
    }

        .subsection-content ul li {
            margin: 5px 0;
        }

.highlight-box {
    padding: 15px;
    margin: 15px 0;
    border: 1px solid #ddd;
    background: #f9f9f9;
}

@media print {
    .terms-container {
        max-width: 100%;
    }
}
