.shop-dtrust {
    margin: 16px 0;
    font-size: 14px;
    line-height: 1.5;
}

.shop-dtrust__title {
    font-weight: 600;
    margin-bottom: 10px;
}

.shop-dtrust__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.shop-dtrust__item {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
}

.shop-dtrust__item:last-child {
    border-bottom: 0;
}

.shop-dtrust__icon {
    flex: 0 0 auto;
    width: 20px;
    margin-top: 2px;
    text-align: center;
    font-size: 17px;
    color: #8a8a8a;
}

.shop-dtrust__text {
    display: block;
}

.shop-dtrust__name {
    display: block;
}

.shop-dtrust__sub {
    display: block;
    margin-top: 2px;
    font-size: 13px;
    opacity: .65;
}

@media (max-width: 760px) {
    .shop-dtrust {
        font-size: 13px;
    }

    .shop-dtrust__item {
        padding: 8px 0;
    }

    .shop-dtrust--hide-sub-mobile .shop-dtrust__sub {
        display: none;
    }
}
