/* Wrapper defaults if not set in editor */
.trust-strip-wrapper-b2872dc5 {
    background: linear-gradient(180deg, #1c1c1c 0%, #111111 100%);
    width: 100%;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trust-strip-container-b2872dc5 {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
}

.trust-strip-item-b2872dc5 {
    display: flex;
    align-items: center;
    padding: 20px 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.trust-strip-item-b2872dc5:last-child {
    border-right: none;
}

.ts-icon-wrap-b2872dc5 {
    margin-right: 20px;
    display: flex;
    flex-shrink: 0;
}

.ts-icon-b2872dc5 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #E87722;
    color: #E87722;
}

.ts-icon-b2872dc5 i {
    font-size: 24px;
}

.ts-icon-b2872dc5 svg {
    width: 24px;
    height: 24px;
    fill: #E87722;
}

.ts-content-b2872dc5 {
    display: flex;
    flex-direction: column;
}

.ts-heading-b2872dc5 {
    margin: 0 0 5px 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}

.ts-text-b2872dc5 {
    margin: 0;
    color: #aaaaaa;
    font-size: 13px;
    line-height: 1.4;
}

/* Responsive */
@media (max-width: 1024px) {
    .trust-strip-container-b2872dc5 {
        grid-template-columns: repeat(2, 1fr);
    }
    .trust-strip-item-b2872dc5 {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .trust-strip-item-b2872dc5:nth-child(even) {
        border-right: none;
    }
    .trust-strip-item-b2872dc5:nth-child(3),
    .trust-strip-item-b2872dc5:nth-child(4) {
        border-bottom: none;
    }
}

@media (max-width: 767px) {
    .trust-strip-container-b2872dc5 {
        grid-template-columns: 1fr;
    }
    .trust-strip-item-b2872dc5 {
        border-right: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 30px 20px;
    }
    .trust-strip-item-b2872dc5:last-child {
        border-bottom: none;
    }
}
