/* Contenedor general del stock */
.stock-info-ajax-container {
    margin-bottom: 20px !important;
    margin-top: 5px !important;
    font-size: 0.6em !important;
    color: #555 !important;
    line-height: 1.4 !important;
}

/* Contenedor de la lista de stocks (hace que estén en una fila) */
.stock-list {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 3px !important;
}

/* Estilo para cada par de stock (nombre de bodega y valor) */
.stock-item {
    background-color: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
    font-size: 1em !important;
    color: #555 !important;
}

/* Estilo para la etiqueta de la bodega (nombre) */
.stock-label {
    font-weight: normal !important;
    color: #333 !important;
}

/* Estilo para el valor del stock */
.stock-value {
    font-weight: normal !important;
    color: #666 !important;
    margin-left: 1px !important;
}

/* Mensaje cuando no hay stock */
.no-stock-message {
    font-size: 0.8em !important;
    color: #999 !important;
    font-style: italic !important;
}

/* Poner el SKU en negrita */
.product.type-product .product-sku-info {
    font-weight: bold !important;
}

/* Estilo para el loop */
.woocommerce ul.products li.product .stock-info-ajax-container {
    font-size: 0.6em !important;
}

/* Estilo para Single Product */
.product.type-product .stock-info-ajax-container {
    font-size: 0.6em !important;
}
