/* Compact pre-purchase checklist — sits above MQL5 CTAs */

.trust-before-buy,
.download-card .trust-before-buy {
    margin: 0 0 16px;
    padding: 14px 16px;
    border-radius: 10px;
    background: #f7f8fb;
    border: 1px solid #e4e8ef;
    text-align: left;
    color: #4a5563;
    opacity: 1;
}

.trust-before-buy-title,
.download-card .trust-before-buy-title,
.download-card p.trust-before-buy-title {
    margin: 0 0 8px;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #5f6d7a;
    opacity: 1;
}

.trust-before-buy-list,
.download-card .trust-before-buy-list {
    margin: 0;
    padding: 0 0 0 1.15rem;
    color: #4a5563;
    font-size: 0.9rem;
    line-height: 1.55;
    text-align: left;
    opacity: 1;
}

.trust-before-buy-list li {
    margin: 0 0 4px;
}

.trust-before-buy-list li:last-child {
    margin-bottom: 0;
}
