.pdp-trust-row-1d6e0016 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 22px;
    background: #fff;
}
.pdp-trust-item-1d6e0016 {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 14px;
}
.pdp-trust-item-1d6e0016:not(:first-child) {
    border-left: 1px solid #e0e0e0;
}
@media (max-width: 767px) {
    .pdp-trust-row-1d6e0016 {
        grid-template-columns: 1fr;
    }
    .pdp-trust-item-1d6e0016:not(:first-child) {
        border-left: none;
        border-top: 1px solid #e0e0e0;
    }
}
.pdp-trust-item-1d6e0016 svg,
.pdp-trust-item-1d6e0016 i {
    flex: none;
    max-width: 24px;
    max-height: 24px;
}
.pdp-trust-item-1d6e0016 .lbl {
    font-size: 12.5px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
    color: #333;
}
.pdp-trust-item-1d6e0016 .sub {
    font-size: 11.5px;
    margin: 2px 0 0;
    color: #777;
}
