
#body-content {
    max-width: 980px;
    margin: 40px auto;
    padding: 30px 20px 60px 20px;
    line-height: 1.7;
    font-size: 16px;
    color: #222;
    background: #fff;
}

#body-content h1 {
    font-size: 32px;
    line-height: 1.2;
    margin: 0 0 25px 0;
    color: #1f1f1f;
    padding-bottom: 12px;
}

#body-content h2 {
    font-size: 22px;
    line-height: 1.3;
    margin: 35px 0 15px 0;
    color: #2d2d2d;
    padding-left: 12px;
    border-left: 4px solid #7a9e3a;
}

#body-content h3 {
    font-size: 18px;
    margin: 25px 0 10px 0;
    color: #333;
}

#body-content p {
    margin: 0 0 18px 0;
}

#body-content ul,
#body-content ol {
    margin: 0 0 20px 22px;
    padding: 0;
}

#body-content li {
    margin-bottom: 8px;
}

#body-content a {
    color: #2d6a4f;
    text-decoration: none;
    border-bottom: 1px solid rgba(45, 106, 79, 0.25);
    transition: all 0.2s ease;
}

#body-content a:hover {
    color: #1b4332;
    border-bottom-color: rgba(27, 67, 50, 0.65);
}

#body-content b,
#body-content strong {
    color: #111;
}

#body-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0 25px 0;
    font-size: 15px;
    background: #fafafa;
    overflow: hidden;
    border-radius: 8px;
}

#body-content table th,
#body-content table td {
    border: 1px solid #dcdcdc;
    padding: 12px 14px;
    text-align: left;
    vertical-align: top;
}

#body-content table th {
    background: #f0f4ea;
    color: #1f1f1f;
    font-weight: 700;
}

#body-content table tr:nth-child(even) td {
    background: #fcfcfc;
}

#body-content img {
    max-width: 100%;
    height: auto;
}

#body-content .legal-box {
    background: #f7f9f4;
    border: 1px solid #dfe7d6;
    border-left: 4px solid #7a9e3a;
    padding: 16px 18px;
    margin: 20px 0;
    border-radius: 8px;
}

#body-content .legal-muted {
    color: #666;
    font-size: 14px;
}

#body-content .legal-contact {
    background: #f8f8f8;
    border: 1px solid #e3e3e3;
    padding: 18px;
    margin: 20px 0;
    border-radius: 8px;
}

@media (max-width: 768px) {
    #body-content {
        margin: 20px auto;
        padding: 20px 15px 40px 15px;
        font-size: 15px;
    }

    #body-content h1 {
        font-size: 26px;
    }

    #body-content h2 {
        font-size: 20px;
        margin-top: 28px;
    }

    #body-content table,
    #body-content table tbody,
    #body-content table tr,
    #body-content table th,
    #body-content table td {
        display: block;
        width: 100%;
    }

    #body-content table thead {
        display: none;
    }

    #body-content table tr {
        margin-bottom: 15px;
        border: 1px solid #ddd;
        border-radius: 8px;
        overflow: hidden;
        background: #fff;
    }

    #body-content table td {
        border: none;
        border-bottom: 1px solid #eee;
    }

    #body-content table td:last-child {
        border-bottom: none;
    }
}
