.hh-de-trust-strip,
.hh-de-checkout-trust {
    color: #141414;
    font-size: 14px;
    line-height: 1.45;
}

.hh-de-trust-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin: 18px 0 12px;
    border: 1px solid #e5e5e5;
    background: #e5e5e5;
}

.hh-de-trust-item {
    padding: 14px 16px;
    background: #fff;
}

.hh-de-trust-item strong,
.hh-de-checkout-trust__intro strong {
    display: block;
    font-weight: 700;
    color: #111;
}

.hh-de-trust-item span {
    display: block;
    margin-top: 4px;
    color: #555;
}

.hh-de-product-assurance {
    clear: both;
    width: min(100%, 430px);
    margin: 20px 0 0;
    padding: 18px;
    border: 1px solid #ededed;
    border-radius: 6px;
    background: #f7f7f7;
    color: #171717;
}

.hh-de-product-assurance__header strong {
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
}

.hh-de-product-assurance__header span {
    display: block;
    margin-top: 4px;
    color: #555;
    font-size: 13px;
    line-height: 1.4;
}

.hh-de-product-assurance__payments {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 14px;
}

.hh-de-payment-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 10px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    background: #fff;
    color: #202020;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.hh-de-payment-badge--paypal {
    color: #003087;
}

.hh-de-payment-badge--stripe {
    color: #635bff;
}

.hh-de-product-assurance__list {
    display: grid;
    gap: 7px;
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
    color: #454545;
    font-size: 13px;
    line-height: 1.45;
}

.hh-de-product-assurance__list li {
    position: relative;
    padding-left: 18px;
}

.hh-de-product-assurance__list li::before {
    position: absolute;
    top: 0.45em;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffc000;
    content: "";
}

.hh-de-checkout-trust {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0 auto 24px;
    padding: 16px 20px;
    border: 1px solid #ededed;
    border-top: 3px solid #ffc000;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.04);
}

.hh-de-checkout-trust__intro {
    flex: 0 0 260px;
}

.hh-de-checkout-trust__intro strong {
    font-size: 15px;
    line-height: 1.25;
}

.hh-de-checkout-trust__intro span {
    display: block;
    margin-top: 4px;
    color: #606060;
    font-size: 13px;
    line-height: 1.35;
}

.hh-de-checkout-trust__items {
    display: grid;
    grid-template-columns: repeat(4, minmax(130px, 1fr));
    gap: 10px 16px;
    flex: 1 1 auto;
    color: #444;
}

.hh-de-checkout-trust__item {
    min-height: 28px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 4px 0;
    font-size: 13px;
    line-height: 1.25;
}

.hh-de-checkout-trust__icon {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 192, 0, 0.45);
    border-radius: 4px;
    background: rgba(255, 192, 0, 0.12);
    color: #d69d00;
}

.hh-de-checkout-trust__icon svg {
    width: 17px;
    height: 17px;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hh-de-checkout-trust__label {
    display: inline-block;
}

@media (max-width: 767px) {
    .hh-de-trust-strip {
        grid-template-columns: 1fr;
    }

    .hh-de-checkout-trust {
        display: block;
        margin-bottom: 16px;
        padding: 14px 16px;
    }

    .hh-de-checkout-trust__intro {
        margin-bottom: 10px;
    }

    .hh-de-checkout-trust__items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 4px 12px;
    }

    .hh-de-product-assurance {
        width: 100%;
        margin-top: 16px;
        padding: 16px;
    }
}
