/* Stili dedicati per le pagine legali */

.legale-wrapper {
    max-width: 900px;
    margin: 2rem auto;
    padding: 3rem;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.07);
}

.legale-wrapper h1 {
    font-size: 2.5rem;
    color: #2c5e3f;
    margin-bottom: 2rem;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 1rem;
}

.legale-wrapper h2 {
    font-size: 1.8rem;
    color: #2c5e3f;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

.legale-wrapper h3 {
    font-size: 1.4rem;
    color: #333;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.legale-wrapper h4 {
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.legale-wrapper p {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #333;
}

.legale-wrapper a {
    color: #2c5e3f;
    font-weight: bold;
    text-decoration: underline;
}

.legale-wrapper a:hover {
    color: #d4b830;
}

.divider {
    border: 0;
    height: 1px;
    background-color: #e0e0e0;
    margin: 3rem 0;
}
