.footer-trust-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    border-radius: 10px;
    background: #fff;
}

.footer-trust-image {
    display: block;
    width: auto;
    max-width: 120px;
    max-height: 120px;
    object-fit: contain;
}

.trust-badges-panel {
    padding: 24px;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 16px;
    background: #fff;
}

.trust-badges-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 16px;
}

.trust-badge-card {
    min-width: 0;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 14px;
    background: #fff;
    text-align: center;
}

.trust-badge-link,
.trust-badge-image-wrap {
    display: flex;
    min-height: 130px;
    align-items: center;
    justify-content: center;
}

.trust-badge-image {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 130px;
    object-fit: contain;
}

.trust-badge-title {
    margin: 10px 0 0;
    color: inherit;
    font-size: .9rem;
    overflow-wrap: anywhere;
}

.trust-badges-empty {
    margin: 0;
    padding: 18px;
    border-radius: 12px;
    background: #f8fafc;
    color: #64748b;
    text-align: center;
}

@media (max-width: 767px) {
    .trust-badges-panel {
        margin-top: 24px;
        padding: 16px;
    }
}
