.usp-bar-container-a5937cd4 {
    display: flex;
    flex-direction: column;
    gap: 16px;
    background-color: transparent;
    padding: 24px 0;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
}

.usp-bar-container-a5937cd4 .usp-item {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    white-space: nowrap;
    padding-bottom: 16px;
    border-bottom: 1px solid #eaeaea;
}

.usp-bar-container-a5937cd4 .usp-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.usp-bar-container-a5937cd4 .usp-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.usp-bar-container-a5937cd4 .usp-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #111111;
    stroke-width: 1.5px;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.usp-bar-container-a5937cd4 .usp-text {
    display: inline;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    font-weight: 400;
    color: #111111;
    line-height: 1.2;
}

.usp-bar-container-a5937cd4 .usp-text strong {
    font-weight: 500;
    font-size: 14px;
}

.usp-bar-container-a5937cd4 .usp-link {
    color: inherit;
    font-size: 12px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;
}

.usp-bar-container-a5937cd4 .usp-link:hover {
    border-color: currentColor;
}