.usp-bar-677074d8 {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 24px;
    margin-top: 18px;
    padding: 14px 0 0;
    border-top: 1px solid #e5e5e5;
    width: 100%;
}

.usp-bar-item-677074d8 {
    display: flex;
    align-items: center;
    gap: 8px;
}

.usp-bar-icon-677074d8 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #555;
}

.usp-bar-icon-677074d8 svg {
    width: 18px;
    height: 18px;
}

.usp-bar-text-677074d8 {
    font-size: 13px;
    line-height: 1.4;
    color: #555;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .usp-bar-677074d8 {
        flex-direction: column;
        gap: 10px;
    }

    .usp-bar-text-677074d8 {
        white-space: normal;
    }
}
