/* Pendiente Webkul - insignia vendedor verificado */
/*
.us-uy-etiqueta-vendedor-verificado-oficial {
    color: rgba(0, 0, 0, 0.9);
    font-weight: 400;
    margin-right: 4px;
}

.us-uy-no-seleccionable {
    -webkit-user-select: none;
    user-select: none;
}

.us-uy-boton-link-vendedor {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: inline;
    margin-bottom: 2px;
    overflow-wrap: break-word;
    padding: 0;
    text-align: left;
    text-wrap: wrap;
}
*/

.us-uy-margen-superior-24 {
    margin-top: 24px;
}

.us-uy-margen-inferior-20 {
    margin-bottom: 20px;
}

.us-uy-bloque-vendedor {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 400;
    justify-content: flex-start;
    width: 100%;
    max-width: fit-content;
}

.us-uy-bloque-vendedor-con-logo .us-uy-encabezado-vendedor {
    margin-bottom: 0;
}

.us-uy-encabezado-vendedor,
.us-uy-titulo-vendedor {
    align-items: center;
    display: flex;
}

.us-uy-encabezado-vendedor {
    align-content: baseline;
    margin-bottom: 18px;
}

.us-uy-contenedor-imagen-vendedor {
    align-items: center;
    display: flex;
    height: 68px;
    width: 68px;
    margin-right: 14px;
    position: relative;
    flex-shrink: 0;
}

.us-uy-contenedor-imagen-vendedor::before {
    background: rgba(0, 0, 0, 0.04);
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}

.us-uy-imagen-vendedor {
    border-radius: 50%;
    height: 68px;
    object-fit: contain;
    width: 68px;
    aspect-ratio: 1 / 1;
}

.us-uy-contenedor-imagen-vendedor img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.us-uy-contenedor-info-vendedor {
    min-width: 0;
}

.us-uy-nombre-vendedor {
    width: 100%;
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    line-height: 1;
    margin-bottom: 4px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.us-uy-enlace-vendedor {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-decoration: none;
}

.us-uy-enlace-vendedor span {
    color: #3483fa;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

.us-uy-icono-verificado {
    display: contents;
}

.us-uy-imagen-icono-verificado {
    bottom: -2px;
    margin-left: 4px;
    position: relative;
}

.us-uy-subtitulo-vendedor-una-linea {
    align-items: center;
    display: flex;
}

.us-uy-texto-ventas-vendedor {
    line-height: 10px;
    color: rgba(0, 0, 0, 0.9);
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.us-uy-subtitulo-vendedor-una-linea .us-uy-texto-ventas-vendedor {
    width: 100%;
    display: -webkit-box;
    line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    width: 100%;
}

.tipo-de-negocio-vendedor {
    width: 100%;
    display: block;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.55);
    margin-top: 0px;
}

.nombre-tipo-de-negocio-vendedor {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.55);
    margin-top: 0px;
}

