﻿.container-legal {
    margin-top: 100px;
    margin-bottom: 250px;
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.legal a {
    text-decoration: underline;
    transition: color 0.3s ease;
}

.legal a:hover {
    color: #fc6f5f;
}

.legal table {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #606060;
    margin-top: 5px;
    border-collapse: collapse;
}


.legal table, .legal th, .legal td {
    border: 1px solid #606060;
}

.legal th, .legal td {
    padding: 7px;
    text-align: left;
}

.legal table tr:nth-child(even) {
    background-color: #f0f0f0;
}

.legal table:not(:last-child) {
    margin-bottom: 10px;
}

.legal h1 {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.4;
    color: #606060;
    margin-top: 15px;
    margin-bottom: 12px;
}

.legal h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    color: #606060;
    margin-top: 15px;
    margin-bottom: 12px;
}

.legal h3 {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.4;
    color: #606060;
    margin-top: 15px;
    margin-bottom: 12px;
}

.legal h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    color: #606060;
    margin-top: 15px;
    margin-bottom: 12px;
}

.legal p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #606060;
}

.legal p:not(:last-of-type) {
    margin-bottom: 10px;
}

.legal ul {
    padding-left: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #606060;
}

.legal ul:not(:last-of-type) {
    margin-bottom: 10px;
}
