<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.loan-amount-articles {
    list-style: none;
    padding: 0;
}

.loan-amount-articles li {
    margin-bottom: 5px;
}

.loan-amount-articles li a {
    color: var(--wp--preset--color--custom-lab-link);
}

.loan-amount-articles li a :hover {
    opacity:.85
}

.loan-amount-articles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.loan-amount-articles li {
    width: 20%;
}

@media screen and (max-width: 768px) {
    .loan-amount-articles li {
        width: 50%;
    }
}</pre></body></html>