/**
 * Estilos para los chips de tallas disponibles.
 * Plugin: Tallas en Loop para WooCommerce
 */

.tel-tallas-loop,
.tel-tallas-producto {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin: 6px 0;
}

.tel-tallas-producto {
    margin: 10px 0 16px;
    gap: 6px;
}

.tel-talla-chip {
    font-size: 14px;
    padding: 2px 7px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #f0f4f6;
    background: #e8752a;
    line-height: 1.6;
}

.tel-tallas-producto .tel-talla-chip {
    font-size: 13px;
    padding: 4px 10px;
}
