﻿.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;
}
