.trust-bar {
    background: var(--wp--preset--color--gold, #c9a84c);
    padding: 16px 0;
}

.trust-bar-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap !important;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
}

.trust-bar .trust-item p,
.trust-bar .trust-item-label {
    font-family: 'Arial', sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    color: #000 !important;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-wrap: nowrap;
    margin: 0;
}

.trust-item-icon {
    flex-shrink: 0;
    margin: 0;
}

.trust-item-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    display: block;
}

.trust-divider {
    width: 1px;
    height: 20px;
    background: rgba(15, 31, 61, 0.25);
    flex-shrink: 0;
    border: none;
    margin: 0;
}

@media (max-width: 782px) {
    .trust-bar-inner {
        gap: 12px 16px;
        justify-content: center;
    }
}

@media (max-width: 600px) {
    .trust-bar-inner {
        gap: 12px 16px;
        justify-content: center;
    }

    .trust-divider {
        display: none;
    }

    .trust-item {
        flex: 0 0 45%;
        justify-content: center;
    }
}
