.trusted-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 8px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    vertical-align: middle;
}

.trusted-badge svg,
.trusted-badge i {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    color: inherit;
}

.trusted-badge--listing {
    margin-bottom: 6px;
}

.trusted-badge--detail {
    margin: 10px 0 12px;
    font-size: 12px;
    padding: 4px 10px;
}

.trusted-badge__label {
    color: inherit;
}
