.legal-links {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    text-align: center;
}

.terms-agreement {
    margin: 15px 0;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 5px;
    border: 1px solid #e9ecef;
}

.terms-agreement label {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    color: #555;
    cursor: pointer;
}

.terms-agreement input[type="checkbox"] {
    margin-right: 8px;
    margin-top: 2px;
}

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

.terms-agreement a:hover {
    text-decoration: underline;
}