.elumind-trust-bar {
    --elumind-trust-navy: #1a2e4a;
    --elumind-trust-teal: #2bbfb2;
    --elumind-trust-teal-bg: #eaf9f8;
    --elumind-trust-off-white: #f7f9fc;
    --elumind-trust-gray-mid: #e2e8f0;
    --elumind-trust-gray-text: #6b7a8d;
    padding: 18px 0;
}

.elumind-trust-bar .elumind-trust-bar-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

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

.elumind-trust-bar .elumind-trust-item-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--elumind-trust-teal-bg);
    color: var(--elumind-trust-teal);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.elumind-trust-bar .elumind-trust-item-icon i {
    font-size: 18px;
}

.elumind-trust-bar .elumind-trust-item-icon svg {
    width: 18px;
    height: 18px;
    display: block;
}

.elumind-trust-bar .elumind-trust-item-text {
    color: var(--elumind-trust-navy);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
}

.elumind-trust-bar .elumind-trust-item-title {
    display: block;
}

.elumind-trust-bar .elumind-trust-item-subtitle {
    display: block;
    color: var(--elumind-trust-gray-text);
    font-size: inherit;
    font-weight: 400;
}

@media (max-width: 767px) {
    .elumind-trust-bar .elumind-trust-bar-inner {
        padding: 0 20px;
        gap: 16px;
    }

    .elumind-trust-bar .elumind-trust-item {
        width: 100%;
    }
}
