/* CornerEngine Step 10J — Legal & Trust integration */

.legal-official-sources {
    margin-top: 28px;
    padding: 24px;
    border: 1px solid #dfe7ef;
    border-radius: 20px;
    background: #f8fafc;
}

.legal-official-sources h2 {
    margin: 0 0 8px;
    font-size: 1.18rem;
    font-weight: 900;
}

.legal-official-sources > p {
    margin: 0 0 14px;
    color: #617184;
    line-height: 1.65;
}

.legal-official-sources ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.legal-official-sources li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.legal-official-sources i {
    margin-top: 2px;
    color: #168a55;
}

.legal-official-sources a {
    overflow-wrap: anywhere;
    color: #0b7044;
    font-weight: 750;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.legal-official-sources small {
    display: block;
    margin-top: 14px;
    color: #748398;
    line-height: 1.55;
}

@media (max-width: 640px) {
    .legal-official-sources {
        padding: 20px;
    }
}
