﻿.legal-location {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px 25px;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.legal-location h2 {
    margin-top: 0;
    font-size: 1.8rem;
    color: #333;
}

.legal-location h3 {
    margin-top: 25px;
    font-size: 1.4rem;
    color: #444;
}

.legal-location p {
    margin: 8px 0;
    line-height: 1.6;
}

.legal-location a {
    color: #b71c1c;
    text-decoration: none;
    font-weight: bold;
}

.legal-location a:hover {
    text-decoration: underline;
}

.tcv-section { max-width: 900px; margin: auto; line-height: 1.6; font-family: Arial, sans-serif; }
    .tcv-section h2 { margin-top: 40px; color: #8b0000; }
    .tcv-section h3 { margin-top: 25px; color: #b22222; }
    .tcv-timeline { border-left: 3px solid #8b0000; padding-left: 20px; margin: 30px 0; }
    .tcv-timeline div { margin-bottom: 20px; }
    .tcv-timeline span.year { font-weight: bold; color: #8b0000; }
    .tcv-anecdote { background: #f7f1ee; padding: 15px; border-left: 4px solid #b22222; margin: 20px 0; }
    .tcv-president { background: #fafafa; padding: 15px; border: 1px solid #ddd; margin: 20px 0; }