.last-updated {
    color: #7f8c8d;
    font-style: italic;
    margin-bottom: 25px;
}

.highlight {
    background-color: #f8f9fa;
    padding: 15px;
    border-left: 4px solid #3498db;
    margin: 20px 0;
    border-radius: 0 5px 5px 0;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

th, td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

th {
    background-color: #f2f6fa;
    font-weight: 600;
    color: #2c3e50;
}

tr:hover {
    background-color: #f5f9ff;
}

@media (max-width: 768px) {
    table {
        display: block;
        overflow-x: auto;
    }
}

@media (max-width: 430px) {
    #full-agreement h1{
        font-size: 27px;
    }

    #full-agreement h2{
        font-size: 25px;
    }

    #full-agreement h2{
        font-size: 23px;
    }
}

@media (max-width: 350px) {
    #full-agreement h1{
        font-size: 21px;
    }

    #full-agreement h2{
        font-size: 19px;
    }

    #full-agreement h2{
        font-size: 17px;
    }
}